COLOR #572557

HEX: #572557
RGB: (87,37,87)

Color info

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

RGB color model

#572557 color RGB value is (87,37,87).

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

RGB channels and saturation

R 87 of 255 = 34%
G 37 of 255 = 15%
B 87 of 255 = 34%

87
37
87

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

Portions of RGB colors in percentages

R + G + B =
87 + 37 + 87 = 211 (100%)
R 87 of 211 ~ 41.23%
G 37 of 211 ~ 17.54%
B 87 of 211 ~ 41.23%

%41.23
%17.54
%41.23

CMYK color model

#572557 color CMYK value is (0,57,0,66).

  • cyan value is 0.00%
  • magenta value is 57.47%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(0,57,0,66)
C0M57Y0K66 
(0%,57%,0%,66%)
(0.00/0.57/0.00/0.66)	

CMYK percentages

%0
%57.47
%0
%65.88

Codes

Color #572557 in popluar color models

572557
RGB873787
HSL300°40.32%24.31%
HSB/HSV300°57.47%34.12%
CMYK0.00%57.47%0.00%
65.88%

Color #572557 in popluar number systems.

HEX572557
Decimal873787
Binary10101111001011010111
Octal12745127

Shades and tints

Shades of #572557

#572557
(87,37,87)
#502250
(80,34,80)
#491F49
(73,31,73)
#421C42
(66,28,66)
#3B193B
(59,25,59)
#341634
(52,22,52)
#2D132D
(45,19,45)
#261026
(38,16,38)
#1F0D1F
(31,13,31)
#180A18
(24,10,24)
#110711
(17,7,17)
#000000
(0,0,0)

Tints of #572557

#572557
(87,37,87)
#663866
(102,56,102)
#754B75
(117,75,117)
#845E84
(132,94,132)
#937193
(147,113,147)
#A284A2
(162,132,162)
#B197B1
(177,151,177)
#C0AAC0
(192,170,192)
#CFBDCF
(207,189,207)
#DED0DE
(222,208,222)
#EDE3ED
(237,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572557; }

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

This text font color is #572557.


Background Color

.myBgColor { background-color: #572557; }

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

This div background color is #572557.


Border color

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

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

This div border color is #572557.


Opacity

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

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

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

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

This text has shadow with #572557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572557 on black background.


Color preview on white background

This text has color #572557 on white background.



Black color preview on #572557 background

This text has black color on #572557 background.


White color preview on #572557 background

This text has white color on #572557 background.