COLOR #575F42

HEX: #575F42
RGB: (87,95,66)

Color info

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

RGB color model

#575F42 color RGB value is (87,95,66).

  • red value is 87;
  • green value is 95;
  • blue value is 66.
RGB:
(87,95,66)
(34%,37%,26%)

RGB channels and saturation

R 87 of 255 = 34%
G 95 of 255 = 37%
B 66 of 255 = 26%

87
95
66

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

Portions of RGB colors in percentages

R + G + B =
87 + 95 + 66 = 248 (100%)
R 87 of 248 ~ 35.08%
G 95 of 248 ~ 38.31%
B 66 of 248 ~ 26.61%

%35.08
%38.31
%26.61

CMYK color model

#575F42 color CMYK value is (8,0,31,63).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 62.75%
CMYK:
(8,0,31,63)
C8M0Y31K63 
(8%,0%,31%,63%)
(0.08/0.00/0.31/0.63)	

CMYK percentages

%8.42
%0
%30.53
%62.75

Codes

Color #575F42 in popluar color models

575F42
RGB879566
HSL77°18.01%31.57%
HSB/HSV77°30.53%37.25%
CMYK8.42%0.00%30.53%
62.75%

Color #575F42 in popluar number systems.

HEX575F42
Decimal879566
Binary101011110111111000010
Octal127137102

Shades and tints

Shades of #575F42

#575F42
(87,95,66)
#50573C
(80,87,60)
#494F36
(73,79,54)
#424730
(66,71,48)
#3B3F2A
(59,63,42)
#343724
(52,55,36)
#2D2F1E
(45,47,30)
#262718
(38,39,24)
#1F1F12
(31,31,18)
#18170C
(24,23,12)
#110F06
(17,15,6)
#000000
(0,0,0)

Tints of #575F42

#575F42
(87,95,66)
#666D53
(102,109,83)
#757B64
(117,123,100)
#848975
(132,137,117)
#939786
(147,151,134)
#A2A597
(162,165,151)
#B1B3A8
(177,179,168)
#C0C1B9
(192,193,185)
#CFCFCA
(207,207,202)
#DEDDDB
(222,221,219)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575F42; }

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

This text font color is #575F42.


Background Color

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

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

This div background color is #575F42.


Border color

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

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

This div border color is #575F42.


Opacity

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

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

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

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

This text has shadow with #575F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575F42 on black background.


Color preview on white background

This text has color #575F42 on white background.



Black color preview on #575F42 background

This text has black color on #575F42 background.


White color preview on #575F42 background

This text has white color on #575F42 background.