How would you change the text color of all <h3> headers to a shade of gray using a hexadecimal value?
<h3>
h3 { font-color: #808080; }
h3 { text-color: #808080; }
h3 { heading-color: #808080; }
h3 { color: #808080; }