COLOR #57747F

HEX: #57747F
RGB: (87,116,127)

Color info

#57747F contains red, green and blue colors in about the same proportion. Web safe color of #57747F is #666666 (or #666).

RGB color model

#57747F color RGB value is (87,116,127).

  • red value is 87;
  • green value is 116;
  • blue value is 127.
RGB:
(87,116,127)
(34%,45%,50%)

RGB channels and saturation

R 87 of 255 = 34%
G 116 of 255 = 45%
B 127 of 255 = 50%

87
116
127

R + G + B ~ 43%. #57747F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 116 + 127 = 330 (100%)
R 87 of 330 ~ 26.36%
G 116 of 330 ~ 35.15%
B 127 of 330 ~ 38.48%

%26.36
%35.15
%38.48

CMYK color model

#57747F color CMYK value is (31,9,0,50).

  • cyan value is 31.50%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(31,9,0,50)
C31M9Y0K50 
(31%,9%,0%,50%)
(0.31/0.09/0.00/0.50)	

CMYK percentages

%31.5
%8.66
%0
%50.2

Codes

Color #57747F in popluar color models

57747F
RGB87116127
HSL197°18.69%41.96%
HSB/HSV197°31.50%49.80%
CMYK31.50%8.66%0.00%
50.20%

Color #57747F in popluar number systems.

HEX57747F
Decimal87116127
Binary101011111101001111111
Octal127164177

Shades and tints

Shades of #57747F

#57747F
(87,116,127)
#506A74
(80,106,116)
#496069
(73,96,105)
#42565E
(66,86,94)
#3B4C53
(59,76,83)
#344248
(52,66,72)
#2D383D
(45,56,61)
#262E32
(38,46,50)
#1F2427
(31,36,39)
#181A1C
(24,26,28)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #57747F

#57747F
(87,116,127)
#66808A
(102,128,138)
#758C95
(117,140,149)
#8498A0
(132,152,160)
#93A4AB
(147,164,171)
#A2B0B6
(162,176,182)
#B1BCC1
(177,188,193)
#C0C8CC
(192,200,204)
#CFD4D7
(207,212,215)
#DEE0E2
(222,224,226)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57747F color. Also use rgb(87,116,127) instead hex code.

Text Font Color

.myTextColor { color: #57747F; }

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

This text font color is #57747F.


Background Color

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

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

This div background color is #57747F.


Border color

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

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

This div border color is #57747F.


Opacity

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

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

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

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

This text has shadow with #57747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57747F on black background.


Color preview on white background

This text has color #57747F on white background.



Black color preview on #57747F background

This text has black color on #57747F background.


White color preview on #57747F background

This text has white color on #57747F background.