COLOR #572E5D

HEX: #572E5D
RGB: (87,46,93)

Color info

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

RGB color model

#572E5D color RGB value is (87,46,93).

  • red value is 87;
  • green value is 46;
  • blue value is 93.
RGB:
(87,46,93)
(34%,18%,36%)

RGB channels and saturation

R 87 of 255 = 34%
G 46 of 255 = 18%
B 93 of 255 = 36%

87
46
93

R + G + B ~ 29%. #572E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 46 + 93 = 226 (100%)
R 87 of 226 ~ 38.5%
G 46 of 226 ~ 20.35%
B 93 of 226 ~ 41.15%

%38.5
%20.35
%41.15

CMYK color model

#572E5D color CMYK value is (6,51,0,64).

  • cyan value is 6.45%
  • magenta value is 50.54%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(6,51,0,64)
C6M51Y0K64 
(6%,51%,0%,64%)
(0.06/0.51/0.00/0.64)	

CMYK percentages

%6.45
%50.54
%0
%63.53

Codes

Color #572E5D in popluar color models

572E5D
RGB874693
HSL292°33.81%27.25%
HSB/HSV292°50.54%36.47%
CMYK6.45%50.54%0.00%
63.53%

Color #572E5D in popluar number systems.

HEX572E5D
Decimal874693
Binary10101111011101011101
Octal12756135

Shades and tints

Shades of #572E5D

#572E5D
(87,46,93)
#502A55
(80,42,85)
#49264D
(73,38,77)
#422245
(66,34,69)
#3B1E3D
(59,30,61)
#341A35
(52,26,53)
#2D162D
(45,22,45)
#261225
(38,18,37)
#1F0E1D
(31,14,29)
#180A15
(24,10,21)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #572E5D

#572E5D
(87,46,93)
#66416B
(102,65,107)
#755479
(117,84,121)
#846787
(132,103,135)
#937A95
(147,122,149)
#A28DA3
(162,141,163)
#B1A0B1
(177,160,177)
#C0B3BF
(192,179,191)
#CFC6CD
(207,198,205)
#DED9DB
(222,217,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572E5D color. Also use rgb(87,46,93) instead hex code.

Text Font Color

.myTextColor { color: #572E5D; }

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

This text font color is #572E5D.


Background Color

.myBgColor { background-color: #572E5D; }

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

This div background color is #572E5D.


Border color

.myBorderColor { border: 1px solid #572E5D; }

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

This div border color is #572E5D.


Opacity

.myOpacity80 { color: #572E5D; opacity: 0.8; }

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

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

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

This text has shadow with #572E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572E5D on black background.


Color preview on white background

This text has color #572E5D on white background.



Black color preview on #572E5D background

This text has black color on #572E5D background.


White color preview on #572E5D background

This text has white color on #572E5D background.