COLOR #575C47

HEX: #575C47
RGB: (87,92,71)

Color info

#575C47 contains red, green and blue colors in about the same proportion. Web safe color of #575C47 is #666633 (or #663).

RGB color model

#575C47 color RGB value is (87,92,71).

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

RGB channels and saturation

R 87 of 255 = 34%
G 92 of 255 = 36%
B 71 of 255 = 28%

87
92
71

R + G + B ~ 33%. #575C47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 92 + 71 = 250 (100%)
R 87 of 250 ~ 34.8%
G 92 of 250 ~ 36.8%
B 71 of 250 ~ 28.4%

%34.8
%36.8
%28.4

CMYK color model

#575C47 color CMYK value is (5,0,23,64).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 63.92%
CMYK:
(5,0,23,64)
C5M0Y23K64 
(5%,0%,23%,64%)
(0.05/0.00/0.23/0.64)	

CMYK percentages

%5.43
%0
%22.83
%63.92

Codes

Color #575C47 in popluar color models

575C47
RGB879271
HSL74°12.88%31.96%
HSB/HSV74°22.83%36.08%
CMYK5.43%0.00%22.83%
63.92%

Color #575C47 in popluar number systems.

HEX575C47
Decimal879271
Binary101011110111001000111
Octal127134107

Shades and tints

Shades of #575C47

#575C47
(87,92,71)
#505441
(80,84,65)
#494C3B
(73,76,59)
#424435
(66,68,53)
#3B3C2F
(59,60,47)
#343429
(52,52,41)
#2D2C23
(45,44,35)
#26241D
(38,36,29)
#1F1C17
(31,28,23)
#181411
(24,20,17)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #575C47

#575C47
(87,92,71)
#666A57
(102,106,87)
#757867
(117,120,103)
#848677
(132,134,119)
#939487
(147,148,135)
#A2A297
(162,162,151)
#B1B0A7
(177,176,167)
#C0BEB7
(192,190,183)
#CFCCC7
(207,204,199)
#DEDAD7
(222,218,215)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575C47; }

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

This text font color is #575C47.


Background Color

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

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

This div background color is #575C47.


Border color

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

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

This div border color is #575C47.


Opacity

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

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

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

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

This text has shadow with #575C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575C47 on black background.


Color preview on white background

This text has color #575C47 on white background.



Black color preview on #575C47 background

This text has black color on #575C47 background.


White color preview on #575C47 background

This text has white color on #575C47 background.