COLOR #571C53

HEX: #571C53
RGB: (87,28,83)

Color info

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

RGB color model

#571C53 color RGB value is (87,28,83).

  • red value is 87;
  • green value is 28;
  • blue value is 83.
RGB:
(87,28,83)
(34%,11%,33%)

RGB channels and saturation

R 87 of 255 = 34%
G 28 of 255 = 11%
B 83 of 255 = 33%

87
28
83

R + G + B ~ 26%. #571C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 28 + 83 = 198 (100%)
R 87 of 198 ~ 43.94%
G 28 of 198 ~ 14.14%
B 83 of 198 ~ 41.92%

%43.94
%14.14
%41.92

CMYK color model

#571C53 color CMYK value is (0,68,5,66).

  • cyan value is 0.00%
  • magenta value is 67.82%
  • yellow value is 4.60%
  • key color value is 65.88%
CMYK:
(0,68,5,66)
C0M68Y5K66 
(0%,68%,5%,66%)
(0.00/0.68/0.05/0.66)	

CMYK percentages

%0
%67.82
%4.6
%65.88

Codes

Color #571C53 in popluar color models

571C53
RGB872883
HSL304°51.30%22.55%
HSB/HSV304°67.82%34.12%
CMYK0.00%67.82%4.60%
65.88%

Color #571C53 in popluar number systems.

HEX571C53
Decimal872883
Binary1010111111001010011
Octal12734123

Shades and tints

Shades of #571C53

#571C53
(87,28,83)
#501A4C
(80,26,76)
#491845
(73,24,69)
#42163E
(66,22,62)
#3B1437
(59,20,55)
#341230
(52,18,48)
#2D1029
(45,16,41)
#260E22
(38,14,34)
#1F0C1B
(31,12,27)
#180A14
(24,10,20)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #571C53

#571C53
(87,28,83)
#663062
(102,48,98)
#754471
(117,68,113)
#845880
(132,88,128)
#936C8F
(147,108,143)
#A2809E
(162,128,158)
#B194AD
(177,148,173)
#C0A8BC
(192,168,188)
#CFBCCB
(207,188,203)
#DED0DA
(222,208,218)
#EDE4E9
(237,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571C53 color. Also use rgb(87,28,83) instead hex code.

Text Font Color

.myTextColor { color: #571C53; }

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

This text font color is #571C53.


Background Color

.myBgColor { background-color: #571C53; }

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

This div background color is #571C53.


Border color

.myBorderColor { border: 1px solid #571C53; }

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

This div border color is #571C53.


Opacity

.myOpacity80 { color: #571C53; opacity: 0.8; }

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

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

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

This text has shadow with #571C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571C53 on black background.


Color preview on white background

This text has color #571C53 on white background.



Black color preview on #571C53 background

This text has black color on #571C53 background.


White color preview on #571C53 background

This text has white color on #571C53 background.