COLOR #571E2C

HEX: #571E2C
RGB: (87,30,44)

Color info

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

RGB color model

#571E2C color RGB value is (87,30,44).

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

RGB channels and saturation

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

87
30
44

R + G + B ~ 21%. #571E2C is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 30 + 44 = 161 (100%)
R 87 of 161 ~ 54.04%
G 30 of 161 ~ 18.63%
B 44 of 161 ~ 27.33%

%54.04
%18.63
%27.33

CMYK color model

#571E2C color CMYK value is (0,66,49,66).

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

CMYK percentages

%0
%65.52
%49.43
%65.88

Codes

Color #571E2C in popluar color models

571E2C
RGB873044
HSL345°48.72%22.94%
HSB/HSV345°65.52%34.12%
CMYK0.00%65.52%49.43%
65.88%

Color #571E2C in popluar number systems.

HEX571E2C
Decimal873044
Binary101011111110101100
Octal1273654

Shades and tints

Shades of #571E2C

#571E2C
(87,30,44)
#501C28
(80,28,40)
#491A24
(73,26,36)
#421820
(66,24,32)
#3B161C
(59,22,28)
#341418
(52,20,24)
#2D1214
(45,18,20)
#261010
(38,16,16)
#1F0E0C
(31,14,12)
#180C08
(24,12,8)
#110A04
(17,10,4)
#000000
(0,0,0)

Tints of #571E2C

#571E2C
(87,30,44)
#66323F
(102,50,63)
#754652
(117,70,82)
#845A65
(132,90,101)
#936E78
(147,110,120)
#A2828B
(162,130,139)
#B1969E
(177,150,158)
#C0AAB1
(192,170,177)
#CFBEC4
(207,190,196)
#DED2D7
(222,210,215)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571E2C; }

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

This text font color is #571E2C.


Background Color

.myBgColor { background-color: #571E2C; }

<div style="background-color:#571E2C">Inner text</div>

This div background color is #571E2C.


Border color

.myBorderColor { border: 1px solid #571E2C; }

<div style="border:3px solid #571E2C">Div</div>

This div border color is #571E2C.


Opacity

.myOpacity80 { color: #571E2C; opacity: 0.8; }

<p style="color:#571E2C;opacity:0.8;">80%</p>

Text with #571E2C 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 #571E2C;}

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

This text has shadow with #571E2C color.

.textShadow {text-shadow: 3px 3px 1px #571E2C, 3px 3px 1px red;}

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

This text has shadow with #571E2C primary color and red secondary color.


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

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

This text has shadow with #571E2C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571E2C on black background.


Color preview on white background

This text has color #571E2C on white background.



Black color preview on #571E2C background

This text has black color on #571E2C background.


White color preview on #571E2C background

This text has white color on #571E2C background.