COLOR #571541

HEX: #571541
RGB: (87,21,65)

Color info

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

RGB color model

#571541 color RGB value is (87,21,65).

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

RGB channels and saturation

R 87 of 255 = 34%
G 21 of 255 = 8%
B 65 of 255 = 25%

87
21
65

R + G + B ~ 22%. #571541 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 21 + 65 = 173 (100%)
R 87 of 173 ~ 50.29%
G 21 of 173 ~ 12.14%
B 65 of 173 ~ 37.57%

%50.29
%12.14
%37.57

CMYK color model

#571541 color CMYK value is (0,76,25,66).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 25.29%
  • key color value is 65.88%
CMYK:
(0,76,25,66)
C0M76Y25K66 
(0%,76%,25%,66%)
(0.00/0.76/0.25/0.66)	

CMYK percentages

%0
%75.86
%25.29
%65.88

Codes

Color #571541 in popluar color models

571541
RGB872165
HSL320°61.11%21.18%
HSB/HSV320°75.86%34.12%
CMYK0.00%75.86%25.29%
65.88%

Color #571541 in popluar number systems.

HEX571541
Decimal872165
Binary1010111101011000001
Octal12725101

Shades and tints

Shades of #571541

#571541
(87,21,65)
#50143C
(80,20,60)
#491337
(73,19,55)
#421232
(66,18,50)
#3B112D
(59,17,45)
#341028
(52,16,40)
#2D0F23
(45,15,35)
#260E1E
(38,14,30)
#1F0D19
(31,13,25)
#180C14
(24,12,20)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #571541

#571541
(87,21,65)
#662A52
(102,42,82)
#753F63
(117,63,99)
#845474
(132,84,116)
#936985
(147,105,133)
#A27E96
(162,126,150)
#B193A7
(177,147,167)
#C0A8B8
(192,168,184)
#CFBDC9
(207,189,201)
#DED2DA
(222,210,218)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571541; }

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

This text font color is #571541.


Background Color

.myBgColor { background-color: #571541; }

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

This div background color is #571541.


Border color

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

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

This div border color is #571541.


Opacity

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

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

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

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

This text has shadow with #571541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571541 on black background.


Color preview on white background

This text has color #571541 on white background.



Black color preview on #571541 background

This text has black color on #571541 background.


White color preview on #571541 background

This text has white color on #571541 background.