COLOR #575724

HEX: #575724
RGB: (87,87,36)

Color info

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

RGB color model

#575724 color RGB value is (87,87,36).

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

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 36 of 255 = 14%

87
87
36

R + G + B ~ 27%. #575724 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 36 = 210 (100%)
R 87 of 210 ~ 41.43%
G 87 of 210 ~ 41.43%
B 36 of 210 ~ 17.14%

%41.43
%41.43
%17.14

CMYK color model

#575724 color CMYK value is (0,0,59,66).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 58.62%
  • key color value is 65.88%
CMYK:
(0,0,59,66)
C0M0Y59K66 
(0%,0%,59%,66%)
(0.00/0.00/0.59/0.66)	

CMYK percentages

%0
%0
%58.62
%65.88

Codes

Color #575724 in popluar color models

575724
RGB878736
HSL60°41.46%24.12%
HSB/HSV60°58.62%34.12%
CMYK0.00%0.00%58.62%
65.88%

Color #575724 in popluar number systems.

HEX575724
Decimal878736
Binary10101111010111100100
Octal12712744

Shades and tints

Shades of #575724

#575724
(87,87,36)
#505021
(80,80,33)
#49491E
(73,73,30)
#42421B
(66,66,27)
#3B3B18
(59,59,24)
#343415
(52,52,21)
#2D2D12
(45,45,18)
#26260F
(38,38,15)
#1F1F0C
(31,31,12)
#181809
(24,24,9)
#111106
(17,17,6)
#000000
(0,0,0)

Tints of #575724

#575724
(87,87,36)
#666637
(102,102,55)
#75754A
(117,117,74)
#84845D
(132,132,93)
#939370
(147,147,112)
#A2A283
(162,162,131)
#B1B196
(177,177,150)
#C0C0A9
(192,192,169)
#CFCFBC
(207,207,188)
#DEDECF
(222,222,207)
#EDEDE2
(237,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575724 color. Also use rgb(87,87,36) instead hex code.

Text Font Color

.myTextColor { color: #575724; }

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

This text font color is #575724.


Background Color

.myBgColor { background-color: #575724; }

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

This div background color is #575724.


Border color

.myBorderColor { border: 1px solid #575724; }

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

This div border color is #575724.


Opacity

.myOpacity80 { color: #575724; opacity: 0.8; }

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

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

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

This text has shadow with #575724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575724 on black background.


Color preview on white background

This text has color #575724 on white background.



Black color preview on #575724 background

This text has black color on #575724 background.


White color preview on #575724 background

This text has white color on #575724 background.