HEX: #52474B
RGB: (82,71,75)
#52474B contains red, green and blue colors in about the same proportion. Web safe color of #52474B is #663333 (or #633).
#52474B color RGB value is (82,71,75).
RGB: (82,71,75)
(32%, 28%, 29%)
R 82 of 255 = 32%
G 71 of 255 = 28%
B 75 of 255 = 29%
R + G + B ~ 30%. #52474B is quite dark color.
R + G + B = 82 + 71 + 75 = 228 (100%)
R 82 of 228 ~ 35.96%
G 71 of 228 ~ 31.14%
B 75 of 228 ~ 32.89'%
#52474B color CMYK value is (0,13,9,68).
CMYK: (0,13,9,68)
C0M13Y9K68 (0%, 13%, 9%, 68%)
(0.00 / 0.13 / 0.09 / 0.68)
Color #52474B in popluar color models
52 | 47 | 4B | |
---|---|---|---|
RGB | 82 | 71 | 75 |
HSL | 338° | 7.19% | 30.00% |
HSB/HSV | 338° | 13.41% | 32.16% |
CMYK | 0.00% | 13.41% | 8.54% |
67.84% |
Color #52474B in popluar number systems.
HEX | 52 | 47 | 4B |
Decimal | 82 | 71 | 75 |
Binary | 1010010 | 1000111 | 1001011 |
Octal | 122 | 107 | 113 |
Shades of #52474B
Tints of #52474B
Examples of css and html codes for elements with #52474B color. Also use rgb(82,71,75) instead hex code.
.myTextColor { color: #52474B; }
<p style="color:#52474B">This sample text font color is #52474B.</p>
This text font color is #52474B.
.myBgColor { background-color: #52474B; }
<div style="background-color:#52474B">Inner text</div>
This div background color is #52474B.
.myBorderColor { border: 1px solid #52474B; }
<div style="border:3px solid #52474B">Div</div>
This div border color is #52474B.
.myOpacity80 { color: #52474B; opacity: 0.8; }
<p style="color:#52474B;opacity:0.8;">80%</p>
Text with #52474B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52474B;}
<p style="text-shadow: 3px 3px 1px #52474B">Text here.</p>
This text has shadow with #52474B color.
.textShadow {text-shadow: 3px 3px 1px #52474B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52474B, 5px 5px 20px red">Text here.</p>
This text has shadow with #52474B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52474B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52474B, Direction=45, Strength=4)">Text</p>
This text has shadow with #52474B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52474B;
-webkit-box-shadow: 1px 1px 3px 2px #52474B;
box-shadow: 1px 1px 3px 2px #52474B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52474B; -webkit-box-shadow: 1px 1px 3px 2px #52474B; box-shadow:1px 1px 3px 2px #52474B;">
Div content here
</div>
This text has color #52474B on black background.
This text has color #52474B on white background.
This text has black color on #52474B background.
This text has white color on #52474B background.
Complementary color for #hex is #ADB8B4.