COLOR #57571F

HEX: #57571F
RGB: (87,87,31)

Color info

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

RGB color model

#57571F color RGB value is (87,87,31).

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

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 31 of 255 = 12%

87
87
31

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

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 31 = 205 (100%)
R 87 of 205 ~ 42.44%
G 87 of 205 ~ 42.44%
B 31 of 205 ~ 15.12%

%42.44
%42.44
%15.12

CMYK color model

#57571F color CMYK value is (0,0,64,66).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 64.37%
  • key color value is 65.88%
CMYK:
(0,0,64,66)
C0M0Y64K66 
(0%,0%,64%,66%)
(0.00/0.00/0.64/0.66)	

CMYK percentages

%0
%0
%64.37
%65.88

Codes

Color #57571F in popluar color models

57571F
RGB878731
HSL60°47.46%23.14%
HSB/HSV60°64.37%34.12%
CMYK0.00%0.00%64.37%
65.88%

Color #57571F in popluar number systems.

HEX57571F
Decimal878731
Binary1010111101011111111
Octal12712737

Shades and tints

Shades of #57571F

#57571F
(87,87,31)
#50501D
(80,80,29)
#49491B
(73,73,27)
#424219
(66,66,25)
#3B3B17
(59,59,23)
#343415
(52,52,21)
#2D2D13
(45,45,19)
#262611
(38,38,17)
#1F1F0F
(31,31,15)
#18180D
(24,24,13)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #57571F

#57571F
(87,87,31)
#666633
(102,102,51)
#757547
(117,117,71)
#84845B
(132,132,91)
#93936F
(147,147,111)
#A2A283
(162,162,131)
#B1B197
(177,177,151)
#C0C0AB
(192,192,171)
#CFCFBF
(207,207,191)
#DEDED3
(222,222,211)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57571F; }

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

This text font color is #57571F.


Background Color

.myBgColor { background-color: #57571F; }

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

This div background color is #57571F.


Border color

.myBorderColor { border: 1px solid #57571F; }

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

This div border color is #57571F.


Opacity

.myOpacity80 { color: #57571F; opacity: 0.8; }

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

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

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

This text has shadow with #57571F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57571F on black background.


Color preview on white background

This text has color #57571F on white background.



Black color preview on #57571F background

This text has black color on #57571F background.


White color preview on #57571F background

This text has white color on #57571F background.