HEX: #495553
RGB: (73,85,83)
#495553 contains red, green and blue colors in about the same proportion. Web safe color of #495553 is #336666 (or #366).
#495553 color RGB value is (73,85,83).
RGB: (73,85,83)
(29%, 33%, 33%)
R 73 of 255 = 29%
G 85 of 255 = 33%
B 83 of 255 = 33%
R + G + B ~ 32%. #495553 is quite dark color.
R + G + B = 73 + 85 + 83 = 241 (100%)
R 73 of 241 ~ 30.29%
G 85 of 241 ~ 35.27%
B 83 of 241 ~ 34.44'%
#495553 color CMYK value is (14,0,2,67).
CMYK: (14,0,2,67)
C14M0Y2K67 (14%, 0%, 2%, 67%)
(0.14 / 0.00 / 0.02 / 0.67)
Color #495553 in popluar color models
49 | 55 | 53 | |
---|---|---|---|
RGB | 73 | 85 | 83 |
HSL | 170° | 7.59% | 30.98% |
HSB/HSV | 170° | 14.12% | 33.33% |
CMYK | 14.12% | 0.00% | 2.35% |
66.67% |
Color #495553 in popluar number systems.
HEX | 49 | 55 | 53 |
Decimal | 73 | 85 | 83 |
Binary | 1001001 | 1010101 | 1010011 |
Octal | 111 | 125 | 123 |
Shades of #495553
Tints of #495553
Examples of css and html codes for elements with #495553 color. Also use rgb(73,85,83) instead hex code.
.myTextColor { color: #495553; }
<p style="color:#495553">This sample text font color is #495553.</p>
This text font color is #495553.
.myBgColor { background-color: #495553; }
<div style="background-color:#495553">Inner text</div>
This div background color is #495553.
.myBorderColor { border: 1px solid #495553; }
<div style="border:3px solid #495553">Div</div>
This div border color is #495553.
.myOpacity80 { color: #495553; opacity: 0.8; }
<p style="color:#495553;opacity:0.8;">80%</p>
Text with #495553 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #495553;}
<p style="text-shadow: 3px 3px 1px #495553">Text here.</p>
This text has shadow with #495553 color.
.textShadow {text-shadow: 3px 3px 1px #495553', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #495553, 5px 5px 20px red">Text here.</p>
This text has shadow with #495553 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#495553, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#495553, Direction=45, Strength=4)">Text</p>
This text has shadow with #495553 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #495553;
-webkit-box-shadow: 1px 1px 3px 2px #495553;
box-shadow: 1px 1px 3px 2px #495553;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #495553; -webkit-box-shadow: 1px 1px 3px 2px #495553; box-shadow:1px 1px 3px 2px #495553;">
Div content here
</div>
This text has color #495553 on black background.
This text has color #495553 on white background.
This text has black color on #495553 background.
This text has white color on #495553 background.
Complementary color for #hex is #B6AAAC.