HEX: #496458
RGB: (73,100,88)
#496458 contains red, green and blue colors in about the same proportion. Web safe color of #496458 is #336666 (or #366).
#496458 color RGB value is (73,100,88).
RGB: (73,100,88)
(29%, 39%, 35%)
R 73 of 255 = 29%
G 100 of 255 = 39%
B 88 of 255 = 35%
R + G + B ~ 34%. #496458 is quite dark color.
R + G + B = 73 + 100 + 88 = 261 (100%)
R 73 of 261 ~ 27.97%
G 100 of 261 ~ 38.31%
B 88 of 261 ~ 33.72'%
#496458 color CMYK value is (27,0,12,61).
CMYK: (27,0,12,61) C27M0Y12K61 (27%,0%,12%,61%) (0.27/0.00/0.12/0.61)
Color #496458 in popluar color models
49 | 64 | 58 | |
---|---|---|---|
RGB | 73 | 100 | 88 |
HSL | 153° | 15.61% | 33.92% |
HSB/HSV | 153° | 27.00% | 39.22% |
CMYK | 27.00% | 0.00% | 12.00% |
60.78% |
Color #496458 in popluar number systems.
HEX | 49 | 64 | 58 |
Decimal | 73 | 100 | 88 |
Binary | 1001001 | 1100100 | 1011000 |
Octal | 111 | 144 | 130 |
Shades of #496458
Tints of #496458
Examples of css and html codes for elements with #496458 color. Also use rgb(73,100,88) instead hex code.
.myTextColor { color: #496458; }
<p style="color:#496458">This sample text font color is #496458.</p>
This text font color is #496458.
.myBgColor { background-color: #496458; }
<div style="background-color:#496458">Inner text</div>
This div background color is #496458.
.myBorderColor { border: 1px solid #496458; }
<div style="border:3px solid #496458">Div</div>
This div border color is #496458.
.myOpacity80 { color: #496458; opacity: 0.8; }
<p style="color:#496458;opacity:0.8;">80%</p>
Text with #496458 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496458;}
<p style="text-shadow: 3px 3px 1px #496458">Text here.</p>
This text has shadow with #496458 color.
.textShadow {text-shadow: 3px 3px 1px #496458', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496458, 5px 5px 20px red">Text here.</p>
This text has shadow with #496458 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496458, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496458, Direction=45, Strength=4)">Text</p>
This text has shadow with #496458 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496458;
-webkit-box-shadow: 1px 1px 3px 2px #496458;
box-shadow: 1px 1px 3px 2px #496458;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496458; -webkit-box-shadow: 1px 1px 3px 2px #496458; box-shadow:1px 1px 3px 2px #496458;">
Div content here
</div>
This text has color #496458 on black background.
This text has color #496458 on white background.
This text has black color on #496458 background.
This text has white color on #496458 background.
Complementary color for #hex is #B69BA7.