COLOR #57395B

HEX: #57395B
RGB: (87,57,91)

Color info

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

RGB color model

#57395B color RGB value is (87,57,91).

  • red value is 87;
  • green value is 57;
  • blue value is 91.
RGB:
(87,57,91)
(34%,22%,36%)

RGB channels and saturation

R 87 of 255 = 34%
G 57 of 255 = 22%
B 91 of 255 = 36%

87
57
91

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

Portions of RGB colors in percentages

R + G + B =
87 + 57 + 91 = 235 (100%)
R 87 of 235 ~ 37.02%
G 57 of 235 ~ 24.26%
B 91 of 235 ~ 38.72%

%37.02
%24.26
%38.72

CMYK color model

#57395B color CMYK value is (4,37,0,64).

  • cyan value is 4.40%
  • magenta value is 37.36%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(4,37,0,64)
C4M37Y0K64 
(4%,37%,0%,64%)
(0.04/0.37/0.00/0.64)	

CMYK percentages

%4.4
%37.36
%0
%64.31

Codes

Color #57395B in popluar color models

57395B
RGB875791
HSL293°22.97%29.02%
HSB/HSV293°37.36%35.69%
CMYK4.40%37.36%0.00%
64.31%

Color #57395B in popluar number systems.

HEX57395B
Decimal875791
Binary10101111110011011011
Octal12771133

Shades and tints

Shades of #57395B

#57395B
(87,57,91)
#503453
(80,52,83)
#492F4B
(73,47,75)
#422A43
(66,42,67)
#3B253B
(59,37,59)
#342033
(52,32,51)
#2D1B2B
(45,27,43)
#261623
(38,22,35)
#1F111B
(31,17,27)
#180C13
(24,12,19)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #57395B

#57395B
(87,57,91)
#664B69
(102,75,105)
#755D77
(117,93,119)
#846F85
(132,111,133)
#938193
(147,129,147)
#A293A1
(162,147,161)
#B1A5AF
(177,165,175)
#C0B7BD
(192,183,189)
#CFC9CB
(207,201,203)
#DEDBD9
(222,219,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57395B color. Also use rgb(87,57,91) instead hex code.

Text Font Color

.myTextColor { color: #57395B; }

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

This text font color is #57395B.


Background Color

.myBgColor { background-color: #57395B; }

<div style="background-color:#57395B">Inner text</div>

This div background color is #57395B.


Border color

.myBorderColor { border: 1px solid #57395B; }

<div style="border:3px solid #57395B">Div</div>

This div border color is #57395B.


Opacity

.myOpacity80 { color: #57395B; opacity: 0.8; }

<p style="color:#57395B;opacity:0.8;">80%</p>

Text with #57395B 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 #57395B;}

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

This text has shadow with #57395B color.

.textShadow {text-shadow: 3px 3px 1px #57395B, 3px 3px 1px red;}

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

This text has shadow with #57395B primary color and red secondary color.


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

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

This text has shadow with #57395B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57395B on black background.


Color preview on white background

This text has color #57395B on white background.



Black color preview on #57395B background

This text has black color on #57395B background.


White color preview on #57395B background

This text has white color on #57395B background.