The text on the top has the opacity of 0.5. The other image has a color of #dddddd (hex).
This is the code I am using:
<p style="font:60px Arial;font-weight:bold;opacity:0.5">Hello!</p>
<p style="font:60px Arial;font-weight:bold;color:#888">Hello!</p>
The text on the top has jagged edges. I'm wondering why that is.