COLOR #57717B

HEX: #57717B RGB: (87,113,123)

Color info

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

RGB color model

#57717B color RGB value is (87,113,123).

RGB: (87,113,123) (34%, 44%, 48%)

RGB channels and saturation

R 87 of 255 = 34%
G 113 of 255 = 44%
B 123 of 255 = 48%

87
113
123

R + G + B ~ 42%. #57717B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 113 + 123 = 323 (100%)
R 87 of 323 ~ 26.93%
G 113 of 323 ~ 34.98%
B 123 of 323 ~ 38.08'%

%26.93
%34.98
%38.08

CMYK color model

#57717B color CMYK value is (29,8,0,52).

  • cyan value is 29.27%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (29,8,0,52)
C29M8Y0K52 (29%, 8%, 0%, 52%)
(0.29 / 0.08 / 0.00 / 0.52)

CMYK percentages

%29.27
%8.13
%0
%51.76

Codes

Color #57717B in popluar color models

57 71 7B
RGB 87 113 123
HSL 197° 17.14% 41.18%
HSB/HSV 197° 29.27% 48.24%
CMYK 29.27% 8.13% 0.00%
51.76%

Color #57717B in popluar number systems.

HEX 57 71 7B
Decimal 87 113 123
Binary 1010111 1110001 1111011
Octal 127 161 173

Shades and tints

Shades of #57717B

#57717B
(87,113,123)
#506770
(80,103,112)
#495D65
(73,93,101)
#42535A
(66,83,90)
#3B494F
(59,73,79)
#343F44
(52,63,68)
#2D3539
(45,53,57)
#262B2E
(38,43,46)
#1F2123
(31,33,35)
#181718
(24,23,24)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #57717B

#57717B
(87,113,123)
#667D87
(102,125,135)
#758993
(117,137,147)
#84959F
(132,149,159)
#93A1AB
(147,161,171)
#A2ADB7
(162,173,183)
#B1B9C3
(177,185,195)
#C0C5CF
(192,197,207)
#CFD1DB
(207,209,219)
#DEDDE7
(222,221,231)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57717B color. Also use rgb(87,113,123) instead hex code.

Text Font Color

.myTextColor { color: #57717B; }

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

This text font color is #57717B.

Background Color

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

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

This div background color is #57717B.

Border color

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

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

This div border color is #57717B.

Opacity

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

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

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

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

This text has shadow with #57717B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57717B.

Preview

Color preview on black background

This text has color #57717B on black background.


Color preview on white background

This text has color #57717B on white background.


Black color preview on #57717B background

This text has black color on #57717B background.


White color preview on #57717B background

This text has white color on #57717B background.


Related colors

Complementary color

Complementary color for #hex is #A88E84.


I love getcolorcode.com

Triadic colors

1 #7B5771 and #717B57 with #57717B are triadic colors.

2 #7B7157 and #71577B with #57717B are triadic colors.