COLOR #57211C

HEX: #57211C
RGB: (87,33,28)

Color info

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

RGB color model

#57211C color RGB value is (87,33,28).

  • red value is 87;
  • green value is 33;
  • blue value is 28.
RGB:
(87,33,28)
(34%,13%,11%)

RGB channels and saturation

R 87 of 255 = 34%
G 33 of 255 = 13%
B 28 of 255 = 11%

87
33
28

R + G + B ~ 19%. #57211C is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 33 + 28 = 148 (100%)
R 87 of 148 ~ 58.78%
G 33 of 148 ~ 22.3%
B 28 of 148 ~ 18.92%

%58.78
%22.3
%18.92

CMYK color model

#57211C color CMYK value is (0,62,68,66).

  • cyan value is 0.00%
  • magenta value is 62.07%
  • yellow value is 67.82%
  • key color value is 65.88%
CMYK:
(0,62,68,66)
C0M62Y68K66 
(0%,62%,68%,66%)
(0.00/0.62/0.68/0.66)	

CMYK percentages

%0
%62.07
%67.82
%65.88

Codes

Color #57211C in popluar color models

57211C
RGB873328
HSL51.30%22.55%
HSB/HSV67.82%34.12%
CMYK0.00%62.07%67.82%
65.88%

Color #57211C in popluar number systems.

HEX57211C
Decimal873328
Binary101011110000111100
Octal1274134

Shades and tints

Shades of #57211C

#57211C
(87,33,28)
#501E1A
(80,30,26)
#491B18
(73,27,24)
#421816
(66,24,22)
#3B1514
(59,21,20)
#341212
(52,18,18)
#2D0F10
(45,15,16)
#260C0E
(38,12,14)
#1F090C
(31,9,12)
#18060A
(24,6,10)
#110308
(17,3,8)
#000000
(0,0,0)

Tints of #57211C

#57211C
(87,33,28)
#663530
(102,53,48)
#754944
(117,73,68)
#845D58
(132,93,88)
#93716C
(147,113,108)
#A28580
(162,133,128)
#B19994
(177,153,148)
#C0ADA8
(192,173,168)
#CFC1BC
(207,193,188)
#DED5D0
(222,213,208)
#EDE9E4
(237,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57211C; }

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

This text font color is #57211C.


Background Color

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

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

This div background color is #57211C.


Border color

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

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

This div border color is #57211C.


Opacity

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

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

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

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

This text has shadow with #57211C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57211C on black background.


Color preview on white background

This text has color #57211C on white background.



Black color preview on #57211C background

This text has black color on #57211C background.


White color preview on #57211C background

This text has white color on #57211C background.