COLOR #571524

HEX: #571524
RGB: (87,21,36)

Color info

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

RGB color model

#571524 color RGB value is (87,21,36).

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

RGB channels and saturation

R 87 of 255 = 34%
G 21 of 255 = 8%
B 36 of 255 = 14%

87
21
36

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

Portions of RGB colors in percentages

R + G + B =
87 + 21 + 36 = 144 (100%)
R 87 of 144 ~ 60.42%
G 21 of 144 ~ 14.58%
B 36 of 144 ~ 25%

%60.42
%14.58
%25

CMYK color model

#571524 color CMYK value is (0,76,59,66).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 58.62%
  • key color value is 65.88%
CMYK:
(0,76,59,66)
C0M76Y59K66 
(0%,76%,59%,66%)
(0.00/0.76/0.59/0.66)	

CMYK percentages

%0
%75.86
%58.62
%65.88

Codes

Color #571524 in popluar color models

571524
RGB872136
HSL346°61.11%21.18%
HSB/HSV346°75.86%34.12%
CMYK0.00%75.86%58.62%
65.88%

Color #571524 in popluar number systems.

HEX571524
Decimal872136
Binary101011110101100100
Octal1272544

Shades and tints

Shades of #571524

#571524
(87,21,36)
#501421
(80,20,33)
#49131E
(73,19,30)
#42121B
(66,18,27)
#3B1118
(59,17,24)
#341015
(52,16,21)
#2D0F12
(45,15,18)
#260E0F
(38,14,15)
#1F0D0C
(31,13,12)
#180C09
(24,12,9)
#110B06
(17,11,6)
#000000
(0,0,0)

Tints of #571524

#571524
(87,21,36)
#662A37
(102,42,55)
#753F4A
(117,63,74)
#84545D
(132,84,93)
#936970
(147,105,112)
#A27E83
(162,126,131)
#B19396
(177,147,150)
#C0A8A9
(192,168,169)
#CFBDBC
(207,189,188)
#DED2CF
(222,210,207)
#EDE7E2
(237,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571524; }

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

This text font color is #571524.


Background Color

.myBgColor { background-color: #571524; }

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

This div background color is #571524.


Border color

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

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

This div border color is #571524.


Opacity

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

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

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

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

This text has shadow with #571524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571524 on black background.


Color preview on white background

This text has color #571524 on white background.



Black color preview on #571524 background

This text has black color on #571524 background.


White color preview on #571524 background

This text has white color on #571524 background.