COLOR #57525C

HEX: #57525C RGB: (87,82,92)

Color info

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

RGB color model

#57525C color RGB value is (87,82,92).

RGB: (87,82,92) (34%, 32%, 36%)

RGB channels and saturation

R 87 of 255 = 34%
G 82 of 255 = 32%
B 92 of 255 = 36%

87
82
92

R + G + B ~ 34%. #57525C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 82 + 92 = 261 (100%)
R 87 of 261 ~ 33.33%
G 82 of 261 ~ 31.42%
B 92 of 261 ~ 35.25'%

%33.33
%31.42
%35.25

CMYK color model

#57525C color CMYK value is (5,11,0,64).

  • cyan value is 5.43%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (5,11,0,64)
C5M11Y0K64 (5%, 11%, 0%, 64%)
(0.05 / 0.11 / 0.00 / 0.64)

CMYK percentages

%5.43
%10.87
%0
%63.92

Codes

Color #57525C in popluar color models

57 52 5C
RGB 87 82 92
HSL 270° 5.75% 34.12%
HSB/HSV 270° 10.87% 36.08%
CMYK 5.43% 10.87% 0.00%
63.92%

Color #57525C in popluar number systems.

HEX 57 52 5C
Decimal 87 82 92
Binary 1010111 1010010 1011100
Octal 127 122 134

Shades and tints

Shades of #57525C

#57525C
(87,82,92)
#504B54
(80,75,84)
#49444C
(73,68,76)
#423D44
(66,61,68)
#3B363C
(59,54,60)
#342F34
(52,47,52)
#2D282C
(45,40,44)
#262124
(38,33,36)
#1F1A1C
(31,26,28)
#181314
(24,19,20)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #57525C

#57525C
(87,82,92)
#66616A
(102,97,106)
#757078
(117,112,120)
#847F86
(132,127,134)
#938E94
(147,142,148)
#A29DA2
(162,157,162)
#B1ACB0
(177,172,176)
#C0BBBE
(192,187,190)
#CFCACC
(207,202,204)
#DED9DA
(222,217,218)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57525C color. Also use rgb(87,82,92) instead hex code.

Text Font Color

.myTextColor { color: #57525C; }

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

This text font color is #57525C.

Background Color

.myBgColor { background-color: #57525C; }

<div style="background-color:#57525C">Inner text</div>

This div background color is #57525C.

Border color

.myBorderColor { border: 1px solid #57525C; }

<div style="border:3px solid #57525C">Div</div>

This div border color is #57525C.

Opacity

.myOpacity80 { color: #57525C; opacity: 0.8; }

<p style="color:#57525C;opacity:0.8;">80%</p>

Text with #57525C 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 #57525C;}

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

This text has shadow with #57525C color.


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

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

This text has shadow with #57525C primary color and red secondary color.


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

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

This text has shadow with #57525C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #57525C.

Preview

Color preview on black background

This text has color #57525C on black background.


Color preview on white background

This text has color #57525C on white background.


Black color preview on #57525C background

This text has black color on #57525C background.


White color preview on #57525C background

This text has white color on #57525C background.


Related colors

Complementary color

Complementary color for #hex is #A8ADA3.


I love getcolorcode.com

Triadic colors

1 #5C5752 and #525C57 with #57525C are triadic colors.

2 #5C5257 and #52575C with #57525C are triadic colors.