HEX: #49596B
RGB: (73,89,107)
#49596B contains red, green and blue colors in about the same proportion. Web safe color of #49596B is #336666 (or #366).
#49596B color RGB value is (73,89,107).
RGB: (73,89,107)
(29%, 35%, 42%)
R 73 of 255 = 29%
G 89 of 255 = 35%
B 107 of 255 = 42%
R + G + B ~ 35%. #49596B is quite dark color.
R + G + B = 73 + 89 + 107 = 269 (100%)
R 73 of 269 ~ 27.14%
G 89 of 269 ~ 33.09%
B 107 of 269 ~ 39.78'%
#49596B color CMYK value is (32,17,0,58).
CMYK: (32,17,0,58) C32M17Y0K58 (32%,17%,0%,58%) (0.32/0.17/0.00/0.58)
Color #49596B in popluar color models
49 | 59 | 6B | |
---|---|---|---|
RGB | 73 | 89 | 107 |
HSL | 212° | 18.89% | 35.29% |
HSB/HSV | 212° | 31.78% | 41.96% |
CMYK | 31.78% | 16.82% | 0.00% |
58.04% |
Color #49596B in popluar number systems.
HEX | 49 | 59 | 6B |
Decimal | 73 | 89 | 107 |
Binary | 1001001 | 1011001 | 1101011 |
Octal | 111 | 131 | 153 |
Shades of #49596B
Tints of #49596B
Examples of css and html codes for elements with #49596B color. Also use rgb(73,89,107) instead hex code.
.myTextColor { color: #49596B; }
<p style="color:#49596B">This sample text font color is #49596B.</p>
This text font color is #49596B.
.myBgColor { background-color: #49596B; }
<div style="background-color:#49596B">Inner text</div>
This div background color is #49596B.
.myBorderColor { border: 1px solid #49596B; }
<div style="border:3px solid #49596B">Div</div>
This div border color is #49596B.
.myOpacity80 { color: #49596B; opacity: 0.8; }
<p style="color:#49596B;opacity:0.8;">80%</p>
Text with #49596B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49596B;}
<p style="text-shadow: 3px 3px 1px #49596B">Text here.</p>
This text has shadow with #49596B color.
.textShadow {text-shadow: 3px 3px 1px #49596B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49596B, 5px 5px 20px red">Text here.</p>
This text has shadow with #49596B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49596B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49596B, Direction=45, Strength=4)">Text</p>
This text has shadow with #49596B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49596B;
-webkit-box-shadow: 1px 1px 3px 2px #49596B;
box-shadow: 1px 1px 3px 2px #49596B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49596B; -webkit-box-shadow: 1px 1px 3px 2px #49596B; box-shadow:1px 1px 3px 2px #49596B;">
Div content here
</div>
This text has color #49596B on black background.
This text has color #49596B on white background.
This text has black color on #49596B background.
This text has white color on #49596B background.
Complementary color for #hex is #B6A694.