COLOR #571920

HEX: #571920
RGB: (87,25,32)

Color info

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

RGB color model

#571920 color RGB value is (87,25,32).

  • red value is 87;
  • green value is 25;
  • blue value is 32.
RGB:
(87,25,32)
(34%,10%,13%)

RGB channels and saturation

R 87 of 255 = 34%
G 25 of 255 = 10%
B 32 of 255 = 13%

87
25
32

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

Portions of RGB colors in percentages

R + G + B =
87 + 25 + 32 = 144 (100%)
R 87 of 144 ~ 60.42%
G 25 of 144 ~ 17.36%
B 32 of 144 ~ 22.22%

%60.42
%17.36
%22.22

CMYK color model

#571920 color CMYK value is (0,71,63,66).

  • cyan value is 0.00%
  • magenta value is 71.26%
  • yellow value is 63.22%
  • key color value is 65.88%
CMYK:
(0,71,63,66)
C0M71Y63K66 
(0%,71%,63%,66%)
(0.00/0.71/0.63/0.66)	

CMYK percentages

%0
%71.26
%63.22
%65.88

Codes

Color #571920 in popluar color models

571920
RGB872532
HSL353°55.36%21.96%
HSB/HSV353°71.26%34.12%
CMYK0.00%71.26%63.22%
65.88%

Color #571920 in popluar number systems.

HEX571920
Decimal872532
Binary101011111001100000
Octal1273140

Shades and tints

Shades of #571920

#571920
(87,25,32)
#50171E
(80,23,30)
#49151C
(73,21,28)
#42131A
(66,19,26)
#3B1118
(59,17,24)
#340F16
(52,15,22)
#2D0D14
(45,13,20)
#260B12
(38,11,18)
#1F0910
(31,9,16)
#18070E
(24,7,14)
#11050C
(17,5,12)
#000000
(0,0,0)

Tints of #571920

#571920
(87,25,32)
#662D34
(102,45,52)
#754148
(117,65,72)
#84555C
(132,85,92)
#936970
(147,105,112)
#A27D84
(162,125,132)
#B19198
(177,145,152)
#C0A5AC
(192,165,172)
#CFB9C0
(207,185,192)
#DECDD4
(222,205,212)
#EDE1E8
(237,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571920 color. Also use rgb(87,25,32) instead hex code.

Text Font Color

.myTextColor { color: #571920; }

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

This text font color is #571920.


Background Color

.myBgColor { background-color: #571920; }

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

This div background color is #571920.


Border color

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

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

This div border color is #571920.


Opacity

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

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

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

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

This text has shadow with #571920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571920 on black background.


Color preview on white background

This text has color #571920 on white background.



Black color preview on #571920 background

This text has black color on #571920 background.


White color preview on #571920 background

This text has white color on #571920 background.