COLOR #57304C

HEX: #57304C
RGB: (87,48,76)

Color info

#57304C contains red, green and blue colors in about the same proportion. Web safe color of #57304C is #663333 (or #633).

RGB color model

#57304C color RGB value is (87,48,76).

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

RGB channels and saturation

R 87 of 255 = 34%
G 48 of 255 = 19%
B 76 of 255 = 30%

87
48
76

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

Portions of RGB colors in percentages

R + G + B =
87 + 48 + 76 = 211 (100%)
R 87 of 211 ~ 41.23%
G 48 of 211 ~ 22.75%
B 76 of 211 ~ 36.02%

%41.23
%22.75
%36.02

CMYK color model

#57304C color CMYK value is (0,45,13,66).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 12.64%
  • key color value is 65.88%
CMYK:
(0,45,13,66)
C0M45Y13K66 
(0%,45%,13%,66%)
(0.00/0.45/0.13/0.66)	

CMYK percentages

%0
%44.83
%12.64
%65.88

Codes

Color #57304C in popluar color models

57304C
RGB874876
HSL317°28.89%26.47%
HSB/HSV317°44.83%34.12%
CMYK0.00%44.83%12.64%
65.88%

Color #57304C in popluar number systems.

HEX57304C
Decimal874876
Binary10101111100001001100
Octal12760114

Shades and tints

Shades of #57304C

#57304C
(87,48,76)
#502C46
(80,44,70)
#492840
(73,40,64)
#42243A
(66,36,58)
#3B2034
(59,32,52)
#341C2E
(52,28,46)
#2D1828
(45,24,40)
#261422
(38,20,34)
#1F101C
(31,16,28)
#180C16
(24,12,22)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #57304C

#57304C
(87,48,76)
#66425C
(102,66,92)
#75546C
(117,84,108)
#84667C
(132,102,124)
#93788C
(147,120,140)
#A28A9C
(162,138,156)
#B19CAC
(177,156,172)
#C0AEBC
(192,174,188)
#CFC0CC
(207,192,204)
#DED2DC
(222,210,220)
#EDE4EC
(237,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57304C; }

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

This text font color is #57304C.


Background Color

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

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

This div background color is #57304C.


Border color

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

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

This div border color is #57304C.


Opacity

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

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

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

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

This text has shadow with #57304C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57304C on black background.


Color preview on white background

This text has color #57304C on white background.



Black color preview on #57304C background

This text has black color on #57304C background.


White color preview on #57304C background

This text has white color on #57304C background.