COLOR #571E2D

HEX: #571E2D
RGB: (87,30,45)

Color info

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

RGB color model

#571E2D color RGB value is (87,30,45).

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

RGB channels and saturation

R 87 of 255 = 34%
G 30 of 255 = 12%
B 45 of 255 = 18%

87
30
45

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

Portions of RGB colors in percentages

R + G + B =
87 + 30 + 45 = 162 (100%)
R 87 of 162 ~ 53.7%
G 30 of 162 ~ 18.52%
B 45 of 162 ~ 27.78%

%53.7
%18.52
%27.78

CMYK color model

#571E2D color CMYK value is (0,66,48,66).

  • cyan value is 0.00%
  • magenta value is 65.52%
  • yellow value is 48.28%
  • key color value is 65.88%
CMYK:
(0,66,48,66)
C0M66Y48K66 
(0%,66%,48%,66%)
(0.00/0.66/0.48/0.66)	

CMYK percentages

%0
%65.52
%48.28
%65.88

Codes

Color #571E2D in popluar color models

571E2D
RGB873045
HSL344°48.72%22.94%
HSB/HSV344°65.52%34.12%
CMYK0.00%65.52%48.28%
65.88%

Color #571E2D in popluar number systems.

HEX571E2D
Decimal873045
Binary101011111110101101
Octal1273655

Shades and tints

Shades of #571E2D

#571E2D
(87,30,45)
#501C29
(80,28,41)
#491A25
(73,26,37)
#421821
(66,24,33)
#3B161D
(59,22,29)
#341419
(52,20,25)
#2D1215
(45,18,21)
#261011
(38,16,17)
#1F0E0D
(31,14,13)
#180C09
(24,12,9)
#110A05
(17,10,5)
#000000
(0,0,0)

Tints of #571E2D

#571E2D
(87,30,45)
#663240
(102,50,64)
#754653
(117,70,83)
#845A66
(132,90,102)
#936E79
(147,110,121)
#A2828C
(162,130,140)
#B1969F
(177,150,159)
#C0AAB2
(192,170,178)
#CFBEC5
(207,190,197)
#DED2D8
(222,210,216)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571E2D; }

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

This text font color is #571E2D.


Background Color

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

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

This div background color is #571E2D.


Border color

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

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

This div border color is #571E2D.


Opacity

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

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

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

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

This text has shadow with #571E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571E2D on black background.


Color preview on white background

This text has color #571E2D on white background.



Black color preview on #571E2D background

This text has black color on #571E2D background.


White color preview on #571E2D background

This text has white color on #571E2D background.