COLOR #572D5D

HEX: #572D5D
RGB: (87,45,93)

Color info

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

RGB color model

#572D5D color RGB value is (87,45,93).

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

RGB channels and saturation

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

87
45
93

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

Portions of RGB colors in percentages

R + G + B =
87 + 45 + 93 = 225 (100%)
R 87 of 225 ~ 38.67%
G 45 of 225 ~ 20%
B 93 of 225 ~ 41.33%

%38.67
%20
%41.33

CMYK color model

#572D5D color CMYK value is (6,52,0,64).

  • cyan value is 6.45%
  • magenta value is 51.61%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(6,52,0,64)
C6M52Y0K64 
(6%,52%,0%,64%)
(0.06/0.52/0.00/0.64)	

CMYK percentages

%6.45
%51.61
%0
%63.53

Codes

Color #572D5D in popluar color models

572D5D
RGB874593
HSL293°34.78%27.06%
HSB/HSV293°51.61%36.47%
CMYK6.45%51.61%0.00%
63.53%

Color #572D5D in popluar number systems.

HEX572D5D
Decimal874593
Binary10101111011011011101
Octal12755135

Shades and tints

Shades of #572D5D

#572D5D
(87,45,93)
#502955
(80,41,85)
#49254D
(73,37,77)
#422145
(66,33,69)
#3B1D3D
(59,29,61)
#341935
(52,25,53)
#2D152D
(45,21,45)
#261125
(38,17,37)
#1F0D1D
(31,13,29)
#180915
(24,9,21)
#11050D
(17,5,13)
#000000
(0,0,0)

Tints of #572D5D

#572D5D
(87,45,93)
#66406B
(102,64,107)
#755379
(117,83,121)
#846687
(132,102,135)
#937995
(147,121,149)
#A28CA3
(162,140,163)
#B19FB1
(177,159,177)
#C0B2BF
(192,178,191)
#CFC5CD
(207,197,205)
#DED8DB
(222,216,219)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572D5D; }

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

This text font color is #572D5D.


Background Color

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

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

This div background color is #572D5D.


Border color

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

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

This div border color is #572D5D.


Opacity

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

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

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

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

This text has shadow with #572D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572D5D on black background.


Color preview on white background

This text has color #572D5D on white background.



Black color preview on #572D5D background

This text has black color on #572D5D background.


White color preview on #572D5D background

This text has white color on #572D5D background.