COLOR #575C44

HEX: #575C44
RGB: (87,92,68)

Color info

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

RGB color model

#575C44 color RGB value is (87,92,68).

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

RGB channels and saturation

R 87 of 255 = 34%
G 92 of 255 = 36%
B 68 of 255 = 27%

87
92
68

R + G + B ~ 32%. #575C44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 92 + 68 = 247 (100%)
R 87 of 247 ~ 35.22%
G 92 of 247 ~ 37.25%
B 68 of 247 ~ 27.53%

%35.22
%37.25
%27.53

CMYK color model

#575C44 color CMYK value is (5,0,26,64).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 63.92%
CMYK:
(5,0,26,64)
C5M0Y26K64 
(5%,0%,26%,64%)
(0.05/0.00/0.26/0.64)	

CMYK percentages

%5.43
%0
%26.09
%63.92

Codes

Color #575C44 in popluar color models

575C44
RGB879268
HSL73°15.00%31.37%
HSB/HSV73°26.09%36.08%
CMYK5.43%0.00%26.09%
63.92%

Color #575C44 in popluar number systems.

HEX575C44
Decimal879268
Binary101011110111001000100
Octal127134104

Shades and tints

Shades of #575C44

#575C44
(87,92,68)
#50543E
(80,84,62)
#494C38
(73,76,56)
#424432
(66,68,50)
#3B3C2C
(59,60,44)
#343426
(52,52,38)
#2D2C20
(45,44,32)
#26241A
(38,36,26)
#1F1C14
(31,28,20)
#18140E
(24,20,14)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #575C44

#575C44
(87,92,68)
#666A55
(102,106,85)
#757866
(117,120,102)
#848677
(132,134,119)
#939488
(147,148,136)
#A2A299
(162,162,153)
#B1B0AA
(177,176,170)
#C0BEBB
(192,190,187)
#CFCCCC
(207,204,204)
#DEDADD
(222,218,221)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575C44; }

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

This text font color is #575C44.


Background Color

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

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

This div background color is #575C44.


Border color

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

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

This div border color is #575C44.


Opacity

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

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

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

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

This text has shadow with #575C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575C44 on black background.


Color preview on white background

This text has color #575C44 on white background.



Black color preview on #575C44 background

This text has black color on #575C44 background.


White color preview on #575C44 background

This text has white color on #575C44 background.