COLOR #57215A

HEX: #57215A
RGB: (87,33,90)

Color info

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

RGB color model

#57215A color RGB value is (87,33,90).

  • red value is 87;
  • green value is 33;
  • blue value is 90.
RGB:
(87,33,90)
(34%,13%,35%)

RGB channels and saturation

R 87 of 255 = 34%
G 33 of 255 = 13%
B 90 of 255 = 35%

87
33
90

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

Portions of RGB colors in percentages

R + G + B =
87 + 33 + 90 = 210 (100%)
R 87 of 210 ~ 41.43%
G 33 of 210 ~ 15.71%
B 90 of 210 ~ 42.86%

%41.43
%15.71
%42.86

CMYK color model

#57215A color CMYK value is (3,63,0,65).

  • cyan value is 3.33%
  • magenta value is 63.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(3,63,0,65)
C3M63Y0K65 
(3%,63%,0%,65%)
(0.03/0.63/0.00/0.65)	

CMYK percentages

%3.33
%63.33
%0
%64.71

Codes

Color #57215A in popluar color models

57215A
RGB873390
HSL297°46.34%24.12%
HSB/HSV297°63.33%35.29%
CMYK3.33%63.33%0.00%
64.71%

Color #57215A in popluar number systems.

HEX57215A
Decimal873390
Binary10101111000011011010
Octal12741132

Shades and tints

Shades of #57215A

#57215A
(87,33,90)
#501E52
(80,30,82)
#491B4A
(73,27,74)
#421842
(66,24,66)
#3B153A
(59,21,58)
#341232
(52,18,50)
#2D0F2A
(45,15,42)
#260C22
(38,12,34)
#1F091A
(31,9,26)
#180612
(24,6,18)
#11030A
(17,3,10)
#000000
(0,0,0)

Tints of #57215A

#57215A
(87,33,90)
#663569
(102,53,105)
#754978
(117,73,120)
#845D87
(132,93,135)
#937196
(147,113,150)
#A285A5
(162,133,165)
#B199B4
(177,153,180)
#C0ADC3
(192,173,195)
#CFC1D2
(207,193,210)
#DED5E1
(222,213,225)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57215A color. Also use rgb(87,33,90) instead hex code.

Text Font Color

.myTextColor { color: #57215A; }

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

This text font color is #57215A.


Background Color

.myBgColor { background-color: #57215A; }

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

This div background color is #57215A.


Border color

.myBorderColor { border: 1px solid #57215A; }

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

This div border color is #57215A.


Opacity

.myOpacity80 { color: #57215A; opacity: 0.8; }

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

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

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

This text has shadow with #57215A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57215A on black background.


Color preview on white background

This text has color #57215A on white background.



Black color preview on #57215A background

This text has black color on #57215A background.


White color preview on #57215A background

This text has white color on #57215A background.