COLOR #57475B

HEX: #57475B
RGB: (87,71,91)

Color info

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

RGB color model

#57475B color RGB value is (87,71,91).

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

RGB channels and saturation

R 87 of 255 = 34%
G 71 of 255 = 28%
B 91 of 255 = 36%

87
71
91

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

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 91 = 249 (100%)
R 87 of 249 ~ 34.94%
G 71 of 249 ~ 28.51%
B 91 of 249 ~ 36.55%

%34.94
%28.51
%36.55

CMYK color model

#57475B color CMYK value is (4,22,0,64).

  • cyan value is 4.40%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(4,22,0,64)
C4M22Y0K64 
(4%,22%,0%,64%)
(0.04/0.22/0.00/0.64)	

CMYK percentages

%4.4
%21.98
%0
%64.31

Codes

Color #57475B in popluar color models

57475B
RGB877191
HSL288°12.35%31.76%
HSB/HSV288°21.98%35.69%
CMYK4.40%21.98%0.00%
64.31%

Color #57475B in popluar number systems.

HEX57475B
Decimal877191
Binary101011110001111011011
Octal127107133

Shades and tints

Shades of #57475B

#57475B
(87,71,91)
#504153
(80,65,83)
#493B4B
(73,59,75)
#423543
(66,53,67)
#3B2F3B
(59,47,59)
#342933
(52,41,51)
#2D232B
(45,35,43)
#261D23
(38,29,35)
#1F171B
(31,23,27)
#181113
(24,17,19)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #57475B

#57475B
(87,71,91)
#665769
(102,87,105)
#756777
(117,103,119)
#847785
(132,119,133)
#938793
(147,135,147)
#A297A1
(162,151,161)
#B1A7AF
(177,167,175)
#C0B7BD
(192,183,189)
#CFC7CB
(207,199,203)
#DED7D9
(222,215,217)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57475B; }

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

This text font color is #57475B.


Background Color

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

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

This div background color is #57475B.


Border color

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

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

This div border color is #57475B.


Opacity

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

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

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

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

This text has shadow with #57475B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57475B on black background.


Color preview on white background

This text has color #57475B on white background.



Black color preview on #57475B background

This text has black color on #57475B background.


White color preview on #57475B background

This text has white color on #57475B background.