COLOR #575C4F

HEX: #575C4F RGB: (87,92,79)

Color info

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

RGB color model

#575C4F color RGB value is (87,92,79).

RGB: (87,92,79) (34%, 36%, 31%)

RGB channels and saturation

R 87 of 255 = 34%
G 92 of 255 = 36%
B 79 of 255 = 31%

87
92
79

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

Portions of RGB colors in percentages

R + G + B = 87 + 92 + 79 = 258 (100%)
R 87 of 258 ~ 33.72%
G 92 of 258 ~ 35.66%
B 79 of 258 ~ 30.62'%

%33.72
%35.66
%30.62

CMYK color model

#575C4F color CMYK value is (5,0,14,64).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 63.92%
CMYK: (5,0,14,64) C5M0Y14K64 (5%,0%,14%,64%) (0.05/0.00/0.14/0.64) 

CMYK percentages

%5.43
%0
%14.13
%63.92

Codes

Color #575C4F in popluar color models

57 5C 4F
RGB 87 92 79
HSL 83° 7.60% 33.53%
HSB/HSV 83° 14.13% 36.08%
CMYK 5.43% 0.00% 14.13%
63.92%

Color #575C4F in popluar number systems.

HEX 57 5C 4F
Decimal 87 92 79
Binary 1010111 1011100 1001111
Octal 127 134 117

Shades and tints

Shades of #575C4F

#575C4F
(87,92,79)
#505448
(80,84,72)
#494C41
(73,76,65)
#42443A
(66,68,58)
#3B3C33
(59,60,51)
#34342C
(52,52,44)
#2D2C25
(45,44,37)
#26241E
(38,36,30)
#1F1C17
(31,28,23)
#181410
(24,20,16)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #575C4F

#575C4F
(87,92,79)
#666A5F
(102,106,95)
#75786F
(117,120,111)
#84867F
(132,134,127)
#93948F
(147,148,143)
#A2A29F
(162,162,159)
#B1B0AF
(177,176,175)
#C0BEBF
(192,190,191)
#CFCCCF
(207,204,207)
#DEDADF
(222,218,223)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575C4F color. Also use rgb(87,92,79) instead hex code.

Text Font Color

.myTextColor { color: #575C4F; }

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

This text font color is #575C4F.

Background Color

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

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

This div background color is #575C4F.

Border color

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

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

This div border color is #575C4F.

Opacity

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

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

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

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

This text has shadow with #575C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575C4F.

Preview

Color preview on black background

This text has color #575C4F on black background.


Color preview on white background

This text has color #575C4F on white background.


Black color preview on #575C4F background

This text has black color on #575C4F background.


White color preview on #575C4F background

This text has white color on #575C4F background.


Related colors

Complementary color

Complementary color for #hex is #A8A3B0.


I love getcolorcode.com

Triadic colors

1 #4F575C and #5C4F57 with #575C4F are triadic colors.

2 #4F5C57 and #5C574F with #575C4F are triadic colors.