COLOR #571537

HEX: #571537
RGB: (87,21,55)

Color info

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

RGB color model

#571537 color RGB value is (87,21,55).

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

RGB channels and saturation

R 87 of 255 = 34%
G 21 of 255 = 8%
B 55 of 255 = 22%

87
21
55

R + G + B ~ 21%. #571537 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 21 + 55 = 163 (100%)
R 87 of 163 ~ 53.37%
G 21 of 163 ~ 12.88%
B 55 of 163 ~ 33.74%

%53.37
%12.88
%33.74

CMYK color model

#571537 color CMYK value is (0,76,37,66).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 36.78%
  • key color value is 65.88%
CMYK:
(0,76,37,66)
C0M76Y37K66 
(0%,76%,37%,66%)
(0.00/0.76/0.37/0.66)	

CMYK percentages

%0
%75.86
%36.78
%65.88

Codes

Color #571537 in popluar color models

571537
RGB872155
HSL329°61.11%21.18%
HSB/HSV329°75.86%34.12%
CMYK0.00%75.86%36.78%
65.88%

Color #571537 in popluar number systems.

HEX571537
Decimal872155
Binary101011110101110111
Octal1272567

Shades and tints

Shades of #571537

#571537
(87,21,55)
#501432
(80,20,50)
#49132D
(73,19,45)
#421228
(66,18,40)
#3B1123
(59,17,35)
#34101E
(52,16,30)
#2D0F19
(45,15,25)
#260E14
(38,14,20)
#1F0D0F
(31,13,15)
#180C0A
(24,12,10)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #571537

#571537
(87,21,55)
#662A49
(102,42,73)
#753F5B
(117,63,91)
#84546D
(132,84,109)
#93697F
(147,105,127)
#A27E91
(162,126,145)
#B193A3
(177,147,163)
#C0A8B5
(192,168,181)
#CFBDC7
(207,189,199)
#DED2D9
(222,210,217)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571537; }

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

This text font color is #571537.


Background Color

.myBgColor { background-color: #571537; }

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

This div background color is #571537.


Border color

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

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

This div border color is #571537.


Opacity

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

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

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

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

This text has shadow with #571537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571537 on black background.


Color preview on white background

This text has color #571537 on white background.



Black color preview on #571537 background

This text has black color on #571537 background.


White color preview on #571537 background

This text has white color on #571537 background.