HEX: #496328
RGB: (73,99,40)
#496328 contains red, green and blue colors in about the same proportion. Web safe color of #496328 is #336633 (or #363).
#496328 color RGB value is (73,99,40).
RGB: (73,99,40)
(29%, 39%, 16%)
R 73 of 255 = 29%
G 99 of 255 = 39%
B 40 of 255 = 16%
R + G + B ~ 28%. #496328 is quite dark color.
R + G + B = 73 + 99 + 40 = 212 (100%)
R 73 of 212 ~ 34.43%
G 99 of 212 ~ 46.7%
B 40 of 212 ~ 18.87'%
#496328 color CMYK value is (26,0,60,61).
CMYK: (26,0,60,61) C26M0Y60K61 (26%,0%,60%,61%) (0.26/0.00/0.60/0.61)
Color #496328 in popluar color models
49 | 63 | 28 | |
---|---|---|---|
RGB | 73 | 99 | 40 |
HSL | 86° | 42.45% | 27.25% |
HSB/HSV | 86° | 59.60% | 38.82% |
CMYK | 26.26% | 0.00% | 59.60% |
61.18% |
Color #496328 in popluar number systems.
HEX | 49 | 63 | 28 |
Decimal | 73 | 99 | 40 |
Binary | 1001001 | 1100011 | 101000 |
Octal | 111 | 143 | 50 |
Shades of #496328
Tints of #496328
Examples of css and html codes for elements with #496328 color. Also use rgb(73,99,40) instead hex code.
.myTextColor { color: #496328; }
<p style="color:#496328">This sample text font color is #496328.</p>
This text font color is #496328.
.myBgColor { background-color: #496328; }
<div style="background-color:#496328">Inner text</div>
This div background color is #496328.
.myBorderColor { border: 1px solid #496328; }
<div style="border:3px solid #496328">Div</div>
This div border color is #496328.
.myOpacity80 { color: #496328; opacity: 0.8; }
<p style="color:#496328;opacity:0.8;">80%</p>
Text with #496328 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496328;}
<p style="text-shadow: 3px 3px 1px #496328">Text here.</p>
This text has shadow with #496328 color.
.textShadow {text-shadow: 3px 3px 1px #496328', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496328, 5px 5px 20px red">Text here.</p>
This text has shadow with #496328 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496328, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496328, Direction=45, Strength=4)">Text</p>
This text has shadow with #496328 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496328;
-webkit-box-shadow: 1px 1px 3px 2px #496328;
box-shadow: 1px 1px 3px 2px #496328;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496328; -webkit-box-shadow: 1px 1px 3px 2px #496328; box-shadow:1px 1px 3px 2px #496328;">
Div content here
</div>
This text has color #496328 on black background.
This text has color #496328 on white background.
This text has black color on #496328 background.
This text has white color on #496328 background.
Complementary color for #hex is #B69CD7.