COLOR #575C52

HEX: #575C52
RGB: (87,92,82)

Color info

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

RGB color model

#575C52 color RGB value is (87,92,82).

  • red value is 87;
  • green value is 92;
  • blue value is 82.
RGB:
(87,92,82)
(34%,36%,32%)

RGB channels and saturation

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

87
92
82

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

Portions of RGB colors in percentages

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

%33.33
%35.25
%31.42

CMYK color model

#575C52 color CMYK value is (5,0,11,64).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 63.92%
CMYK:
(5,0,11,64)
C5M0Y11K64 
(5%,0%,11%,64%)
(0.05/0.00/0.11/0.64)	

CMYK percentages

%5.43
%0
%10.87
%63.92

Codes

Color #575C52 in popluar color models

575C52
RGB879282
HSL90°5.75%34.12%
HSB/HSV90°10.87%36.08%
CMYK5.43%0.00%10.87%
63.92%

Color #575C52 in popluar number systems.

HEX575C52
Decimal879282
Binary101011110111001010010
Octal127134122

Shades and tints

Shades of #575C52

#575C52
(87,92,82)
#50544B
(80,84,75)
#494C44
(73,76,68)
#42443D
(66,68,61)
#3B3C36
(59,60,54)
#34342F
(52,52,47)
#2D2C28
(45,44,40)
#262421
(38,36,33)
#1F1C1A
(31,28,26)
#181413
(24,20,19)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #575C52

#575C52
(87,92,82)
#666A61
(102,106,97)
#757870
(117,120,112)
#84867F
(132,134,127)
#93948E
(147,148,142)
#A2A29D
(162,162,157)
#B1B0AC
(177,176,172)
#C0BEBB
(192,190,187)
#CFCCCA
(207,204,202)
#DEDAD9
(222,218,217)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575C52; }

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

This text font color is #575C52.


Background Color

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

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

This div background color is #575C52.


Border color

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

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

This div border color is #575C52.


Opacity

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

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

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

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

This text has shadow with #575C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575C52 on black background.


Color preview on white background

This text has color #575C52 on white background.



Black color preview on #575C52 background

This text has black color on #575C52 background.


White color preview on #575C52 background

This text has white color on #575C52 background.