HEX: #496937
RGB: (73,105,55)
#496937 contains red, green and blue colors in about the same proportion. Web safe color of #496937 is #336633 (or #363).
#496937 color RGB value is (73,105,55).
RGB: (73,105,55) (29%,41%,22%)
R 73 of 255 = 29%
G 105 of 255 = 41%
B 55 of 255 = 22%
R + G + B ~ 31%. #496937 is quite dark color.
R + G + B =
73 + 105 + 55 = 233 (100%)
R 73 of 233 ~ 31.33%
G 105 of 233 ~ 45.06%
B 55 of 233 ~ 23.61%
#496937 color CMYK value is (30,0,48,59).
CMYK: (30,0,48,59) C30M0Y48K59 (30%,0%,48%,59%) (0.30/0.00/0.48/0.59)
49 | 69 | 37 | |
---|---|---|---|
RGB | 73 | 105 | 55 |
HSL | 98° | 31.25% | 31.37% |
HSB/HSV | 98° | 47.62% | 41.18% |
CMYK | 30.48% | 0.00% | 47.62% |
58.82% |
HEX | 49 | 69 | 37 |
Decimal | 73 | 105 | 55 |
Binary | 1001001 | 1101001 | 110111 |
Octal | 111 | 151 | 67 |
Examples of css and html codes for elements with #496937 color. Also use rgb(73,105,55) instead hex code.
.myTextColor { color: #496937; }
<p style="color:#496937">This sample text font color is #496937.</p>
This text font color is #496937.
.myBgColor { background-color: #496937; }
<div style="background-color:#496937">Inner text</div>
This div background color is #496937.
.myBorderColor { border: 1px solid #496937; }
<div style="border:3px solid #496937">Div</div>
This div border color is #496937.
.myOpacity80 { color: #496937; opacity: 0.8; }
<p style="color:#496937;opacity:0.8;">80%</p>
Text with #496937 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496937;}
<p style="text-shadow: 3px 3px 1px #496937">Text here.</p>
This text has shadow with #496937 color.
.textShadow {text-shadow: 3px 3px 1px #496937, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496937, 5px 5px 20px red">Text here.</p>
This text has shadow with #496937 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496937, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496937, Direction=45, Strength=4)">Text</p>
This text has shadow with #496937 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #496937; -webkit-box-shadow: 1px 1px 3px 2px #496937; box-shadow: 1px 1px 3px 2px #496937; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #496937; -webkit-box-shadow: 1px 1px 3px 2px #496937; box-shadow:1px 1px 3px 2px #496937;">
Div content here</div>
This text has color #496937 on black background.
This text has color #496937 on white background.
This text has black color on #496937 background.
This text has white color on #496937 background.