COLOR #57386F

HEX: #57386F
RGB: (87,56,111)

Color info

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

RGB color model

#57386F color RGB value is (87,56,111).

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

RGB channels and saturation

R 87 of 255 = 34%
G 56 of 255 = 22%
B 111 of 255 = 44%

87
56
111

R + G + B ~ 33%. #57386F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 56 + 111 = 254 (100%)
R 87 of 254 ~ 34.25%
G 56 of 254 ~ 22.05%
B 111 of 254 ~ 43.7%

%34.25
%22.05
%43.7

CMYK color model

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

  • cyan value is 21.62%
  • magenta value is 49.55%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(22,50,0,56)
C22M50Y0K56 
(22%,50%,0%,56%)
(0.22/0.50/0.00/0.56)	

CMYK percentages

%21.62
%49.55
%0
%56.47

Codes

Color #57386F in popluar color models

57386F
RGB8756111
HSL274°32.93%32.75%
HSB/HSV274°49.55%43.53%
CMYK21.62%49.55%0.00%
56.47%

Color #57386F in popluar number systems.

HEX57386F
Decimal8756111
Binary10101111110001101111
Octal12770157

Shades and tints

Shades of #57386F

#57386F
(87,56,111)
#503365
(80,51,101)
#492E5B
(73,46,91)
#422951
(66,41,81)
#3B2447
(59,36,71)
#341F3D
(52,31,61)
#2D1A33
(45,26,51)
#261529
(38,21,41)
#1F101F
(31,16,31)
#180B15
(24,11,21)
#11060B
(17,6,11)
#000000
(0,0,0)

Tints of #57386F

#57386F
(87,56,111)
#664A7C
(102,74,124)
#755C89
(117,92,137)
#846E96
(132,110,150)
#9380A3
(147,128,163)
#A292B0
(162,146,176)
#B1A4BD
(177,164,189)
#C0B6CA
(192,182,202)
#CFC8D7
(207,200,215)
#DEDAE4
(222,218,228)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57386F; }

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

This text font color is #57386F.


Background Color

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

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

This div background color is #57386F.


Border color

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

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

This div border color is #57386F.


Opacity

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

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

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

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

This text has shadow with #57386F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57386F on black background.


Color preview on white background

This text has color #57386F on white background.



Black color preview on #57386F background

This text has black color on #57386F background.


White color preview on #57386F background

This text has white color on #57386F background.