COLOR #52575F

HEX: #52575F RGB: (82,87,95)

Color info

#52575F contains red, green and blue colors in about the same proportion. Web safe color of #52575F is #666666 (or #666).

RGB color model

#52575F color RGB value is (82,87,95).

RGB: (82,87,95) (32%, 34%, 37%)

RGB channels and saturation

R 82 of 255 = 32%
G 87 of 255 = 34%
B 95 of 255 = 37%

82
87
95

R + G + B ~ 34%. #52575F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 87 + 95 = 264 (100%)
R 82 of 264 ~ 31.06%
G 87 of 264 ~ 32.95%
B 95 of 264 ~ 35.98'%

%31.06
%32.95
%35.98

CMYK color model

#52575F color CMYK value is (14,8,0,63).

  • cyan value is 13.68%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (14,8,0,63)
C14M8Y0K63 (14%, 8%, 0%, 63%)
(0.14 / 0.08 / 0.00 / 0.63)

CMYK percentages

%13.68
%8.42
%0
%62.75

Codes

Color #52575F in popluar color models

52 57 5F
RGB 82 87 95
HSL 217° 7.34% 34.71%
HSB/HSV 217° 13.68% 37.25%
CMYK 13.68% 8.42% 0.00%
62.75%

Color #52575F in popluar number systems.

HEX 52 57 5F
Decimal 82 87 95
Binary 1010010 1010111 1011111
Octal 122 127 137

Shades and tints

Shades of #52575F

#52575F
(82,87,95)
#4B5057
(75,80,87)
#44494F
(68,73,79)
#3D4247
(61,66,71)
#363B3F
(54,59,63)
#2F3437
(47,52,55)
#282D2F
(40,45,47)
#212627
(33,38,39)
#1A1F1F
(26,31,31)
#131817
(19,24,23)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #52575F

#52575F
(82,87,95)
#61666D
(97,102,109)
#70757B
(112,117,123)
#7F8489
(127,132,137)
#8E9397
(142,147,151)
#9DA2A5
(157,162,165)
#ACB1B3
(172,177,179)
#BBC0C1
(187,192,193)
#CACFCF
(202,207,207)
#D9DEDD
(217,222,221)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52575F color. Also use rgb(82,87,95) instead hex code.

Text Font Color

.myTextColor { color: #52575F; }

<p style="color:#52575F">This sample text font color is #52575F.</p>

This text font color is #52575F.

Background Color

.myBgColor { background-color: #52575F; }

<div style="background-color:#52575F">Inner text</div>

This div background color is #52575F.

Border color

.myBorderColor { border: 1px solid #52575F; }

<div style="border:3px solid #52575F">Div</div>

This div border color is #52575F.

Opacity

.myOpacity80 { color: #52575F; opacity: 0.8; }

<p style="color:#52575F;opacity:0.8;">80%</p>

Text with #52575F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #52575F;}

<p style="text-shadow: 3px 3px 1px #52575F">Text here.</p>

This text has shadow with #52575F color.


.textShadow {text-shadow: 3px 3px 1px #52575F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #52575F, 5px 5px 20px red">Text here.</p>

This text has shadow with #52575F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52575F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#52575F, Direction=45, Strength=4)">Text</p>

This text has shadow with #52575F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52575F;
-webkit-box-shadow: 1px 1px 3px 2px #52575F;
box-shadow: 1px 1px 3px 2px #52575F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52575F; -webkit-box-shadow: 1px 1px 3px 2px #52575F; box-shadow:1px 1px 3px 2px #52575F;">
Div content here
</div>

This div box has shadow with color #52575F.

Preview

Color preview on black background

This text has color #52575F on black background.


Color preview on white background

This text has color #52575F on white background.


Black color preview on #52575F background

This text has black color on #52575F background.


White color preview on #52575F background

This text has white color on #52575F background.


Related colors

Complementary color

Complementary color for #hex is #ADA8A0.


I love getcolorcode.com

Triadic colors

1 #5F5257 and #575F52 with #52575F are triadic colors.

2 #5F5752 and #57525F with #52575F are triadic colors.