HEX: #495017
RGB: (73,80,23)
#495017 contains red, green and blue colors in about the same proportion. Web safe color of #495017 is #336600 (or #360).
#495017 color RGB value is (73,80,23).
RGB: (73,80,23) (29%,31%,9%)
R 73 of 255 = 29%
G 80 of 255 = 31%
B 23 of 255 = 9%
R + G + B ~ 23%. #495017 is dark color.
R + G + B =
73 + 80 + 23 = 176 (100%)
R 73 of 176 ~ 41.48%
G 80 of 176 ~ 45.45%
B 23 of 176 ~ 13.07%
#495017 color CMYK value is (9,0,71,69).
CMYK: (9,0,71,69) C9M0Y71K69 (9%,0%,71%,69%) (0.09/0.00/0.71/0.69)
49 | 50 | 17 | |
---|---|---|---|
RGB | 73 | 80 | 23 |
HSL | 67° | 55.34% | 20.20% |
HSB/HSV | 67° | 71.25% | 31.37% |
CMYK | 8.75% | 0.00% | 71.25% |
68.63% |
HEX | 49 | 50 | 17 |
Decimal | 73 | 80 | 23 |
Binary | 1001001 | 1010000 | 10111 |
Octal | 111 | 120 | 27 |
Examples of css and html codes for elements with #495017 color. Also use rgb(73,80,23) instead hex code.
.myTextColor { color: #495017; }
<p style="color:#495017">This sample text font color is #495017.</p>
This text font color is #495017.
.myBgColor { background-color: #495017; }
<div style="background-color:#495017">Inner text</div>
This div background color is #495017.
.myBorderColor { border: 1px solid #495017; }
<div style="border:3px solid #495017">Div</div>
This div border color is #495017.
.myOpacity80 { color: #495017; opacity: 0.8; }
<p style="color:#495017;opacity:0.8;">80%</p>
Text with #495017 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #495017;}
<p style="text-shadow: 3px 3px 1px #495017">Text here.</p>
This text has shadow with #495017 color.
.textShadow {text-shadow: 3px 3px 1px #495017, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #495017, 5px 5px 20px red">Text here.</p>
This text has shadow with #495017 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#495017, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#495017, Direction=45, Strength=4)">Text</p>
This text has shadow with #495017 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #495017; -webkit-box-shadow: 1px 1px 3px 2px #495017; box-shadow: 1px 1px 3px 2px #495017; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #495017; -webkit-box-shadow: 1px 1px 3px 2px #495017; box-shadow:1px 1px 3px 2px #495017;">
Div content here</div>
This text has color #495017 on black background.
This text has color #495017 on white background.
This text has black color on #495017 background.
This text has white color on #495017 background.