COLOR #57304E

HEX: #57304E
RGB: (87,48,78)

Color info

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

RGB color model

#57304E color RGB value is (87,48,78).

  • red value is 87;
  • green value is 48;
  • blue value is 78.
RGB:
(87,48,78)
(34%,19%,31%)

RGB channels and saturation

R 87 of 255 = 34%
G 48 of 255 = 19%
B 78 of 255 = 31%

87
48
78

R + G + B ~ 28%. #57304E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 48 + 78 = 213 (100%)
R 87 of 213 ~ 40.85%
G 48 of 213 ~ 22.54%
B 78 of 213 ~ 36.62%

%40.85
%22.54
%36.62

CMYK color model

#57304E color CMYK value is (0,45,10,66).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 10.34%
  • key color value is 65.88%
CMYK:
(0,45,10,66)
C0M45Y10K66 
(0%,45%,10%,66%)
(0.00/0.45/0.10/0.66)	

CMYK percentages

%0
%44.83
%10.34
%65.88

Codes

Color #57304E in popluar color models

57304E
RGB874878
HSL314°28.89%26.47%
HSB/HSV314°44.83%34.12%
CMYK0.00%44.83%10.34%
65.88%

Color #57304E in popluar number systems.

HEX57304E
Decimal874878
Binary10101111100001001110
Octal12760116

Shades and tints

Shades of #57304E

#57304E
(87,48,78)
#502C47
(80,44,71)
#492840
(73,40,64)
#422439
(66,36,57)
#3B2032
(59,32,50)
#341C2B
(52,28,43)
#2D1824
(45,24,36)
#26141D
(38,20,29)
#1F1016
(31,16,22)
#180C0F
(24,12,15)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #57304E

#57304E
(87,48,78)
#66425E
(102,66,94)
#75546E
(117,84,110)
#84667E
(132,102,126)
#93788E
(147,120,142)
#A28A9E
(162,138,158)
#B19CAE
(177,156,174)
#C0AEBE
(192,174,190)
#CFC0CE
(207,192,206)
#DED2DE
(222,210,222)
#EDE4EE
(237,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57304E color. Also use rgb(87,48,78) instead hex code.

Text Font Color

.myTextColor { color: #57304E; }

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

This text font color is #57304E.


Background Color

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

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

This div background color is #57304E.


Border color

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

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

This div border color is #57304E.


Opacity

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

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

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

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

This text has shadow with #57304E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57304E on black background.


Color preview on white background

This text has color #57304E on white background.



Black color preview on #57304E background

This text has black color on #57304E background.


White color preview on #57304E background

This text has white color on #57304E background.