HEX: #496B28
RGB: (73,107,40)
#496B28 contains mainly red and green colors. Web safe color of #496B28 is #336633 (or #363).
#496B28 color RGB value is (73,107,40).
RGB: (73,107,40)
(29%, 42%, 16%)
R 73 of 255 = 29%
G 107 of 255 = 42%
B 40 of 255 = 16%
R + G + B ~ 29%. #496B28 is quite dark color.
R + G + B = 73 + 107 + 40 = 220 (100%)
R 73 of 220 ~ 33.18%
G 107 of 220 ~ 48.64%
B 40 of 220 ~ 18.18'%
#496B28 color CMYK value is (32,0,63,58).
CMYK: (32,0,63,58) C32M0Y63K58 (32%,0%,63%,58%) (0.32/0.00/0.63/0.58)
Color #496B28 in popluar color models
49 | 6B | 28 | |
---|---|---|---|
RGB | 73 | 107 | 40 |
HSL | 90° | 45.58% | 28.82% |
HSB/HSV | 90° | 62.62% | 41.96% |
CMYK | 31.78% | 0.00% | 62.62% |
58.04% |
Color #496B28 in popluar number systems.
HEX | 49 | 6B | 28 |
Decimal | 73 | 107 | 40 |
Binary | 1001001 | 1101011 | 101000 |
Octal | 111 | 153 | 50 |
Shades of #496B28
Tints of #496B28
Examples of css and html codes for elements with #496B28 color. Also use rgb(73,107,40) instead hex code.
.myTextColor { color: #496B28; }
<p style="color:#496B28">This sample text font color is #496B28.</p>
This text font color is #496B28.
.myBgColor { background-color: #496B28; }
<div style="background-color:#496B28">Inner text</div>
This div background color is #496B28.
.myBorderColor { border: 1px solid #496B28; }
<div style="border:3px solid #496B28">Div</div>
This div border color is #496B28.
.myOpacity80 { color: #496B28; opacity: 0.8; }
<p style="color:#496B28;opacity:0.8;">80%</p>
Text with #496B28 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496B28;}
<p style="text-shadow: 3px 3px 1px #496B28">Text here.</p>
This text has shadow with #496B28 color.
.textShadow {text-shadow: 3px 3px 1px #496B28', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496B28, 5px 5px 20px red">Text here.</p>
This text has shadow with #496B28 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496B28, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496B28, Direction=45, Strength=4)">Text</p>
This text has shadow with #496B28 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496B28;
-webkit-box-shadow: 1px 1px 3px 2px #496B28;
box-shadow: 1px 1px 3px 2px #496B28;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496B28; -webkit-box-shadow: 1px 1px 3px 2px #496B28; box-shadow:1px 1px 3px 2px #496B28;">
Div content here
</div>
This text has color #496B28 on black background.
This text has color #496B28 on white background.
This text has black color on #496B28 background.
This text has white color on #496B28 background.
Complementary color for #hex is #B694D7.