COLOR #571F28

HEX: #571F28
RGB: (87,31,40)

Color info

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

RGB color model

#571F28 color RGB value is (87,31,40).

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

RGB channels and saturation

R 87 of 255 = 34%
G 31 of 255 = 12%
B 40 of 255 = 16%

87
31
40

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

Portions of RGB colors in percentages

R + G + B =
87 + 31 + 40 = 158 (100%)
R 87 of 158 ~ 55.06%
G 31 of 158 ~ 19.62%
B 40 of 158 ~ 25.32%

%55.06
%19.62
%25.32

CMYK color model

#571F28 color CMYK value is (0,64,54,66).

  • cyan value is 0.00%
  • magenta value is 64.37%
  • yellow value is 54.02%
  • key color value is 65.88%
CMYK:
(0,64,54,66)
C0M64Y54K66 
(0%,64%,54%,66%)
(0.00/0.64/0.54/0.66)	

CMYK percentages

%0
%64.37
%54.02
%65.88

Codes

Color #571F28 in popluar color models

571F28
RGB873140
HSL350°47.46%23.14%
HSB/HSV350°64.37%34.12%
CMYK0.00%64.37%54.02%
65.88%

Color #571F28 in popluar number systems.

HEX571F28
Decimal873140
Binary101011111111101000
Octal1273750

Shades and tints

Shades of #571F28

#571F28
(87,31,40)
#501D25
(80,29,37)
#491B22
(73,27,34)
#42191F
(66,25,31)
#3B171C
(59,23,28)
#341519
(52,21,25)
#2D1316
(45,19,22)
#261113
(38,17,19)
#1F0F10
(31,15,16)
#180D0D
(24,13,13)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #571F28

#571F28
(87,31,40)
#66333B
(102,51,59)
#75474E
(117,71,78)
#845B61
(132,91,97)
#936F74
(147,111,116)
#A28387
(162,131,135)
#B1979A
(177,151,154)
#C0ABAD
(192,171,173)
#CFBFC0
(207,191,192)
#DED3D3
(222,211,211)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571F28; }

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

This text font color is #571F28.


Background Color

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

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

This div background color is #571F28.


Border color

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

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

This div border color is #571F28.


Opacity

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

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

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

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

This text has shadow with #571F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571F28 on black background.


Color preview on white background

This text has color #571F28 on white background.



Black color preview on #571F28 background

This text has black color on #571F28 background.


White color preview on #571F28 background

This text has white color on #571F28 background.