COLOR #575E2C

HEX: #575E2C
RGB: (87,94,44)

Color info

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

RGB color model

#575E2C color RGB value is (87,94,44).

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

RGB channels and saturation

R 87 of 255 = 34%
G 94 of 255 = 37%
B 44 of 255 = 17%

87
94
44

R + G + B ~ 29%. #575E2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 94 + 44 = 225 (100%)
R 87 of 225 ~ 38.67%
G 94 of 225 ~ 41.78%
B 44 of 225 ~ 19.56%

%38.67
%41.78
%19.56

CMYK color model

#575E2C color CMYK value is (7,0,53,63).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 53.19%
  • key color value is 63.14%
CMYK:
(7,0,53,63)
C7M0Y53K63 
(7%,0%,53%,63%)
(0.07/0.00/0.53/0.63)	

CMYK percentages

%7.45
%0
%53.19
%63.14

Codes

Color #575E2C in popluar color models

575E2C
RGB879444
HSL68°36.23%27.06%
HSB/HSV68°53.19%36.86%
CMYK7.45%0.00%53.19%
63.14%

Color #575E2C in popluar number systems.

HEX575E2C
Decimal879444
Binary10101111011110101100
Octal12713654

Shades and tints

Shades of #575E2C

#575E2C
(87,94,44)
#505628
(80,86,40)
#494E24
(73,78,36)
#424620
(66,70,32)
#3B3E1C
(59,62,28)
#343618
(52,54,24)
#2D2E14
(45,46,20)
#262610
(38,38,16)
#1F1E0C
(31,30,12)
#181608
(24,22,8)
#110E04
(17,14,4)
#000000
(0,0,0)

Tints of #575E2C

#575E2C
(87,94,44)
#666C3F
(102,108,63)
#757A52
(117,122,82)
#848865
(132,136,101)
#939678
(147,150,120)
#A2A48B
(162,164,139)
#B1B29E
(177,178,158)
#C0C0B1
(192,192,177)
#CFCEC4
(207,206,196)
#DEDCD7
(222,220,215)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575E2C; }

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

This text font color is #575E2C.


Background Color

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

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

This div background color is #575E2C.


Border color

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

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

This div border color is #575E2C.


Opacity

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

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

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

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

This text has shadow with #575E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575E2C on black background.


Color preview on white background

This text has color #575E2C on white background.



Black color preview on #575E2C background

This text has black color on #575E2C background.


White color preview on #575E2C background

This text has white color on #575E2C background.