COLOR #57797F

HEX: #57797F
RGB: (87,121,127)

Color info

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

RGB color model

#57797F color RGB value is (87,121,127).

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

RGB channels and saturation

R 87 of 255 = 34%
G 121 of 255 = 47%
B 127 of 255 = 50%

87
121
127

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

Portions of RGB colors in percentages

R + G + B =
87 + 121 + 127 = 335 (100%)
R 87 of 335 ~ 25.97%
G 121 of 335 ~ 36.12%
B 127 of 335 ~ 37.91%

%25.97
%36.12
%37.91

CMYK color model

#57797F color CMYK value is (31,5,0,50).

  • cyan value is 31.50%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(31,5,0,50)
C31M5Y0K50 
(31%,5%,0%,50%)
(0.31/0.05/0.00/0.50)	

CMYK percentages

%31.5
%4.72
%0
%50.2

Codes

Color #57797F in popluar color models

57797F
RGB87121127
HSL189°18.69%41.96%
HSB/HSV189°31.50%49.80%
CMYK31.50%4.72%0.00%
50.20%

Color #57797F in popluar number systems.

HEX57797F
Decimal87121127
Binary101011111110011111111
Octal127171177

Shades and tints

Shades of #57797F

#57797F
(87,121,127)
#506E74
(80,110,116)
#496369
(73,99,105)
#42585E
(66,88,94)
#3B4D53
(59,77,83)
#344248
(52,66,72)
#2D373D
(45,55,61)
#262C32
(38,44,50)
#1F2127
(31,33,39)
#18161C
(24,22,28)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #57797F

#57797F
(87,121,127)
#66858A
(102,133,138)
#759195
(117,145,149)
#849DA0
(132,157,160)
#93A9AB
(147,169,171)
#A2B5B6
(162,181,182)
#B1C1C1
(177,193,193)
#C0CDCC
(192,205,204)
#CFD9D7
(207,217,215)
#DEE5E2
(222,229,226)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57797F; }

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

This text font color is #57797F.


Background Color

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

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

This div background color is #57797F.


Border color

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

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

This div border color is #57797F.


Opacity

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

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

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

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

This text has shadow with #57797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57797F on black background.


Color preview on white background

This text has color #57797F on white background.



Black color preview on #57797F background

This text has black color on #57797F background.


White color preview on #57797F background

This text has white color on #57797F background.