HEX: #496417
RGB: (73,100,23)
#496417 contains mainly red and green colors. Web safe color of #496417 is #336600 (or #360).
#496417 color RGB value is (73,100,23).
RGB: (73,100,23)
(29%, 39%, 9%)
R 73 of 255 = 29%
G 100 of 255 = 39%
B 23 of 255 = 9%
R + G + B ~ 26%. #496417 is quite dark color.
R + G + B = 73 + 100 + 23 = 196 (100%)
R 73 of 196 ~ 37.24%
G 100 of 196 ~ 51.02%
B 23 of 196 ~ 11.73'%
#496417 color CMYK value is (27,0,77,61).
CMYK: (27,0,77,61)
C27M0Y77K61 (27%, 0%, 77%, 61%)
(0.27 / 0.00 / 0.77 / 0.61)
Color #496417 in popluar color models
49 | 64 | 17 | |
---|---|---|---|
RGB | 73 | 100 | 23 |
HSL | 81° | 62.60% | 24.12% |
HSB/HSV | 81° | 77.00% | 39.22% |
CMYK | 27.00% | 0.00% | 77.00% |
60.78% |
Color #496417 in popluar number systems.
HEX | 49 | 64 | 17 |
Decimal | 73 | 100 | 23 |
Binary | 1001001 | 1100100 | 10111 |
Octal | 111 | 144 | 27 |
Shades of #496417
Tints of #496417
Examples of css and html codes for elements with #496417 color. Also use rgb(73,100,23) instead hex code.
.myTextColor { color: #496417; }
<p style="color:#496417">This sample text font color is #496417.</p>
This text font color is #496417.
.myBgColor { background-color: #496417; }
<div style="background-color:#496417">Inner text</div>
This div background color is #496417.
.myBorderColor { border: 1px solid #496417; }
<div style="border:3px solid #496417">Div</div>
This div border color is #496417.
.myOpacity80 { color: #496417; opacity: 0.8; }
<p style="color:#496417;opacity:0.8;">80%</p>
Text with #496417 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496417;}
<p style="text-shadow: 3px 3px 1px #496417">Text here.</p>
This text has shadow with #496417 color.
.textShadow {text-shadow: 3px 3px 1px #496417', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496417, 5px 5px 20px red">Text here.</p>
This text has shadow with #496417 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496417, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496417, Direction=45, Strength=4)">Text</p>
This text has shadow with #496417 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496417;
-webkit-box-shadow: 1px 1px 3px 2px #496417;
box-shadow: 1px 1px 3px 2px #496417;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496417; -webkit-box-shadow: 1px 1px 3px 2px #496417; box-shadow:1px 1px 3px 2px #496417;">
Div content here
</div>
This text has color #496417 on black background.
This text has color #496417 on white background.
This text has black color on #496417 background.
This text has white color on #496417 background.
Complementary color for #hex is #B69BE8.