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