COLOR #571356

HEX: #571356
RGB: (87,19,86)

Color info

#571356 contains mainly red and blue colors. Web safe color of #571356 is #660066 (or #606).

RGB color model

#571356 color RGB value is (87,19,86).

  • red value is 87;
  • green value is 19;
  • blue value is 86.
RGB:
(87,19,86)
(34%,7%,34%)

RGB channels and saturation

R 87 of 255 = 34%
G 19 of 255 = 7%
B 86 of 255 = 34%

87
19
86

R + G + B ~ 25%. #571356 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 19 + 86 = 192 (100%)
R 87 of 192 ~ 45.31%
G 19 of 192 ~ 9.9%
B 86 of 192 ~ 44.79%

%45.31
%9.9
%44.79

CMYK color model

#571356 color CMYK value is (0,78,1,66).

  • cyan value is 0.00%
  • magenta value is 78.16%
  • yellow value is 1.15%
  • key color value is 65.88%
CMYK:
(0,78,1,66)
C0M78Y1K66 
(0%,78%,1%,66%)
(0.00/0.78/0.01/0.66)	

CMYK percentages

%0
%78.16
%1.15
%65.88

Codes

Color #571356 in popluar color models

571356
RGB871986
HSL301°64.15%20.78%
HSB/HSV301°78.16%34.12%
CMYK0.00%78.16%1.15%
65.88%

Color #571356 in popluar number systems.

HEX571356
Decimal871986
Binary1010111100111010110
Octal12723126

Shades and tints

Shades of #571356

#571356
(87,19,86)
#50124F
(80,18,79)
#491148
(73,17,72)
#421041
(66,16,65)
#3B0F3A
(59,15,58)
#340E33
(52,14,51)
#2D0D2C
(45,13,44)
#260C25
(38,12,37)
#1F0B1E
(31,11,30)
#180A17
(24,10,23)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #571356

#571356
(87,19,86)
#662865
(102,40,101)
#753D74
(117,61,116)
#845283
(132,82,131)
#936792
(147,103,146)
#A27CA1
(162,124,161)
#B191B0
(177,145,176)
#C0A6BF
(192,166,191)
#CFBBCE
(207,187,206)
#DED0DD
(222,208,221)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571356 color. Also use rgb(87,19,86) instead hex code.

Text Font Color

.myTextColor { color: #571356; }

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

This text font color is #571356.


Background Color

.myBgColor { background-color: #571356; }

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

This div background color is #571356.


Border color

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

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

This div border color is #571356.


Opacity

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

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

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

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

This text has shadow with #571356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571356 on black background.


Color preview on white background

This text has color #571356 on white background.



Black color preview on #571356 background

This text has black color on #571356 background.


White color preview on #571356 background

This text has white color on #571356 background.