COLOR #572C5E

HEX: #572C5E
RGB: (87,44,94)

Color info

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

RGB color model

#572C5E color RGB value is (87,44,94).

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

RGB channels and saturation

R 87 of 255 = 34%
G 44 of 255 = 17%
B 94 of 255 = 37%

87
44
94

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

Portions of RGB colors in percentages

R + G + B =
87 + 44 + 94 = 225 (100%)
R 87 of 225 ~ 38.67%
G 44 of 225 ~ 19.56%
B 94 of 225 ~ 41.78%

%38.67
%19.56
%41.78

CMYK color model

#572C5E color CMYK value is (7,53,0,63).

  • cyan value is 7.45%
  • magenta value is 53.19%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(7,53,0,63)
C7M53Y0K63 
(7%,53%,0%,63%)
(0.07/0.53/0.00/0.63)	

CMYK percentages

%7.45
%53.19
%0
%63.14

Codes

Color #572C5E in popluar color models

572C5E
RGB874494
HSL292°36.23%27.06%
HSB/HSV292°53.19%36.86%
CMYK7.45%53.19%0.00%
63.14%

Color #572C5E in popluar number systems.

HEX572C5E
Decimal874494
Binary10101111011001011110
Octal12754136

Shades and tints

Shades of #572C5E

#572C5E
(87,44,94)
#502856
(80,40,86)
#49244E
(73,36,78)
#422046
(66,32,70)
#3B1C3E
(59,28,62)
#341836
(52,24,54)
#2D142E
(45,20,46)
#261026
(38,16,38)
#1F0C1E
(31,12,30)
#180816
(24,8,22)
#11040E
(17,4,14)
#000000
(0,0,0)

Tints of #572C5E

#572C5E
(87,44,94)
#663F6C
(102,63,108)
#75527A
(117,82,122)
#846588
(132,101,136)
#937896
(147,120,150)
#A28BA4
(162,139,164)
#B19EB2
(177,158,178)
#C0B1C0
(192,177,192)
#CFC4CE
(207,196,206)
#DED7DC
(222,215,220)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572C5E color. Also use rgb(87,44,94) instead hex code.

Text Font Color

.myTextColor { color: #572C5E; }

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

This text font color is #572C5E.


Background Color

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

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

This div background color is #572C5E.


Border color

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

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

This div border color is #572C5E.


Opacity

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

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

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

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

This text has shadow with #572C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572C5E on black background.


Color preview on white background

This text has color #572C5E on white background.



Black color preview on #572C5E background

This text has black color on #572C5E background.


White color preview on #572C5E background

This text has white color on #572C5E background.