HEX: #496D5C
RGB: (73,109,92)
#496D5C contains red, green and blue colors in about the same proportion. Web safe color of #496D5C is #336666 (or #366).
#496D5C color RGB value is (73,109,92).
RGB: (73,109,92)
(29%, 43%, 36%)
R 73 of 255 = 29%
G 109 of 255 = 43%
B 92 of 255 = 36%
R + G + B ~ 36%. #496D5C is quite dark color.
R + G + B = 73 + 109 + 92 = 274 (100%)
R 73 of 274 ~ 26.64%
G 109 of 274 ~ 39.78%
B 92 of 274 ~ 33.58'%
#496D5C color CMYK value is (33,0,16,57).
CMYK: (33,0,16,57) C33M0Y16K57 (33%,0%,16%,57%) (0.33/0.00/0.16/0.57)
Color #496D5C in popluar color models
49 | 6D | 5C | |
---|---|---|---|
RGB | 73 | 109 | 92 |
HSL | 152° | 19.78% | 35.69% |
HSB/HSV | 152° | 33.03% | 42.75% |
CMYK | 33.03% | 0.00% | 15.60% |
57.25% |
Color #496D5C in popluar number systems.
HEX | 49 | 6D | 5C |
Decimal | 73 | 109 | 92 |
Binary | 1001001 | 1101101 | 1011100 |
Octal | 111 | 155 | 134 |
Shades of #496D5C
Tints of #496D5C
Examples of css and html codes for elements with #496D5C color. Also use rgb(73,109,92) instead hex code.
.myTextColor { color: #496D5C; }
<p style="color:#496D5C">This sample text font color is #496D5C.</p>
This text font color is #496D5C.
.myBgColor { background-color: #496D5C; }
<div style="background-color:#496D5C">Inner text</div>
This div background color is #496D5C.
.myBorderColor { border: 1px solid #496D5C; }
<div style="border:3px solid #496D5C">Div</div>
This div border color is #496D5C.
.myOpacity80 { color: #496D5C; opacity: 0.8; }
<p style="color:#496D5C;opacity:0.8;">80%</p>
Text with #496D5C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496D5C;}
<p style="text-shadow: 3px 3px 1px #496D5C">Text here.</p>
This text has shadow with #496D5C color.
.textShadow {text-shadow: 3px 3px 1px #496D5C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496D5C, 5px 5px 20px red">Text here.</p>
This text has shadow with #496D5C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496D5C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496D5C, Direction=45, Strength=4)">Text</p>
This text has shadow with #496D5C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496D5C;
-webkit-box-shadow: 1px 1px 3px 2px #496D5C;
box-shadow: 1px 1px 3px 2px #496D5C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496D5C; -webkit-box-shadow: 1px 1px 3px 2px #496D5C; box-shadow:1px 1px 3px 2px #496D5C;">
Div content here
</div>
This text has color #496D5C on black background.
This text has color #496D5C on white background.
This text has black color on #496D5C background.
This text has white color on #496D5C background.
Complementary color for #hex is #B692A3.