COLOR #57475F

HEX: #57475F
RGB: (87,71,95)

Color info

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

RGB color model

#57475F color RGB value is (87,71,95).

  • red value is 87;
  • green value is 71;
  • blue value is 95.
RGB:
(87,71,95)
(34%,28%,37%)

RGB channels and saturation

R 87 of 255 = 34%
G 71 of 255 = 28%
B 95 of 255 = 37%

87
71
95

R + G + B ~ 33%. #57475F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 95 = 253 (100%)
R 87 of 253 ~ 34.39%
G 71 of 253 ~ 28.06%
B 95 of 253 ~ 37.55%

%34.39
%28.06
%37.55

CMYK color model

#57475F color CMYK value is (8,25,0,63).

  • cyan value is 8.42%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(8,25,0,63)
C8M25Y0K63 
(8%,25%,0%,63%)
(0.08/0.25/0.00/0.63)	

CMYK percentages

%8.42
%25.26
%0
%62.75

Codes

Color #57475F in popluar color models

57475F
RGB877195
HSL280°14.46%32.55%
HSB/HSV280°25.26%37.25%
CMYK8.42%25.26%0.00%
62.75%

Color #57475F in popluar number systems.

HEX57475F
Decimal877195
Binary101011110001111011111
Octal127107137

Shades and tints

Shades of #57475F

#57475F
(87,71,95)
#504157
(80,65,87)
#493B4F
(73,59,79)
#423547
(66,53,71)
#3B2F3F
(59,47,63)
#342937
(52,41,55)
#2D232F
(45,35,47)
#261D27
(38,29,39)
#1F171F
(31,23,31)
#181117
(24,17,23)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #57475F

#57475F
(87,71,95)
#66576D
(102,87,109)
#75677B
(117,103,123)
#847789
(132,119,137)
#938797
(147,135,151)
#A297A5
(162,151,165)
#B1A7B3
(177,167,179)
#C0B7C1
(192,183,193)
#CFC7CF
(207,199,207)
#DED7DD
(222,215,221)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57475F color. Also use rgb(87,71,95) instead hex code.

Text Font Color

.myTextColor { color: #57475F; }

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

This text font color is #57475F.


Background Color

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

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

This div background color is #57475F.


Border color

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

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

This div border color is #57475F.


Opacity

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

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

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

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

This text has shadow with #57475F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57475F on black background.


Color preview on white background

This text has color #57475F on white background.



Black color preview on #57475F background

This text has black color on #57475F background.


White color preview on #57475F background

This text has white color on #57475F background.