HEX: #496921
RGB: (73,105,33)
#496921 contains mainly red and green colors. Web safe color of #496921 is #336633 (or #363).
#496921 color RGB value is (73,105,33).
RGB: (73,105,33)
(29%, 41%, 13%)
R 73 of 255 = 29%
G 105 of 255 = 41%
B 33 of 255 = 13%
R + G + B ~ 28%. #496921 is quite dark color.
R + G + B = 73 + 105 + 33 = 211 (100%)
R 73 of 211 ~ 34.6%
G 105 of 211 ~ 49.76%
B 33 of 211 ~ 15.64'%
#496921 color CMYK value is (30,0,69,59).
CMYK: (30,0,69,59)
C30M0Y69K59 (30%, 0%, 69%, 59%)
(0.30 / 0.00 / 0.69 / 0.59)
Color #496921 in popluar color models
49 | 69 | 21 | |
---|---|---|---|
RGB | 73 | 105 | 33 |
HSL | 87° | 52.17% | 27.06% |
HSB/HSV | 87° | 68.57% | 41.18% |
CMYK | 30.48% | 0.00% | 68.57% |
58.82% |
Color #496921 in popluar number systems.
HEX | 49 | 69 | 21 |
Decimal | 73 | 105 | 33 |
Binary | 1001001 | 1101001 | 100001 |
Octal | 111 | 151 | 41 |
Shades of #496921
Tints of #496921
Examples of css and html codes for elements with #496921 color. Also use rgb(73,105,33) instead hex code.
.myTextColor { color: #496921; }
<p style="color:#496921">This sample text font color is #496921.</p>
This text font color is #496921.
.myBgColor { background-color: #496921; }
<div style="background-color:#496921">Inner text</div>
This div background color is #496921.
.myBorderColor { border: 1px solid #496921; }
<div style="border:3px solid #496921">Div</div>
This div border color is #496921.
.myOpacity80 { color: #496921; opacity: 0.8; }
<p style="color:#496921;opacity:0.8;">80%</p>
Text with #496921 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496921;}
<p style="text-shadow: 3px 3px 1px #496921">Text here.</p>
This text has shadow with #496921 color.
.textShadow {text-shadow: 3px 3px 1px #496921', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496921, 5px 5px 20px red">Text here.</p>
This text has shadow with #496921 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496921, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496921, Direction=45, Strength=4)">Text</p>
This text has shadow with #496921 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496921;
-webkit-box-shadow: 1px 1px 3px 2px #496921;
box-shadow: 1px 1px 3px 2px #496921;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496921; -webkit-box-shadow: 1px 1px 3px 2px #496921; box-shadow:1px 1px 3px 2px #496921;">
Div content here
</div>
This text has color #496921 on black background.
This text has color #496921 on white background.
This text has black color on #496921 background.
This text has white color on #496921 background.
Complementary color for #hex is #B696DE.