COLOR #57573D

HEX: #57573D
RGB: (87,87,61)

Color info

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

RGB color model

#57573D color RGB value is (87,87,61).

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

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 61 of 255 = 24%

87
87
61

R + G + B ~ 31%. #57573D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 61 = 235 (100%)
R 87 of 235 ~ 37.02%
G 87 of 235 ~ 37.02%
B 61 of 235 ~ 25.96%

%37.02
%37.02
%25.96

CMYK color model

#57573D color CMYK value is (0,0,30,66).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 65.88%
CMYK:
(0,0,30,66)
C0M0Y30K66 
(0%,0%,30%,66%)
(0.00/0.00/0.30/0.66)	

CMYK percentages

%0
%0
%29.89
%65.88

Codes

Color #57573D in popluar color models

57573D
RGB878761
HSL60°17.57%29.02%
HSB/HSV60°29.89%34.12%
CMYK0.00%0.00%29.89%
65.88%

Color #57573D in popluar number systems.

HEX57573D
Decimal878761
Binary10101111010111111101
Octal12712775

Shades and tints

Shades of #57573D

#57573D
(87,87,61)
#505038
(80,80,56)
#494933
(73,73,51)
#42422E
(66,66,46)
#3B3B29
(59,59,41)
#343424
(52,52,36)
#2D2D1F
(45,45,31)
#26261A
(38,38,26)
#1F1F15
(31,31,21)
#181810
(24,24,16)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #57573D

#57573D
(87,87,61)
#66664E
(102,102,78)
#75755F
(117,117,95)
#848470
(132,132,112)
#939381
(147,147,129)
#A2A292
(162,162,146)
#B1B1A3
(177,177,163)
#C0C0B4
(192,192,180)
#CFCFC5
(207,207,197)
#DEDED6
(222,222,214)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57573D; }

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

This text font color is #57573D.


Background Color

.myBgColor { background-color: #57573D; }

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

This div background color is #57573D.


Border color

.myBorderColor { border: 1px solid #57573D; }

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

This div border color is #57573D.


Opacity

.myOpacity80 { color: #57573D; opacity: 0.8; }

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

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

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

This text has shadow with #57573D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57573D on black background.


Color preview on white background

This text has color #57573D on white background.



Black color preview on #57573D background

This text has black color on #57573D background.


White color preview on #57573D background

This text has white color on #57573D background.