COLOR #571E24

HEX: #571E24
RGB: (87,30,36)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
30
36

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

Portions of RGB colors in percentages

R + G + B =
87 + 30 + 36 = 153 (100%)
R 87 of 153 ~ 56.86%
G 30 of 153 ~ 19.61%
B 36 of 153 ~ 23.53%

%56.86
%19.61
%23.53

CMYK color model

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

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

CMYK percentages

%0
%65.52
%58.62
%65.88

Codes

Color #571E24 in popluar color models

571E24
RGB873036
HSL354°48.72%22.94%
HSB/HSV354°65.52%34.12%
CMYK0.00%65.52%58.62%
65.88%

Color #571E24 in popluar number systems.

HEX571E24
Decimal873036
Binary101011111110100100
Octal1273644

Shades and tints

Shades of #571E24

#571E24
(87,30,36)
#501C21
(80,28,33)
#491A1E
(73,26,30)
#42181B
(66,24,27)
#3B1618
(59,22,24)
#341415
(52,20,21)
#2D1212
(45,18,18)
#26100F
(38,16,15)
#1F0E0C
(31,14,12)
#180C09
(24,12,9)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #571E24

#571E24
(87,30,36)
#663237
(102,50,55)
#75464A
(117,70,74)
#845A5D
(132,90,93)
#936E70
(147,110,112)
#A28283
(162,130,131)
#B19696
(177,150,150)
#C0AAA9
(192,170,169)
#CFBEBC
(207,190,188)
#DED2CF
(222,210,207)
#EDE6E2
(237,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571E24; }

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

This text font color is #571E24.


Background Color

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

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

This div background color is #571E24.


Border color

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

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

This div border color is #571E24.


Opacity

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

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

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

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

This text has shadow with #571E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571E24 on black background.


Color preview on white background

This text has color #571E24 on white background.



Black color preview on #571E24 background

This text has black color on #571E24 background.


White color preview on #571E24 background

This text has white color on #571E24 background.