Placeholder color for Firefox
If you are wondering why you set up placeholder color and just Firefox is rendering it wrong - meaning the color is slightly darker - the reason is that Firefox 19+ adds opacity to placeholders. Don't ask me why...
So if you wanna setup precise color, you have to set up opacity to 1, like that:
::-moz-placeholder { opacity: 1; color: red; }
















