COLOR #57365E

HEX: #57365E
RGB: (87,54,94)

Color info

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

RGB color model

#57365E color RGB value is (87,54,94).

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

RGB channels and saturation

R 87 of 255 = 34%
G 54 of 255 = 21%
B 94 of 255 = 37%

87
54
94

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

Portions of RGB colors in percentages

R + G + B =
87 + 54 + 94 = 235 (100%)
R 87 of 235 ~ 37.02%
G 54 of 235 ~ 22.98%
B 94 of 235 ~ 40%

%37.02
%22.98
%40

CMYK color model

#57365E color CMYK value is (7,43,0,63).

  • cyan value is 7.45%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(7,43,0,63)
C7M43Y0K63 
(7%,43%,0%,63%)
(0.07/0.43/0.00/0.63)	

CMYK percentages

%7.45
%42.55
%0
%63.14

Codes

Color #57365E in popluar color models

57365E
RGB875494
HSL290°27.03%29.02%
HSB/HSV290°42.55%36.86%
CMYK7.45%42.55%0.00%
63.14%

Color #57365E in popluar number systems.

HEX57365E
Decimal875494
Binary10101111101101011110
Octal12766136

Shades and tints

Shades of #57365E

#57365E
(87,54,94)
#503256
(80,50,86)
#492E4E
(73,46,78)
#422A46
(66,42,70)
#3B263E
(59,38,62)
#342236
(52,34,54)
#2D1E2E
(45,30,46)
#261A26
(38,26,38)
#1F161E
(31,22,30)
#181216
(24,18,22)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #57365E

#57365E
(87,54,94)
#66486C
(102,72,108)
#755A7A
(117,90,122)
#846C88
(132,108,136)
#937E96
(147,126,150)
#A290A4
(162,144,164)
#B1A2B2
(177,162,178)
#C0B4C0
(192,180,192)
#CFC6CE
(207,198,206)
#DED8DC
(222,216,220)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57365E; }

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

This text font color is #57365E.


Background Color

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

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

This div background color is #57365E.


Border color

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

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

This div border color is #57365E.


Opacity

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

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

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

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

This text has shadow with #57365E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57365E on black background.


Color preview on white background

This text has color #57365E on white background.



Black color preview on #57365E background

This text has black color on #57365E background.


White color preview on #57365E background

This text has white color on #57365E background.