HEX: #496752
RGB: (73,103,82)
#496752 contains red, green and blue colors in about the same proportion. Web safe color of #496752 is #336666 (or #366).
#496752 color RGB value is (73,103,82).
RGB: (73,103,82) (29%,40%,32%)
R 73 of 255 = 29%
G 103 of 255 = 40%
B 82 of 255 = 32%
R + G + B ~ 34%. #496752 is quite dark color.
R + G + B =
73 + 103 + 82 = 258 (100%)
R 73 of 258 ~ 28.29%
G 103 of 258 ~ 39.92%
B 82 of 258 ~ 31.78%
#496752 color CMYK value is (29,0,20,60).
CMYK: (29,0,20,60) C29M0Y20K60 (29%,0%,20%,60%) (0.29/0.00/0.20/0.60)
49 | 67 | 52 | |
---|---|---|---|
RGB | 73 | 103 | 82 |
HSL | 138° | 17.05% | 34.51% |
HSB/HSV | 138° | 29.13% | 40.39% |
CMYK | 29.13% | 0.00% | 20.39% |
59.61% |
HEX | 49 | 67 | 52 |
Decimal | 73 | 103 | 82 |
Binary | 1001001 | 1100111 | 1010010 |
Octal | 111 | 147 | 122 |
Examples of css and html codes for elements with #496752 color. Also use rgb(73,103,82) instead hex code.
.myTextColor { color: #496752; }
<p style="color:#496752">This sample text font color is #496752.</p>
This text font color is #496752.
.myBgColor { background-color: #496752; }
<div style="background-color:#496752">Inner text</div>
This div background color is #496752.
.myBorderColor { border: 1px solid #496752; }
<div style="border:3px solid #496752">Div</div>
This div border color is #496752.
.myOpacity80 { color: #496752; opacity: 0.8; }
<p style="color:#496752;opacity:0.8;">80%</p>
Text with #496752 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496752;}
<p style="text-shadow: 3px 3px 1px #496752">Text here.</p>
This text has shadow with #496752 color.
.textShadow {text-shadow: 3px 3px 1px #496752, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496752, 5px 5px 20px red">Text here.</p>
This text has shadow with #496752 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496752, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496752, Direction=45, Strength=4)">Text</p>
This text has shadow with #496752 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #496752; -webkit-box-shadow: 1px 1px 3px 2px #496752; box-shadow: 1px 1px 3px 2px #496752; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #496752; -webkit-box-shadow: 1px 1px 3px 2px #496752; box-shadow:1px 1px 3px 2px #496752;">
Div content here</div>
This text has color #496752 on black background.
This text has color #496752 on white background.
This text has black color on #496752 background.
This text has white color on #496752 background.