COLOR #57201E

HEX: #57201E
RGB: (87,32,30)

Color info

#57201E contains red, green and blue colors in about the same proportion. Web safe color of #57201E is #663333 (or #633).

RGB color model

#57201E color RGB value is (87,32,30).

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

RGB channels and saturation

R 87 of 255 = 34%
G 32 of 255 = 13%
B 30 of 255 = 12%

87
32
30

R + G + B ~ 20%. #57201E is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 32 + 30 = 149 (100%)
R 87 of 149 ~ 58.39%
G 32 of 149 ~ 21.48%
B 30 of 149 ~ 20.13%

%58.39
%21.48
%20.13

CMYK color model

#57201E color CMYK value is (0,63,66,66).

  • cyan value is 0.00%
  • magenta value is 63.22%
  • yellow value is 65.52%
  • key color value is 65.88%
CMYK:
(0,63,66,66)
C0M63Y66K66 
(0%,63%,66%,66%)
(0.00/0.63/0.66/0.66)	

CMYK percentages

%0
%63.22
%65.52
%65.88

Codes

Color #57201E in popluar color models

57201E
RGB873230
HSL48.72%22.94%
HSB/HSV65.52%34.12%
CMYK0.00%63.22%65.52%
65.88%

Color #57201E in popluar number systems.

HEX57201E
Decimal873230
Binary101011110000011110
Octal1274036

Shades and tints

Shades of #57201E

#57201E
(87,32,30)
#501E1C
(80,30,28)
#491C1A
(73,28,26)
#421A18
(66,26,24)
#3B1816
(59,24,22)
#341614
(52,22,20)
#2D1412
(45,20,18)
#261210
(38,18,16)
#1F100E
(31,16,14)
#180E0C
(24,14,12)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #57201E

#57201E
(87,32,30)
#663432
(102,52,50)
#754846
(117,72,70)
#845C5A
(132,92,90)
#93706E
(147,112,110)
#A28482
(162,132,130)
#B19896
(177,152,150)
#C0ACAA
(192,172,170)
#CFC0BE
(207,192,190)
#DED4D2
(222,212,210)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57201E color. Also use rgb(87,32,30) instead hex code.

Text Font Color

.myTextColor { color: #57201E; }

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

This text font color is #57201E.


Background Color

.myBgColor { background-color: #57201E; }

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

This div background color is #57201E.


Border color

.myBorderColor { border: 1px solid #57201E; }

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

This div border color is #57201E.


Opacity

.myOpacity80 { color: #57201E; opacity: 0.8; }

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

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

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

This text has shadow with #57201E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57201E on black background.


Color preview on white background

This text has color #57201E on white background.



Black color preview on #57201E background

This text has black color on #57201E background.


White color preview on #57201E background

This text has white color on #57201E background.