COLOR #57572C

HEX: #57572C
RGB: (87,87,44)

Color info

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

RGB color model

#57572C color RGB value is (87,87,44).

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

RGB channels and saturation

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

87
87
44

R + G + B ~ 28%. #57572C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 44 = 218 (100%)
R 87 of 218 ~ 39.91%
G 87 of 218 ~ 39.91%
B 44 of 218 ~ 20.18%

%39.91
%39.91
%20.18

CMYK color model

#57572C color CMYK value is (0,0,49,66).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 49.43%
  • key color value is 65.88%
CMYK:
(0,0,49,66)
C0M0Y49K66 
(0%,0%,49%,66%)
(0.00/0.00/0.49/0.66)	

CMYK percentages

%0
%0
%49.43
%65.88

Codes

Color #57572C in popluar color models

57572C
RGB878744
HSL60°32.82%25.69%
HSB/HSV60°49.43%34.12%
CMYK0.00%0.00%49.43%
65.88%

Color #57572C in popluar number systems.

HEX57572C
Decimal878744
Binary10101111010111101100
Octal12712754

Shades and tints

Shades of #57572C

#57572C
(87,87,44)
#505028
(80,80,40)
#494924
(73,73,36)
#424220
(66,66,32)
#3B3B1C
(59,59,28)
#343418
(52,52,24)
#2D2D14
(45,45,20)
#262610
(38,38,16)
#1F1F0C
(31,31,12)
#181808
(24,24,8)
#111104
(17,17,4)
#000000
(0,0,0)

Tints of #57572C

#57572C
(87,87,44)
#66663F
(102,102,63)
#757552
(117,117,82)
#848465
(132,132,101)
#939378
(147,147,120)
#A2A28B
(162,162,139)
#B1B19E
(177,177,158)
#C0C0B1
(192,192,177)
#CFCFC4
(207,207,196)
#DEDED7
(222,222,215)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57572C; }

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

This text font color is #57572C.


Background Color

.myBgColor { background-color: #57572C; }

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

This div background color is #57572C.


Border color

.myBorderColor { border: 1px solid #57572C; }

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

This div border color is #57572C.


Opacity

.myOpacity80 { color: #57572C; opacity: 0.8; }

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

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

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

This text has shadow with #57572C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57572C on black background.


Color preview on white background

This text has color #57572C on white background.



Black color preview on #57572C background

This text has black color on #57572C background.


White color preview on #57572C background

This text has white color on #57572C background.