HEX: #496B38
RGB: (73,107,56)
#496B38 contains red, green and blue colors in about the same proportion. Web safe color of #496B38 is #336633 (or #363).
#496B38 color RGB value is (73,107,56).
RGB: (73,107,56)
(29%, 42%, 22%)
R 73 of 255 = 29%
G 107 of 255 = 42%
B 56 of 255 = 22%
R + G + B ~ 31%. #496B38 is quite dark color.
R + G + B = 73 + 107 + 56 = 236 (100%)
R 73 of 236 ~ 30.93%
G 107 of 236 ~ 45.34%
B 56 of 236 ~ 23.73'%
#496B38 color CMYK value is (32,0,48,58).
CMYK: (32,0,48,58) C32M0Y48K58 (32%,0%,48%,58%) (0.32/0.00/0.48/0.58)
Color #496B38 in popluar color models
49 | 6B | 38 | |
---|---|---|---|
RGB | 73 | 107 | 56 |
HSL | 100° | 31.29% | 31.96% |
HSB/HSV | 100° | 47.66% | 41.96% |
CMYK | 31.78% | 0.00% | 47.66% |
58.04% |
Color #496B38 in popluar number systems.
HEX | 49 | 6B | 38 |
Decimal | 73 | 107 | 56 |
Binary | 1001001 | 1101011 | 111000 |
Octal | 111 | 153 | 70 |
Shades of #496B38
Tints of #496B38
Examples of css and html codes for elements with #496B38 color. Also use rgb(73,107,56) instead hex code.
.myTextColor { color: #496B38; }
<p style="color:#496B38">This sample text font color is #496B38.</p>
This text font color is #496B38.
.myBgColor { background-color: #496B38; }
<div style="background-color:#496B38">Inner text</div>
This div background color is #496B38.
.myBorderColor { border: 1px solid #496B38; }
<div style="border:3px solid #496B38">Div</div>
This div border color is #496B38.
.myOpacity80 { color: #496B38; opacity: 0.8; }
<p style="color:#496B38;opacity:0.8;">80%</p>
Text with #496B38 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496B38;}
<p style="text-shadow: 3px 3px 1px #496B38">Text here.</p>
This text has shadow with #496B38 color.
.textShadow {text-shadow: 3px 3px 1px #496B38', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496B38, 5px 5px 20px red">Text here.</p>
This text has shadow with #496B38 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496B38, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496B38, Direction=45, Strength=4)">Text</p>
This text has shadow with #496B38 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496B38;
-webkit-box-shadow: 1px 1px 3px 2px #496B38;
box-shadow: 1px 1px 3px 2px #496B38;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496B38; -webkit-box-shadow: 1px 1px 3px 2px #496B38; box-shadow:1px 1px 3px 2px #496B38;">
Div content here
</div>
This text has color #496B38 on black background.
This text has color #496B38 on white background.
This text has black color on #496B38 background.
This text has white color on #496B38 background.
Complementary color for #hex is #B694C7.