COLOR #575E39

HEX: #575E39
RGB: (87,94,57)

Color info

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

RGB color model

#575E39 color RGB value is (87,94,57).

  • red value is 87;
  • green value is 94;
  • blue value is 57.
RGB:
(87,94,57)
(34%,37%,22%)

RGB channels and saturation

R 87 of 255 = 34%
G 94 of 255 = 37%
B 57 of 255 = 22%

87
94
57

R + G + B ~ 31%. #575E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 94 + 57 = 238 (100%)
R 87 of 238 ~ 36.55%
G 94 of 238 ~ 39.5%
B 57 of 238 ~ 23.95%

%36.55
%39.5
%23.95

CMYK color model

#575E39 color CMYK value is (7,0,39,63).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 39.36%
  • key color value is 63.14%
CMYK:
(7,0,39,63)
C7M0Y39K63 
(7%,0%,39%,63%)
(0.07/0.00/0.39/0.63)	

CMYK percentages

%7.45
%0
%39.36
%63.14

Codes

Color #575E39 in popluar color models

575E39
RGB879457
HSL71°24.50%29.61%
HSB/HSV71°39.36%36.86%
CMYK7.45%0.00%39.36%
63.14%

Color #575E39 in popluar number systems.

HEX575E39
Decimal879457
Binary10101111011110111001
Octal12713671

Shades and tints

Shades of #575E39

#575E39
(87,94,57)
#505634
(80,86,52)
#494E2F
(73,78,47)
#42462A
(66,70,42)
#3B3E25
(59,62,37)
#343620
(52,54,32)
#2D2E1B
(45,46,27)
#262616
(38,38,22)
#1F1E11
(31,30,17)
#18160C
(24,22,12)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #575E39

#575E39
(87,94,57)
#666C4B
(102,108,75)
#757A5D
(117,122,93)
#84886F
(132,136,111)
#939681
(147,150,129)
#A2A493
(162,164,147)
#B1B2A5
(177,178,165)
#C0C0B7
(192,192,183)
#CFCEC9
(207,206,201)
#DEDCDB
(222,220,219)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575E39 color. Also use rgb(87,94,57) instead hex code.

Text Font Color

.myTextColor { color: #575E39; }

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

This text font color is #575E39.


Background Color

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

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

This div background color is #575E39.


Border color

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

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

This div border color is #575E39.


Opacity

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

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

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

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

This text has shadow with #575E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575E39 on black background.


Color preview on white background

This text has color #575E39 on white background.



Black color preview on #575E39 background

This text has black color on #575E39 background.


White color preview on #575E39 background

This text has white color on #575E39 background.