HEX: #496D1C
RGB: (73,109,28)
#496D1C contains mainly red and green colors. Web safe color of #496D1C is #336633 (or #363).
#496D1C color RGB value is (73,109,28).
RGB: (73,109,28) (29%,43%,11%)
R 73 of 255 = 29%
G 109 of 255 = 43%
B 28 of 255 = 11%
R + G + B ~ 28%. #496D1C is quite dark color.
R + G + B =
73 + 109 + 28 = 210 (100%)
R 73 of 210 ~ 34.76%
G 109 of 210 ~ 51.9%
B 28 of 210 ~ 13.33%
#496D1C color CMYK value is (33,0,74,57).
CMYK: (33,0,74,57) C33M0Y74K57 (33%,0%,74%,57%) (0.33/0.00/0.74/0.57)
49 | 6D | 1C | |
---|---|---|---|
RGB | 73 | 109 | 28 |
HSL | 87° | 59.12% | 26.86% |
HSB/HSV | 87° | 74.31% | 42.75% |
CMYK | 33.03% | 0.00% | 74.31% |
57.25% |
HEX | 49 | 6D | 1C |
Decimal | 73 | 109 | 28 |
Binary | 1001001 | 1101101 | 11100 |
Octal | 111 | 155 | 34 |
Examples of css and html codes for elements with #496D1C color. Also use rgb(73,109,28) instead hex code.
.myTextColor { color: #496D1C; }
<p style="color:#496D1C">This sample text font color is #496D1C.</p>
This text font color is #496D1C.
.myBgColor { background-color: #496D1C; }
<div style="background-color:#496D1C">Inner text</div>
This div background color is #496D1C.
.myBorderColor { border: 1px solid #496D1C; }
<div style="border:3px solid #496D1C">Div</div>
This div border color is #496D1C.
.myOpacity80 { color: #496D1C; opacity: 0.8; }
<p style="color:#496D1C;opacity:0.8;">80%</p>
Text with #496D1C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496D1C;}
<p style="text-shadow: 3px 3px 1px #496D1C">Text here.</p>
This text has shadow with #496D1C color.
.textShadow {text-shadow: 3px 3px 1px #496D1C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496D1C, 5px 5px 20px red">Text here.</p>
This text has shadow with #496D1C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496D1C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496D1C, Direction=45, Strength=4)">Text</p>
This text has shadow with #496D1C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #496D1C; -webkit-box-shadow: 1px 1px 3px 2px #496D1C; box-shadow: 1px 1px 3px 2px #496D1C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #496D1C; -webkit-box-shadow: 1px 1px 3px 2px #496D1C; box-shadow:1px 1px 3px 2px #496D1C;">
Div content here</div>
This text has color #496D1C on black background.
This text has color #496D1C on white background.
This text has black color on #496D1C background.
This text has white color on #496D1C background.