COLOR #572C65

HEX: #572C65
RGB: (87,44,101)

Color info

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

RGB color model

#572C65 color RGB value is (87,44,101).

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

RGB channels and saturation

R 87 of 255 = 34%
G 44 of 255 = 17%
B 101 of 255 = 40%

87
44
101

R + G + B ~ 30%. #572C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 44 + 101 = 232 (100%)
R 87 of 232 ~ 37.5%
G 44 of 232 ~ 18.97%
B 101 of 232 ~ 43.53%

%37.5
%18.97
%43.53

CMYK color model

#572C65 color CMYK value is (14,56,0,60).

  • cyan value is 13.86%
  • magenta value is 56.44%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(14,56,0,60)
C14M56Y0K60 
(14%,56%,0%,60%)
(0.14/0.56/0.00/0.60)	

CMYK percentages

%13.86
%56.44
%0
%60.39

Codes

Color #572C65 in popluar color models

572C65
RGB8744101
HSL285°39.31%28.43%
HSB/HSV285°56.44%39.61%
CMYK13.86%56.44%0.00%
60.39%

Color #572C65 in popluar number systems.

HEX572C65
Decimal8744101
Binary10101111011001100101
Octal12754145

Shades and tints

Shades of #572C65

#572C65
(87,44,101)
#50285C
(80,40,92)
#492453
(73,36,83)
#42204A
(66,32,74)
#3B1C41
(59,28,65)
#341838
(52,24,56)
#2D142F
(45,20,47)
#261026
(38,16,38)
#1F0C1D
(31,12,29)
#180814
(24,8,20)
#11040B
(17,4,11)
#000000
(0,0,0)

Tints of #572C65

#572C65
(87,44,101)
#663F73
(102,63,115)
#755281
(117,82,129)
#84658F
(132,101,143)
#93789D
(147,120,157)
#A28BAB
(162,139,171)
#B19EB9
(177,158,185)
#C0B1C7
(192,177,199)
#CFC4D5
(207,196,213)
#DED7E3
(222,215,227)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572C65; }

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

This text font color is #572C65.


Background Color

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

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

This div background color is #572C65.


Border color

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

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

This div border color is #572C65.


Opacity

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

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

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

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

This text has shadow with #572C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572C65 on black background.


Color preview on white background

This text has color #572C65 on white background.



Black color preview on #572C65 background

This text has black color on #572C65 background.


White color preview on #572C65 background

This text has white color on #572C65 background.