COLOR #570D60

HEX: #570D60
RGB: (87,13,96)

Color info

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

RGB color model

#570D60 color RGB value is (87,13,96).

  • red value is 87;
  • green value is 13;
  • blue value is 96.
RGB:
(87,13,96)
(34%,5%,38%)

RGB channels and saturation

R 87 of 255 = 34%
G 13 of 255 = 5%
B 96 of 255 = 38%

87
13
96

R + G + B ~ 26%. #570D60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 13 + 96 = 196 (100%)
R 87 of 196 ~ 44.39%
G 13 of 196 ~ 6.63%
B 96 of 196 ~ 48.98%

%44.39
%48.98

CMYK color model

#570D60 color CMYK value is (9,86,0,62).

  • cyan value is 9.38%
  • magenta value is 86.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(9,86,0,62)
C9M86Y0K62 
(9%,86%,0%,62%)
(0.09/0.86/0.00/0.62)	

CMYK percentages

%9.38
%86.46
%0
%62.35

Codes

Color #570D60 in popluar color models

570D60
RGB871396
HSL293°76.15%21.37%
HSB/HSV293°86.46%37.65%
CMYK9.38%86.46%0.00%
62.35%

Color #570D60 in popluar number systems.

HEX570D60
Decimal871396
Binary101011111011100000
Octal12715140

Shades and tints

Shades of #570D60

#570D60
(87,13,96)
#500C58
(80,12,88)
#490B50
(73,11,80)
#420A48
(66,10,72)
#3B0940
(59,9,64)
#340838
(52,8,56)
#2D0730
(45,7,48)
#260628
(38,6,40)
#1F0520
(31,5,32)
#180418
(24,4,24)
#110310
(17,3,16)
#000000
(0,0,0)

Tints of #570D60

#570D60
(87,13,96)
#66236E
(102,35,110)
#75397C
(117,57,124)
#844F8A
(132,79,138)
#936598
(147,101,152)
#A27BA6
(162,123,166)
#B191B4
(177,145,180)
#C0A7C2
(192,167,194)
#CFBDD0
(207,189,208)
#DED3DE
(222,211,222)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #570D60 color. Also use rgb(87,13,96) instead hex code.

Text Font Color

.myTextColor { color: #570D60; }

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

This text font color is #570D60.


Background Color

.myBgColor { background-color: #570D60; }

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

This div background color is #570D60.


Border color

.myBorderColor { border: 1px solid #570D60; }

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

This div border color is #570D60.


Opacity

.myOpacity80 { color: #570D60; opacity: 0.8; }

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

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

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

This text has shadow with #570D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #570D60 on black background.


Color preview on white background

This text has color #570D60 on white background.



Black color preview on #570D60 background

This text has black color on #570D60 background.


White color preview on #570D60 background

This text has white color on #570D60 background.