COLOR #571B5F

HEX: #571B5F
RGB: (87,27,95)

Color info

#571B5F contains mainly red and blue colors. Web safe color of #571B5F is #663366 (or #636).

RGB color model

#571B5F color RGB value is (87,27,95).

  • red value is 87;
  • green value is 27;
  • blue value is 95.
RGB:
(87,27,95)
(34%,11%,37%)

RGB channels and saturation

R 87 of 255 = 34%
G 27 of 255 = 11%
B 95 of 255 = 37%

87
27
95

R + G + B ~ 27%. #571B5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 27 + 95 = 209 (100%)
R 87 of 209 ~ 41.63%
G 27 of 209 ~ 12.92%
B 95 of 209 ~ 45.45%

%41.63
%12.92
%45.45

CMYK color model

#571B5F color CMYK value is (8,72,0,63).

  • cyan value is 8.42%
  • magenta value is 71.58%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(8,72,0,63)
C8M72Y0K63 
(8%,72%,0%,63%)
(0.08/0.72/0.00/0.63)	

CMYK percentages

%8.42
%71.58
%0
%62.75

Codes

Color #571B5F in popluar color models

571B5F
RGB872795
HSL293°55.74%23.92%
HSB/HSV293°71.58%37.25%
CMYK8.42%71.58%0.00%
62.75%

Color #571B5F in popluar number systems.

HEX571B5F
Decimal872795
Binary1010111110111011111
Octal12733137

Shades and tints

Shades of #571B5F

#571B5F
(87,27,95)
#501957
(80,25,87)
#49174F
(73,23,79)
#421547
(66,21,71)
#3B133F
(59,19,63)
#341137
(52,17,55)
#2D0F2F
(45,15,47)
#260D27
(38,13,39)
#1F0B1F
(31,11,31)
#180917
(24,9,23)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #571B5F

#571B5F
(87,27,95)
#662F6D
(102,47,109)
#75437B
(117,67,123)
#845789
(132,87,137)
#936B97
(147,107,151)
#A27FA5
(162,127,165)
#B193B3
(177,147,179)
#C0A7C1
(192,167,193)
#CFBBCF
(207,187,207)
#DECFDD
(222,207,221)
#EDE3EB
(237,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571B5F color. Also use rgb(87,27,95) instead hex code.

Text Font Color

.myTextColor { color: #571B5F; }

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

This text font color is #571B5F.


Background Color

.myBgColor { background-color: #571B5F; }

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

This div background color is #571B5F.


Border color

.myBorderColor { border: 1px solid #571B5F; }

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

This div border color is #571B5F.


Opacity

.myOpacity80 { color: #571B5F; opacity: 0.8; }

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

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

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

This text has shadow with #571B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571B5F on black background.


Color preview on white background

This text has color #571B5F on white background.



Black color preview on #571B5F background

This text has black color on #571B5F background.


White color preview on #571B5F background

This text has white color on #571B5F background.