COLOR #572857

HEX: #572857
RGB: (87,40,87)

Color info

#572857 contains red, green and blue colors in about the same proportion. Web safe color of #572857 is #663366 (or #636).

RGB color model

#572857 color RGB value is (87,40,87).

  • red value is 87;
  • green value is 40;
  • blue value is 87.
RGB:
(87,40,87)
(34%,16%,34%)

RGB channels and saturation

R 87 of 255 = 34%
G 40 of 255 = 16%
B 87 of 255 = 34%

87
40
87

R + G + B ~ 28%. #572857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 40 + 87 = 214 (100%)
R 87 of 214 ~ 40.65%
G 40 of 214 ~ 18.69%
B 87 of 214 ~ 40.65%

%40.65
%18.69
%40.65

CMYK color model

#572857 color CMYK value is (0,54,0,66).

  • cyan value is 0.00%
  • magenta value is 54.02%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(0,54,0,66)
C0M54Y0K66 
(0%,54%,0%,66%)
(0.00/0.54/0.00/0.66)	

CMYK percentages

%0
%54.02
%0
%65.88

Codes

Color #572857 in popluar color models

572857
RGB874087
HSL300°37.01%24.90%
HSB/HSV300°54.02%34.12%
CMYK0.00%54.02%0.00%
65.88%

Color #572857 in popluar number systems.

HEX572857
Decimal874087
Binary10101111010001010111
Octal12750127

Shades and tints

Shades of #572857

#572857
(87,40,87)
#502550
(80,37,80)
#492249
(73,34,73)
#421F42
(66,31,66)
#3B1C3B
(59,28,59)
#341934
(52,25,52)
#2D162D
(45,22,45)
#261326
(38,19,38)
#1F101F
(31,16,31)
#180D18
(24,13,24)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #572857

#572857
(87,40,87)
#663B66
(102,59,102)
#754E75
(117,78,117)
#846184
(132,97,132)
#937493
(147,116,147)
#A287A2
(162,135,162)
#B19AB1
(177,154,177)
#C0ADC0
(192,173,192)
#CFC0CF
(207,192,207)
#DED3DE
(222,211,222)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572857; }

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

This text font color is #572857.


Background Color

.myBgColor { background-color: #572857; }

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

This div background color is #572857.


Border color

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

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

This div border color is #572857.


Opacity

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

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

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

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

This text has shadow with #572857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572857 on black background.


Color preview on white background

This text has color #572857 on white background.



Black color preview on #572857 background

This text has black color on #572857 background.


White color preview on #572857 background

This text has white color on #572857 background.