COLOR #575F52

HEX: #575F52 RGB: (87,95,82)

Color info

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

RGB color model

#575F52 color RGB value is (87,95,82).

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

RGB channels and saturation

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

87
95
82

R + G + B ~ 34%. #575F52 is quite dark color.

Portions of RGB colors in percentages

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

%32.95
%35.98
%31.06

CMYK color model

#575F52 color CMYK value is (8,0,14,63).

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

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

CMYK percentages

%8.42
%0
%13.68
%62.75

Codes

Color #575F52 in popluar color models

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

Color #575F52 in popluar number systems.

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

Shades and tints

Shades of #575F52

#575F52
(87,95,82)
#50574B
(80,87,75)
#494F44
(73,79,68)
#42473D
(66,71,61)
#3B3F36
(59,63,54)
#34372F
(52,55,47)
#2D2F28
(45,47,40)
#262721
(38,39,33)
#1F1F1A
(31,31,26)
#181713
(24,23,19)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #575F52

#575F52
(87,95,82)
#666D61
(102,109,97)
#757B70
(117,123,112)
#84897F
(132,137,127)
#93978E
(147,151,142)
#A2A59D
(162,165,157)
#B1B3AC
(177,179,172)
#C0C1BB
(192,193,187)
#CFCFCA
(207,207,202)
#DEDDD9
(222,221,217)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575F52; }

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

This text font color is #575F52.

Background Color

.myBgColor { background-color: #575F52; }

<div style="background-color:#575F52">Inner text</div>

This div background color is #575F52.

Border color

.myBorderColor { border: 1px solid #575F52; }

<div style="border:3px solid #575F52">Div</div>

This div border color is #575F52.

Opacity

.myOpacity80 { color: #575F52; opacity: 0.8; }

<p style="color:#575F52;opacity:0.8;">80%</p>

Text with #575F52 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 #575F52;}

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

This text has shadow with #575F52 color.


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

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

This text has shadow with #575F52 primary color and red secondary color.


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

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

This text has shadow with #575F52 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #575F52.

Preview

Color preview on black background

This text has color #575F52 on black background.


Color preview on white background

This text has color #575F52 on white background.


Black color preview on #575F52 background

This text has black color on #575F52 background.


White color preview on #575F52 background

This text has white color on #575F52 background.


Related colors

Complementary color

Complementary color for #hex is #A8A0AD.


I love getcolorcode.com

Triadic colors

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

2 #525F57 and #5F5752 with #575F52 are triadic colors.