COLOR #57316F

HEX: #57316F
RGB: (87,49,111)

Color info

#57316F contains mainly red and blue colors. Web safe color of #57316F is #663366 (or #636).

RGB color model

#57316F color RGB value is (87,49,111).

  • red value is 87;
  • green value is 49;
  • blue value is 111.
RGB:
(87,49,111)
(34%,19%,44%)

RGB channels and saturation

R 87 of 255 = 34%
G 49 of 255 = 19%
B 111 of 255 = 44%

87
49
111

R + G + B ~ 32%. #57316F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 49 + 111 = 247 (100%)
R 87 of 247 ~ 35.22%
G 49 of 247 ~ 19.84%
B 111 of 247 ~ 44.94%

%35.22
%19.84
%44.94

CMYK color model

#57316F color CMYK value is (22,56,0,56).

  • cyan value is 21.62%
  • magenta value is 55.86%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(22,56,0,56)
C22M56Y0K56 
(22%,56%,0%,56%)
(0.22/0.56/0.00/0.56)	

CMYK percentages

%21.62
%55.86
%0
%56.47

Codes

Color #57316F in popluar color models

57316F
RGB8749111
HSL277°38.75%31.37%
HSB/HSV277°55.86%43.53%
CMYK21.62%55.86%0.00%
56.47%

Color #57316F in popluar number systems.

HEX57316F
Decimal8749111
Binary10101111100011101111
Octal12761157

Shades and tints

Shades of #57316F

#57316F
(87,49,111)
#502D65
(80,45,101)
#49295B
(73,41,91)
#422551
(66,37,81)
#3B2147
(59,33,71)
#341D3D
(52,29,61)
#2D1933
(45,25,51)
#261529
(38,21,41)
#1F111F
(31,17,31)
#180D15
(24,13,21)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #57316F

#57316F
(87,49,111)
#66437C
(102,67,124)
#755589
(117,85,137)
#846796
(132,103,150)
#9379A3
(147,121,163)
#A28BB0
(162,139,176)
#B19DBD
(177,157,189)
#C0AFCA
(192,175,202)
#CFC1D7
(207,193,215)
#DED3E4
(222,211,228)
#EDE5F1
(237,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57316F color. Also use rgb(87,49,111) instead hex code.

Text Font Color

.myTextColor { color: #57316F; }

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

This text font color is #57316F.


Background Color

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

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

This div background color is #57316F.


Border color

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

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

This div border color is #57316F.


Opacity

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

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

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

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

This text has shadow with #57316F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57316F on black background.


Color preview on white background

This text has color #57316F on white background.



Black color preview on #57316F background

This text has black color on #57316F background.


White color preview on #57316F background

This text has white color on #57316F background.