HEX: #496058
RGB: (73,96,88)
#496058 contains red, green and blue colors in about the same proportion. Web safe color of #496058 is #336666 (or #366).
#496058 color RGB value is (73,96,88).
RGB: (73,96,88) (29%,38%,35%)
R 73 of 255 = 29%
G 96 of 255 = 38%
B 88 of 255 = 35%
R + G + B ~ 34%. #496058 is quite dark color.
R + G + B =
73 + 96 + 88 = 257 (100%)
R 73 of 257 ~ 28.4%
G 96 of 257 ~ 37.35%
B 88 of 257 ~ 34.24%
#496058 color CMYK value is (24,0,8,62).
CMYK: (24,0,8,62) C24M0Y8K62 (24%,0%,8%,62%) (0.24/0.00/0.08/0.62)
49 | 60 | 58 | |
---|---|---|---|
RGB | 73 | 96 | 88 |
HSL | 159° | 13.61% | 33.14% |
HSB/HSV | 159° | 23.96% | 37.65% |
CMYK | 23.96% | 0.00% | 8.33% |
62.35% |
HEX | 49 | 60 | 58 |
Decimal | 73 | 96 | 88 |
Binary | 1001001 | 1100000 | 1011000 |
Octal | 111 | 140 | 130 |
Examples of css and html codes for elements with #496058 color. Also use rgb(73,96,88) instead hex code.
.myTextColor { color: #496058; }
<p style="color:#496058">This sample text font color is #496058.</p>
This text font color is #496058.
.myBgColor { background-color: #496058; }
<div style="background-color:#496058">Inner text</div>
This div background color is #496058.
.myBorderColor { border: 1px solid #496058; }
<div style="border:3px solid #496058">Div</div>
This div border color is #496058.
.myOpacity80 { color: #496058; opacity: 0.8; }
<p style="color:#496058;opacity:0.8;">80%</p>
Text with #496058 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496058;}
<p style="text-shadow: 3px 3px 1px #496058">Text here.</p>
This text has shadow with #496058 color.
.textShadow {text-shadow: 3px 3px 1px #496058, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496058, 5px 5px 20px red">Text here.</p>
This text has shadow with #496058 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496058, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496058, Direction=45, Strength=4)">Text</p>
This text has shadow with #496058 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #496058; -webkit-box-shadow: 1px 1px 3px 2px #496058; box-shadow: 1px 1px 3px 2px #496058; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #496058; -webkit-box-shadow: 1px 1px 3px 2px #496058; box-shadow:1px 1px 3px 2px #496058;">
Div content here</div>
This text has color #496058 on black background.
This text has color #496058 on white background.
This text has black color on #496058 background.
This text has white color on #496058 background.