COLOR #572E68

HEX: #572E68
RGB: (87,46,104)

Color info

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

RGB color model

#572E68 color RGB value is (87,46,104).

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

RGB channels and saturation

R 87 of 255 = 34%
G 46 of 255 = 18%
B 104 of 255 = 41%

87
46
104

R + G + B ~ 31%. #572E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 46 + 104 = 237 (100%)
R 87 of 237 ~ 36.71%
G 46 of 237 ~ 19.41%
B 104 of 237 ~ 43.88%

%36.71
%19.41
%43.88

CMYK color model

#572E68 color CMYK value is (16,56,0,59).

  • cyan value is 16.35%
  • magenta value is 55.77%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(16,56,0,59)
C16M56Y0K59 
(16%,56%,0%,59%)
(0.16/0.56/0.00/0.59)	

CMYK percentages

%16.35
%55.77
%0
%59.22

Codes

Color #572E68 in popluar color models

572E68
RGB8746104
HSL282°38.67%29.41%
HSB/HSV282°55.77%40.78%
CMYK16.35%55.77%0.00%
59.22%

Color #572E68 in popluar number systems.

HEX572E68
Decimal8746104
Binary10101111011101101000
Octal12756150

Shades and tints

Shades of #572E68

#572E68
(87,46,104)
#502A5F
(80,42,95)
#492656
(73,38,86)
#42224D
(66,34,77)
#3B1E44
(59,30,68)
#341A3B
(52,26,59)
#2D1632
(45,22,50)
#261229
(38,18,41)
#1F0E20
(31,14,32)
#180A17
(24,10,23)
#11060E
(17,6,14)
#000000
(0,0,0)

Tints of #572E68

#572E68
(87,46,104)
#664175
(102,65,117)
#755482
(117,84,130)
#84678F
(132,103,143)
#937A9C
(147,122,156)
#A28DA9
(162,141,169)
#B1A0B6
(177,160,182)
#C0B3C3
(192,179,195)
#CFC6D0
(207,198,208)
#DED9DD
(222,217,221)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572E68; }

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

This text font color is #572E68.


Background Color

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

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

This div background color is #572E68.


Border color

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

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

This div border color is #572E68.


Opacity

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

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

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

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

This text has shadow with #572E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572E68 on black background.


Color preview on white background

This text has color #572E68 on white background.



Black color preview on #572E68 background

This text has black color on #572E68 background.


White color preview on #572E68 background

This text has white color on #572E68 background.