COLOR #571E27

HEX: #571E27
RGB: (87,30,39)

Color info

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

RGB color model

#571E27 color RGB value is (87,30,39).

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

RGB channels and saturation

R 87 of 255 = 34%
G 30 of 255 = 12%
B 39 of 255 = 15%

87
30
39

R + G + B ~ 20%. #571E27 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 30 + 39 = 156 (100%)
R 87 of 156 ~ 55.77%
G 30 of 156 ~ 19.23%
B 39 of 156 ~ 25%

%55.77
%19.23
%25

CMYK color model

#571E27 color CMYK value is (0,66,55,66).

  • cyan value is 0.00%
  • magenta value is 65.52%
  • yellow value is 55.17%
  • key color value is 65.88%
CMYK:
(0,66,55,66)
C0M66Y55K66 
(0%,66%,55%,66%)
(0.00/0.66/0.55/0.66)	

CMYK percentages

%0
%65.52
%55.17
%65.88

Codes

Color #571E27 in popluar color models

571E27
RGB873039
HSL351°48.72%22.94%
HSB/HSV351°65.52%34.12%
CMYK0.00%65.52%55.17%
65.88%

Color #571E27 in popluar number systems.

HEX571E27
Decimal873039
Binary101011111110100111
Octal1273647

Shades and tints

Shades of #571E27

#571E27
(87,30,39)
#501C24
(80,28,36)
#491A21
(73,26,33)
#42181E
(66,24,30)
#3B161B
(59,22,27)
#341418
(52,20,24)
#2D1215
(45,18,21)
#261012
(38,16,18)
#1F0E0F
(31,14,15)
#180C0C
(24,12,12)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #571E27

#571E27
(87,30,39)
#66323A
(102,50,58)
#75464D
(117,70,77)
#845A60
(132,90,96)
#936E73
(147,110,115)
#A28286
(162,130,134)
#B19699
(177,150,153)
#C0AAAC
(192,170,172)
#CFBEBF
(207,190,191)
#DED2D2
(222,210,210)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571E27; }

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

This text font color is #571E27.


Background Color

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

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

This div background color is #571E27.


Border color

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

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

This div border color is #571E27.


Opacity

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

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

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

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

This text has shadow with #571E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571E27 on black background.


Color preview on white background

This text has color #571E27 on white background.



Black color preview on #571E27 background

This text has black color on #571E27 background.


White color preview on #571E27 background

This text has white color on #571E27 background.