COLOR #57214F

HEX: #57214F
RGB: (87,33,79)

Color info

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

RGB color model

#57214F color RGB value is (87,33,79).

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

RGB channels and saturation

R 87 of 255 = 34%
G 33 of 255 = 13%
B 79 of 255 = 31%

87
33
79

R + G + B ~ 26%. #57214F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 33 + 79 = 199 (100%)
R 87 of 199 ~ 43.72%
G 33 of 199 ~ 16.58%
B 79 of 199 ~ 39.7%

%43.72
%16.58
%39.7

CMYK color model

#57214F color CMYK value is (0,62,9,66).

  • cyan value is 0.00%
  • magenta value is 62.07%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(0,62,9,66)
C0M62Y9K66 
(0%,62%,9%,66%)
(0.00/0.62/0.09/0.66)	

CMYK percentages

%0
%62.07
%9.2
%65.88

Codes

Color #57214F in popluar color models

57214F
RGB873379
HSL309°45.00%23.53%
HSB/HSV309°62.07%34.12%
CMYK0.00%62.07%9.20%
65.88%

Color #57214F in popluar number systems.

HEX57214F
Decimal873379
Binary10101111000011001111
Octal12741117

Shades and tints

Shades of #57214F

#57214F
(87,33,79)
#501E48
(80,30,72)
#491B41
(73,27,65)
#42183A
(66,24,58)
#3B1533
(59,21,51)
#34122C
(52,18,44)
#2D0F25
(45,15,37)
#260C1E
(38,12,30)
#1F0917
(31,9,23)
#180610
(24,6,16)
#110309
(17,3,9)
#000000
(0,0,0)

Tints of #57214F

#57214F
(87,33,79)
#66355F
(102,53,95)
#75496F
(117,73,111)
#845D7F
(132,93,127)
#93718F
(147,113,143)
#A2859F
(162,133,159)
#B199AF
(177,153,175)
#C0ADBF
(192,173,191)
#CFC1CF
(207,193,207)
#DED5DF
(222,213,223)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57214F color. Also use rgb(87,33,79) instead hex code.

Text Font Color

.myTextColor { color: #57214F; }

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

This text font color is #57214F.


Background Color

.myBgColor { background-color: #57214F; }

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

This div background color is #57214F.


Border color

.myBorderColor { border: 1px solid #57214F; }

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

This div border color is #57214F.


Opacity

.myOpacity80 { color: #57214F; opacity: 0.8; }

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

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

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

This text has shadow with #57214F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57214F on black background.


Color preview on white background

This text has color #57214F on white background.



Black color preview on #57214F background

This text has black color on #57214F background.


White color preview on #57214F background

This text has white color on #57214F background.