COLOR #57395E

HEX: #57395E
RGB: (87,57,94)

Color info

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

RGB color model

#57395E color RGB value is (87,57,94).

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

RGB channels and saturation

R 87 of 255 = 34%
G 57 of 255 = 22%
B 94 of 255 = 37%

87
57
94

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

Portions of RGB colors in percentages

R + G + B =
87 + 57 + 94 = 238 (100%)
R 87 of 238 ~ 36.55%
G 57 of 238 ~ 23.95%
B 94 of 238 ~ 39.5%

%36.55
%23.95
%39.5

CMYK color model

#57395E color CMYK value is (7,39,0,63).

  • cyan value is 7.45%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(7,39,0,63)
C7M39Y0K63 
(7%,39%,0%,63%)
(0.07/0.39/0.00/0.63)	

CMYK percentages

%7.45
%39.36
%0
%63.14

Codes

Color #57395E in popluar color models

57395E
RGB875794
HSL289°24.50%29.61%
HSB/HSV289°39.36%36.86%
CMYK7.45%39.36%0.00%
63.14%

Color #57395E in popluar number systems.

HEX57395E
Decimal875794
Binary10101111110011011110
Octal12771136

Shades and tints

Shades of #57395E

#57395E
(87,57,94)
#503456
(80,52,86)
#492F4E
(73,47,78)
#422A46
(66,42,70)
#3B253E
(59,37,62)
#342036
(52,32,54)
#2D1B2E
(45,27,46)
#261626
(38,22,38)
#1F111E
(31,17,30)
#180C16
(24,12,22)
#11070E
(17,7,14)
#000000
(0,0,0)

Tints of #57395E

#57395E
(87,57,94)
#664B6C
(102,75,108)
#755D7A
(117,93,122)
#846F88
(132,111,136)
#938196
(147,129,150)
#A293A4
(162,147,164)
#B1A5B2
(177,165,178)
#C0B7C0
(192,183,192)
#CFC9CE
(207,201,206)
#DEDBDC
(222,219,220)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57395E; }

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

This text font color is #57395E.


Background Color

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

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

This div background color is #57395E.


Border color

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

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

This div border color is #57395E.


Opacity

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

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

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

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

This text has shadow with #57395E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57395E on black background.


Color preview on white background

This text has color #57395E on white background.



Black color preview on #57395E background

This text has black color on #57395E background.


White color preview on #57395E background

This text has white color on #57395E background.