COLOR #571447

HEX: #571447
RGB: (87,20,71)

Color info

#571447 contains mainly red and blue colors. Web safe color of #571447 is #660033 (or #603).

RGB color model

#571447 color RGB value is (87,20,71).

  • red value is 87;
  • green value is 20;
  • blue value is 71.
RGB:
(87,20,71)
(34%,8%,28%)

RGB channels and saturation

R 87 of 255 = 34%
G 20 of 255 = 8%
B 71 of 255 = 28%

87
20
71

R + G + B ~ 23%. #571447 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 20 + 71 = 178 (100%)
R 87 of 178 ~ 48.88%
G 20 of 178 ~ 11.24%
B 71 of 178 ~ 39.89%

%48.88
%11.24
%39.89

CMYK color model

#571447 color CMYK value is (0,77,18,66).

  • cyan value is 0.00%
  • magenta value is 77.01%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(0,77,18,66)
C0M77Y18K66 
(0%,77%,18%,66%)
(0.00/0.77/0.18/0.66)	

CMYK percentages

%0
%77.01
%18.39
%65.88

Codes

Color #571447 in popluar color models

571447
RGB872071
HSL314°62.62%20.98%
HSB/HSV314°77.01%34.12%
CMYK0.00%77.01%18.39%
65.88%

Color #571447 in popluar number systems.

HEX571447
Decimal872071
Binary1010111101001000111
Octal12724107

Shades and tints

Shades of #571447

#571447
(87,20,71)
#501341
(80,19,65)
#49123B
(73,18,59)
#421135
(66,17,53)
#3B102F
(59,16,47)
#340F29
(52,15,41)
#2D0E23
(45,14,35)
#260D1D
(38,13,29)
#1F0C17
(31,12,23)
#180B11
(24,11,17)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #571447

#571447
(87,20,71)
#662957
(102,41,87)
#753E67
(117,62,103)
#845377
(132,83,119)
#936887
(147,104,135)
#A27D97
(162,125,151)
#B192A7
(177,146,167)
#C0A7B7
(192,167,183)
#CFBCC7
(207,188,199)
#DED1D7
(222,209,215)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571447 color. Also use rgb(87,20,71) instead hex code.

Text Font Color

.myTextColor { color: #571447; }

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

This text font color is #571447.


Background Color

.myBgColor { background-color: #571447; }

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

This div background color is #571447.


Border color

.myBorderColor { border: 1px solid #571447; }

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

This div border color is #571447.


Opacity

.myOpacity80 { color: #571447; opacity: 0.8; }

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

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

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

This text has shadow with #571447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571447 on black background.


Color preview on white background

This text has color #571447 on white background.



Black color preview on #571447 background

This text has black color on #571447 background.


White color preview on #571447 background

This text has white color on #571447 background.