COLOR #571C2F

HEX: #571C2F
RGB: (87,28,47)

Color info

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

RGB color model

#571C2F color RGB value is (87,28,47).

  • red value is 87;
  • green value is 28;
  • blue value is 47.
RGB:
(87,28,47)
(34%,11%,18%)

RGB channels and saturation

R 87 of 255 = 34%
G 28 of 255 = 11%
B 47 of 255 = 18%

87
28
47

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

Portions of RGB colors in percentages

R + G + B =
87 + 28 + 47 = 162 (100%)
R 87 of 162 ~ 53.7%
G 28 of 162 ~ 17.28%
B 47 of 162 ~ 29.01%

%53.7
%17.28
%29.01

CMYK color model

#571C2F color CMYK value is (0,68,46,66).

  • cyan value is 0.00%
  • magenta value is 67.82%
  • yellow value is 45.98%
  • key color value is 65.88%
CMYK:
(0,68,46,66)
C0M68Y46K66 
(0%,68%,46%,66%)
(0.00/0.68/0.46/0.66)	

CMYK percentages

%0
%67.82
%45.98
%65.88

Codes

Color #571C2F in popluar color models

571C2F
RGB872847
HSL341°51.30%22.55%
HSB/HSV341°67.82%34.12%
CMYK0.00%67.82%45.98%
65.88%

Color #571C2F in popluar number systems.

HEX571C2F
Decimal872847
Binary101011111100101111
Octal1273457

Shades and tints

Shades of #571C2F

#571C2F
(87,28,47)
#501A2B
(80,26,43)
#491827
(73,24,39)
#421623
(66,22,35)
#3B141F
(59,20,31)
#34121B
(52,18,27)
#2D1017
(45,16,23)
#260E13
(38,14,19)
#1F0C0F
(31,12,15)
#180A0B
(24,10,11)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #571C2F

#571C2F
(87,28,47)
#663041
(102,48,65)
#754453
(117,68,83)
#845865
(132,88,101)
#936C77
(147,108,119)
#A28089
(162,128,137)
#B1949B
(177,148,155)
#C0A8AD
(192,168,173)
#CFBCBF
(207,188,191)
#DED0D1
(222,208,209)
#EDE4E3
(237,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571C2F; }

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

This text font color is #571C2F.


Background Color

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

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

This div background color is #571C2F.


Border color

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

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

This div border color is #571C2F.


Opacity

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

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

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

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

This text has shadow with #571C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571C2F on black background.


Color preview on white background

This text has color #571C2F on white background.



Black color preview on #571C2F background

This text has black color on #571C2F background.


White color preview on #571C2F background

This text has white color on #571C2F background.