COLOR #57274F

HEX: #57274F
RGB: (87,39,79)

Color info

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

RGB color model

#57274F color RGB value is (87,39,79).

  • red value is 87;
  • green value is 39;
  • blue value is 79.
RGB:
(87,39,79)
(34%,15%,31%)

RGB channels and saturation

R 87 of 255 = 34%
G 39 of 255 = 15%
B 79 of 255 = 31%

87
39
79

R + G + B ~ 27%. #57274F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 39 + 79 = 205 (100%)
R 87 of 205 ~ 42.44%
G 39 of 205 ~ 19.02%
B 79 of 205 ~ 38.54%

%42.44
%19.02
%38.54

CMYK color model

#57274F color CMYK value is (0,55,9,66).

  • cyan value is 0.00%
  • magenta value is 55.17%
  • yellow value is 9.20%
  • key color value is 65.88%
CMYK:
(0,55,9,66)
C0M55Y9K66 
(0%,55%,9%,66%)
(0.00/0.55/0.09/0.66)	

CMYK percentages

%0
%55.17
%9.2
%65.88

Codes

Color #57274F in popluar color models

57274F
RGB873979
HSL310°38.10%24.71%
HSB/HSV310°55.17%34.12%
CMYK0.00%55.17%9.20%
65.88%

Color #57274F in popluar number systems.

HEX57274F
Decimal873979
Binary10101111001111001111
Octal12747117

Shades and tints

Shades of #57274F

#57274F
(87,39,79)
#502448
(80,36,72)
#492141
(73,33,65)
#421E3A
(66,30,58)
#3B1B33
(59,27,51)
#34182C
(52,24,44)
#2D1525
(45,21,37)
#26121E
(38,18,30)
#1F0F17
(31,15,23)
#180C10
(24,12,16)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #57274F

#57274F
(87,39,79)
#663A5F
(102,58,95)
#754D6F
(117,77,111)
#84607F
(132,96,127)
#93738F
(147,115,143)
#A2869F
(162,134,159)
#B199AF
(177,153,175)
#C0ACBF
(192,172,191)
#CFBFCF
(207,191,207)
#DED2DF
(222,210,223)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57274F color. Also use rgb(87,39,79) instead hex code.

Text Font Color

.myTextColor { color: #57274F; }

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

This text font color is #57274F.


Background Color

.myBgColor { background-color: #57274F; }

<div style="background-color:#57274F">Inner text</div>

This div background color is #57274F.


Border color

.myBorderColor { border: 1px solid #57274F; }

<div style="border:3px solid #57274F">Div</div>

This div border color is #57274F.


Opacity

.myOpacity80 { color: #57274F; opacity: 0.8; }

<p style="color:#57274F;opacity:0.8;">80%</p>

Text with #57274F 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 #57274F;}

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

This text has shadow with #57274F color.

.textShadow {text-shadow: 3px 3px 1px #57274F, 3px 3px 1px red;}

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

This text has shadow with #57274F primary color and red secondary color.


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

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

This text has shadow with #57274F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57274F on black background.


Color preview on white background

This text has color #57274F on white background.



Black color preview on #57274F background

This text has black color on #57274F background.


White color preview on #57274F background

This text has white color on #57274F background.