COLOR #57385F

HEX: #57385F
RGB: (87,56,95)

Color info

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

RGB color model

#57385F color RGB value is (87,56,95).

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

RGB channels and saturation

R 87 of 255 = 34%
G 56 of 255 = 22%
B 95 of 255 = 37%

87
56
95

R + G + B ~ 31%. #57385F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 56 + 95 = 238 (100%)
R 87 of 238 ~ 36.55%
G 56 of 238 ~ 23.53%
B 95 of 238 ~ 39.92%

%36.55
%23.53
%39.92

CMYK color model

#57385F color CMYK value is (8,41,0,63).

  • cyan value is 8.42%
  • magenta value is 41.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(8,41,0,63)
C8M41Y0K63 
(8%,41%,0%,63%)
(0.08/0.41/0.00/0.63)	

CMYK percentages

%8.42
%41.05
%0
%62.75

Codes

Color #57385F in popluar color models

57385F
RGB875695
HSL288°25.83%29.61%
HSB/HSV288°41.05%37.25%
CMYK8.42%41.05%0.00%
62.75%

Color #57385F in popluar number systems.

HEX57385F
Decimal875695
Binary10101111110001011111
Octal12770137

Shades and tints

Shades of #57385F

#57385F
(87,56,95)
#503357
(80,51,87)
#492E4F
(73,46,79)
#422947
(66,41,71)
#3B243F
(59,36,63)
#341F37
(52,31,55)
#2D1A2F
(45,26,47)
#261527
(38,21,39)
#1F101F
(31,16,31)
#180B17
(24,11,23)
#11060F
(17,6,15)
#000000
(0,0,0)

Tints of #57385F

#57385F
(87,56,95)
#664A6D
(102,74,109)
#755C7B
(117,92,123)
#846E89
(132,110,137)
#938097
(147,128,151)
#A292A5
(162,146,165)
#B1A4B3
(177,164,179)
#C0B6C1
(192,182,193)
#CFC8CF
(207,200,207)
#DEDADD
(222,218,221)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57385F; }

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

This text font color is #57385F.


Background Color

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

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

This div background color is #57385F.


Border color

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

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

This div border color is #57385F.


Opacity

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

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

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

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

This text has shadow with #57385F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57385F on black background.


Color preview on white background

This text has color #57385F on white background.



Black color preview on #57385F background

This text has black color on #57385F background.


White color preview on #57385F background

This text has white color on #57385F background.