HEX: #496819
RGB: (73,104,25)
#496819 contains mainly red and green colors. Web safe color of #496819 is #336600 (or #360).
#496819 color RGB value is (73,104,25).
RGB: (73,104,25)
(29%, 41%, 10%)
R 73 of 255 = 29%
G 104 of 255 = 41%
B 25 of 255 = 10%
R + G + B ~ 27%. #496819 is quite dark color.
R + G + B = 73 + 104 + 25 = 202 (100%)
R 73 of 202 ~ 36.14%
G 104 of 202 ~ 51.49%
B 25 of 202 ~ 12.38'%
#496819 color CMYK value is (30,0,76,59).
CMYK: (30,0,76,59) C30M0Y76K59 (30%,0%,76%,59%) (0.30/0.00/0.76/0.59)
Color #496819 in popluar color models
49 | 68 | 19 | |
---|---|---|---|
RGB | 73 | 104 | 25 |
HSL | 84° | 61.24% | 25.29% |
HSB/HSV | 84° | 75.96% | 40.78% |
CMYK | 29.81% | 0.00% | 75.96% |
59.22% |
Color #496819 in popluar number systems.
HEX | 49 | 68 | 19 |
Decimal | 73 | 104 | 25 |
Binary | 1001001 | 1101000 | 11001 |
Octal | 111 | 150 | 31 |
Shades of #496819
Tints of #496819
Examples of css and html codes for elements with #496819 color. Also use rgb(73,104,25) instead hex code.
.myTextColor { color: #496819; }
<p style="color:#496819">This sample text font color is #496819.</p>
This text font color is #496819.
.myBgColor { background-color: #496819; }
<div style="background-color:#496819">Inner text</div>
This div background color is #496819.
.myBorderColor { border: 1px solid #496819; }
<div style="border:3px solid #496819">Div</div>
This div border color is #496819.
.myOpacity80 { color: #496819; opacity: 0.8; }
<p style="color:#496819;opacity:0.8;">80%</p>
Text with #496819 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496819;}
<p style="text-shadow: 3px 3px 1px #496819">Text here.</p>
This text has shadow with #496819 color.
.textShadow {text-shadow: 3px 3px 1px #496819', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496819, 5px 5px 20px red">Text here.</p>
This text has shadow with #496819 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496819, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496819, Direction=45, Strength=4)">Text</p>
This text has shadow with #496819 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496819;
-webkit-box-shadow: 1px 1px 3px 2px #496819;
box-shadow: 1px 1px 3px 2px #496819;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496819; -webkit-box-shadow: 1px 1px 3px 2px #496819; box-shadow:1px 1px 3px 2px #496819;">
Div content here
</div>
This text has color #496819 on black background.
This text has color #496819 on white background.
This text has black color on #496819 background.
This text has white color on #496819 background.
Complementary color for #hex is #B697E6.