COLOR #571E1E

HEX: #571E1E
RGB: (87,30,30)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
30
30

R + G + B ~ 19%. #571E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 30 + 30 = 147 (100%)
R 87 of 147 ~ 59.18%
G 30 of 147 ~ 20.41%
B 30 of 147 ~ 20.41%

%59.18
%20.41
%20.41

CMYK color model

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

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

CMYK percentages

%0
%65.52
%65.52
%65.88

Codes

Color #571E1E in popluar color models

571E1E
RGB873030
HSL48.72%22.94%
HSB/HSV65.52%34.12%
CMYK0.00%65.52%65.52%
65.88%

Color #571E1E in popluar number systems.

HEX571E1E
Decimal873030
Binary10101111111011110
Octal1273636

Shades and tints

Shades of #571E1E

#571E1E
(87,30,30)
#501C1C
(80,28,28)
#491A1A
(73,26,26)
#421818
(66,24,24)
#3B1616
(59,22,22)
#341414
(52,20,20)
#2D1212
(45,18,18)
#261010
(38,16,16)
#1F0E0E
(31,14,14)
#180C0C
(24,12,12)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #571E1E

#571E1E
(87,30,30)
#663232
(102,50,50)
#754646
(117,70,70)
#845A5A
(132,90,90)
#936E6E
(147,110,110)
#A28282
(162,130,130)
#B19696
(177,150,150)
#C0AAAA
(192,170,170)
#CFBEBE
(207,190,190)
#DED2D2
(222,210,210)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571E1E; }

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

This text font color is #571E1E.


Background Color

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

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

This div background color is #571E1E.


Border color

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

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

This div border color is #571E1E.


Opacity

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

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

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

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

This text has shadow with #571E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571E1E on black background.


Color preview on white background

This text has color #571E1E on white background.



Black color preview on #571E1E background

This text has black color on #571E1E background.


White color preview on #571E1E background

This text has white color on #571E1E background.