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