HEX: #497513
RGB: (73,117,19)
#497513 contains mainly red and green colors. Web safe color of #497513 is #336600 (or #360).
#497513 color RGB value is (73,117,19).
RGB: (73,117,19) (29%,46%,7%)
R 73 of 255 = 29%
G 117 of 255 = 46%
B 19 of 255 = 7%
R + G + B ~ 27%. #497513 is quite dark color.
R + G + B =
73 + 117 + 19 = 209 (100%)
R 73 of 209 ~ 34.93%
G 117 of 209 ~ 55.98%
B 19 of 209 ~ 9.09%
#497513 color CMYK value is (38,0,84,54).
CMYK: (38,0,84,54) C38M0Y84K54 (38%,0%,84%,54%) (0.38/0.00/0.84/0.54)
49 | 75 | 13 | |
---|---|---|---|
RGB | 73 | 117 | 19 |
HSL | 87° | 72.06% | 26.67% |
HSB/HSV | 87° | 83.76% | 45.88% |
CMYK | 37.61% | 0.00% | 83.76% |
54.12% |
HEX | 49 | 75 | 13 |
Decimal | 73 | 117 | 19 |
Binary | 1001001 | 1110101 | 10011 |
Octal | 111 | 165 | 23 |
Examples of css and html codes for elements with #497513 color. Also use rgb(73,117,19) instead hex code.
.myTextColor { color: #497513; }
<p style="color:#497513">This sample text font color is #497513.</p>
This text font color is #497513.
.myBgColor { background-color: #497513; }
<div style="background-color:#497513">Inner text</div>
This div background color is #497513.
.myBorderColor { border: 1px solid #497513; }
<div style="border:3px solid #497513">Div</div>
This div border color is #497513.
.myOpacity80 { color: #497513; opacity: 0.8; }
<p style="color:#497513;opacity:0.8;">80%</p>
Text with #497513 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497513;}
<p style="text-shadow: 3px 3px 1px #497513">Text here.</p>
This text has shadow with #497513 color.
.textShadow {text-shadow: 3px 3px 1px #497513, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497513, 5px 5px 20px red">Text here.</p>
This text has shadow with #497513 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497513, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497513, Direction=45, Strength=4)">Text</p>
This text has shadow with #497513 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497513; -webkit-box-shadow: 1px 1px 3px 2px #497513; box-shadow: 1px 1px 3px 2px #497513; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #497513; -webkit-box-shadow: 1px 1px 3px 2px #497513; box-shadow:1px 1px 3px 2px #497513;">
Div content here</div>
This text has color #497513 on black background.
This text has color #497513 on white background.
This text has black color on #497513 background.
This text has white color on #497513 background.