HEX: #496133
RGB: (73,97,51)
#496133 contains red, green and blue colors in about the same proportion. Web safe color of #496133 is #336633 (or #363).
#496133 color RGB value is (73,97,51).
RGB: (73,97,51)
(29%, 38%, 20%)
R 73 of 255 = 29%
G 97 of 255 = 38%
B 51 of 255 = 20%
R + G + B ~ 29%. #496133 is quite dark color.
R + G + B = 73 + 97 + 51 = 221 (100%)
R 73 of 221 ~ 33.03%
G 97 of 221 ~ 43.89%
B 51 of 221 ~ 23.08'%
#496133 color CMYK value is (25,0,47,62).
CMYK: (25,0,47,62) C25M0Y47K62 (25%,0%,47%,62%) (0.25/0.00/0.47/0.62)
Color #496133 in popluar color models
49 | 61 | 33 | |
---|---|---|---|
RGB | 73 | 97 | 51 |
HSL | 91° | 31.08% | 29.02% |
HSB/HSV | 91° | 47.42% | 38.04% |
CMYK | 24.74% | 0.00% | 47.42% |
61.96% |
Color #496133 in popluar number systems.
HEX | 49 | 61 | 33 |
Decimal | 73 | 97 | 51 |
Binary | 1001001 | 1100001 | 110011 |
Octal | 111 | 141 | 63 |
Shades of #496133
Tints of #496133
Examples of css and html codes for elements with #496133 color. Also use rgb(73,97,51) instead hex code.
.myTextColor { color: #496133; }
<p style="color:#496133">This sample text font color is #496133.</p>
This text font color is #496133.
.myBgColor { background-color: #496133; }
<div style="background-color:#496133">Inner text</div>
This div background color is #496133.
.myBorderColor { border: 1px solid #496133; }
<div style="border:3px solid #496133">Div</div>
This div border color is #496133.
.myOpacity80 { color: #496133; opacity: 0.8; }
<p style="color:#496133;opacity:0.8;">80%</p>
Text with #496133 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496133;}
<p style="text-shadow: 3px 3px 1px #496133">Text here.</p>
This text has shadow with #496133 color.
.textShadow {text-shadow: 3px 3px 1px #496133', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496133, 5px 5px 20px red">Text here.</p>
This text has shadow with #496133 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496133, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496133, Direction=45, Strength=4)">Text</p>
This text has shadow with #496133 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496133;
-webkit-box-shadow: 1px 1px 3px 2px #496133;
box-shadow: 1px 1px 3px 2px #496133;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496133; -webkit-box-shadow: 1px 1px 3px 2px #496133; box-shadow:1px 1px 3px 2px #496133;">
Div content here
</div>
This text has color #496133 on black background.
This text has color #496133 on white background.
This text has black color on #496133 background.
This text has white color on #496133 background.
Complementary color for #hex is #B69ECC.