COLOR #571E25

HEX: #571E25
RGB: (87,30,37)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
30
37

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

Portions of RGB colors in percentages

R + G + B =
87 + 30 + 37 = 154 (100%)
R 87 of 154 ~ 56.49%
G 30 of 154 ~ 19.48%
B 37 of 154 ~ 24.03%

%56.49
%19.48
%24.03

CMYK color model

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

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

CMYK percentages

%0
%65.52
%57.47
%65.88

Codes

Color #571E25 in popluar color models

571E25
RGB873037
HSL353°48.72%22.94%
HSB/HSV353°65.52%34.12%
CMYK0.00%65.52%57.47%
65.88%

Color #571E25 in popluar number systems.

HEX571E25
Decimal873037
Binary101011111110100101
Octal1273645

Shades and tints

Shades of #571E25

#571E25
(87,30,37)
#501C22
(80,28,34)
#491A1F
(73,26,31)
#42181C
(66,24,28)
#3B1619
(59,22,25)
#341416
(52,20,22)
#2D1213
(45,18,19)
#261010
(38,16,16)
#1F0E0D
(31,14,13)
#180C0A
(24,12,10)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #571E25

#571E25
(87,30,37)
#663238
(102,50,56)
#75464B
(117,70,75)
#845A5E
(132,90,94)
#936E71
(147,110,113)
#A28284
(162,130,132)
#B19697
(177,150,151)
#C0AAAA
(192,170,170)
#CFBEBD
(207,190,189)
#DED2D0
(222,210,208)
#EDE6E3
(237,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571E25; }

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

This text font color is #571E25.


Background Color

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

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

This div background color is #571E25.


Border color

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

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

This div border color is #571E25.


Opacity

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

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

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

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

This text has shadow with #571E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571E25 on black background.


Color preview on white background

This text has color #571E25 on white background.



Black color preview on #571E25 background

This text has black color on #571E25 background.


White color preview on #571E25 background

This text has white color on #571E25 background.