COLOR #572351

HEX: #572351
RGB: (87,35,81)

Color info

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

RGB color model

#572351 color RGB value is (87,35,81).

  • red value is 87;
  • green value is 35;
  • blue value is 81.
RGB:
(87,35,81)
(34%,14%,32%)

RGB channels and saturation

R 87 of 255 = 34%
G 35 of 255 = 14%
B 81 of 255 = 32%

87
35
81

R + G + B ~ 27%. #572351 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 35 + 81 = 203 (100%)
R 87 of 203 ~ 42.86%
G 35 of 203 ~ 17.24%
B 81 of 203 ~ 39.9%

%42.86
%17.24
%39.9

CMYK color model

#572351 color CMYK value is (0,60,7,66).

  • cyan value is 0.00%
  • magenta value is 59.77%
  • yellow value is 6.90%
  • key color value is 65.88%
CMYK:
(0,60,7,66)
C0M60Y7K66 
(0%,60%,7%,66%)
(0.00/0.60/0.07/0.66)	

CMYK percentages

%0
%59.77
%6.9
%65.88

Codes

Color #572351 in popluar color models

572351
RGB873581
HSL307°42.62%23.92%
HSB/HSV307°59.77%34.12%
CMYK0.00%59.77%6.90%
65.88%

Color #572351 in popluar number systems.

HEX572351
Decimal873581
Binary10101111000111010001
Octal12743121

Shades and tints

Shades of #572351

#572351
(87,35,81)
#50204A
(80,32,74)
#491D43
(73,29,67)
#421A3C
(66,26,60)
#3B1735
(59,23,53)
#34142E
(52,20,46)
#2D1127
(45,17,39)
#260E20
(38,14,32)
#1F0B19
(31,11,25)
#180812
(24,8,18)
#11050B
(17,5,11)
#000000
(0,0,0)

Tints of #572351

#572351
(87,35,81)
#663760
(102,55,96)
#754B6F
(117,75,111)
#845F7E
(132,95,126)
#93738D
(147,115,141)
#A2879C
(162,135,156)
#B19BAB
(177,155,171)
#C0AFBA
(192,175,186)
#CFC3C9
(207,195,201)
#DED7D8
(222,215,216)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572351 color. Also use rgb(87,35,81) instead hex code.

Text Font Color

.myTextColor { color: #572351; }

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

This text font color is #572351.


Background Color

.myBgColor { background-color: #572351; }

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

This div background color is #572351.


Border color

.myBorderColor { border: 1px solid #572351; }

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

This div border color is #572351.


Opacity

.myOpacity80 { color: #572351; opacity: 0.8; }

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

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

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

This text has shadow with #572351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572351 on black background.


Color preview on white background

This text has color #572351 on white background.



Black color preview on #572351 background

This text has black color on #572351 background.


White color preview on #572351 background

This text has white color on #572351 background.