HEX: #525553
RGB: (82,85,83)
#525553 contains red, green and blue colors in about the same proportion. Web safe color of #525553 is #666666 (or #666).
#525553 color RGB value is (82,85,83).
RGB: (82,85,83)
(32%, 33%, 33%)
R 82 of 255 = 32%
G 85 of 255 = 33%
B 83 of 255 = 33%
R + G + B ~ 33%. #525553 is quite dark color.
R + G + B = 82 + 85 + 83 = 250 (100%)
R 82 of 250 ~ 32.8%
G 85 of 250 ~ 34%
B 83 of 250 ~ 33.2'%
#525553 color CMYK value is (4,0,2,67).
CMYK: (4,0,2,67) C4M0Y2K67 (4%,0%,2%,67%) (0.04/0.00/0.02/0.67)
Color #525553 in popluar color models
52 | 55 | 53 | |
---|---|---|---|
RGB | 82 | 85 | 83 |
HSL | 140° | 1.80% | 32.75% |
HSB/HSV | 140° | 3.53% | 33.33% |
CMYK | 3.53% | 0.00% | 2.35% |
66.67% |
Color #525553 in popluar number systems.
HEX | 52 | 55 | 53 |
Decimal | 82 | 85 | 83 |
Binary | 1010010 | 1010101 | 1010011 |
Octal | 122 | 125 | 123 |
Examples of css and html codes for elements with #525553 color. Also use rgb(82,85,83) instead hex code.
.myTextColor { color: #525553; }
<p style="color:#525553">This sample text font color is #525553.</p>
This text font color is #525553.
.myBgColor { background-color: #525553; }
<div style="background-color:#525553">Inner text</div>
This div background color is #525553.
.myBorderColor { border: 1px solid #525553; }
<div style="border:3px solid #525553">Div</div>
This div border color is #525553.
.myOpacity80 { color: #525553; opacity: 0.8; }
<p style="color:#525553;opacity:0.8;">80%</p>
Text with #525553 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #525553;}
<p style="text-shadow: 3px 3px 1px #525553">Text here.</p>
This text has shadow with #525553 color.
.textShadow {text-shadow: 3px 3px 1px #525553, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #525553, 5px 5px 20px red">Text here.</p>
This text has shadow with #525553 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#525553, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#525553, Direction=45, Strength=4)">Text</p>
This text has shadow with #525553 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #525553; -webkit-box-shadow: 1px 1px 3px 2px #525553; box-shadow: 1px 1px 3px 2px #525553; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #525553; -webkit-box-shadow: 1px 1px 3px 2px #525553; box-shadow:1px 1px 3px 2px #525553;">
Div content here</div>
This text has color #525553 on black background.
This text has color #525553 on white background.
This text has black color on #525553 background.
This text has white color on #525553 background.