COLOR #571527

HEX: #571527
RGB: (87,21,39)

Color info

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

RGB color model

#571527 color RGB value is (87,21,39).

  • red value is 87;
  • green value is 21;
  • blue value is 39.
RGB:
(87,21,39)
(34%,8%,15%)

RGB channels and saturation

R 87 of 255 = 34%
G 21 of 255 = 8%
B 39 of 255 = 15%

87
21
39

R + G + B ~ 19%. #571527 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 21 + 39 = 147 (100%)
R 87 of 147 ~ 59.18%
G 21 of 147 ~ 14.29%
B 39 of 147 ~ 26.53%

%59.18
%14.29
%26.53

CMYK color model

#571527 color CMYK value is (0,76,55,66).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 55.17%
  • key color value is 65.88%
CMYK:
(0,76,55,66)
C0M76Y55K66 
(0%,76%,55%,66%)
(0.00/0.76/0.55/0.66)	

CMYK percentages

%0
%75.86
%55.17
%65.88

Codes

Color #571527 in popluar color models

571527
RGB872139
HSL344°61.11%21.18%
HSB/HSV344°75.86%34.12%
CMYK0.00%75.86%55.17%
65.88%

Color #571527 in popluar number systems.

HEX571527
Decimal872139
Binary101011110101100111
Octal1272547

Shades and tints

Shades of #571527

#571527
(87,21,39)
#501424
(80,20,36)
#491321
(73,19,33)
#42121E
(66,18,30)
#3B111B
(59,17,27)
#341018
(52,16,24)
#2D0F15
(45,15,21)
#260E12
(38,14,18)
#1F0D0F
(31,13,15)
#180C0C
(24,12,12)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #571527

#571527
(87,21,39)
#662A3A
(102,42,58)
#753F4D
(117,63,77)
#845460
(132,84,96)
#936973
(147,105,115)
#A27E86
(162,126,134)
#B19399
(177,147,153)
#C0A8AC
(192,168,172)
#CFBDBF
(207,189,191)
#DED2D2
(222,210,210)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571527 color. Also use rgb(87,21,39) instead hex code.

Text Font Color

.myTextColor { color: #571527; }

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

This text font color is #571527.


Background Color

.myBgColor { background-color: #571527; }

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

This div background color is #571527.


Border color

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

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

This div border color is #571527.


Opacity

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

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

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

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

This text has shadow with #571527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571527 on black background.


Color preview on white background

This text has color #571527 on white background.



Black color preview on #571527 background

This text has black color on #571527 background.


White color preview on #571527 background

This text has white color on #571527 background.