COLOR #57687B

HEX: #57687B RGB: (87,104,123)

Color info

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

RGB color model

#57687B color RGB value is (87,104,123).

RGB: (87,104,123) (34%, 41%, 48%)

RGB channels and saturation

R 87 of 255 = 34%
G 104 of 255 = 41%
B 123 of 255 = 48%

87
104
123

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

Portions of RGB colors in percentages

R + G + B = 87 + 104 + 123 = 314 (100%)
R 87 of 314 ~ 27.71%
G 104 of 314 ~ 33.12%
B 123 of 314 ~ 39.17'%

%27.71
%33.12
%39.17

CMYK color model

#57687B color CMYK value is (29,15,0,52).

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

CMYK: (29,15,0,52)
C29M15Y0K52 (29%, 15%, 0%, 52%)
(0.29 / 0.15 / 0.00 / 0.52)

CMYK percentages

%29.27
%15.45
%0
%51.76

Codes

Color #57687B in popluar color models

57 68 7B
RGB 87 104 123
HSL 212° 17.14% 41.18%
HSB/HSV 212° 29.27% 48.24%
CMYK 29.27% 15.45% 0.00%
51.76%

Color #57687B in popluar number systems.

HEX 57 68 7B
Decimal 87 104 123
Binary 1010111 1101000 1111011
Octal 127 150 173

Shades and tints

Shades of #57687B

#57687B
(87,104,123)
#505F70
(80,95,112)
#495665
(73,86,101)
#424D5A
(66,77,90)
#3B444F
(59,68,79)
#343B44
(52,59,68)
#2D3239
(45,50,57)
#26292E
(38,41,46)
#1F2023
(31,32,35)
#181718
(24,23,24)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #57687B

#57687B
(87,104,123)
#667587
(102,117,135)
#758293
(117,130,147)
#848F9F
(132,143,159)
#939CAB
(147,156,171)
#A2A9B7
(162,169,183)
#B1B6C3
(177,182,195)
#C0C3CF
(192,195,207)
#CFD0DB
(207,208,219)
#DEDDE7
(222,221,231)
#EDEAF3
(237,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57687B; }

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

This text font color is #57687B.

Background Color

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

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

This div background color is #57687B.

Border color

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

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

This div border color is #57687B.

Opacity

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

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

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

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

This text has shadow with #57687B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57687B.

Preview

Color preview on black background

This text has color #57687B on black background.


Color preview on white background

This text has color #57687B on white background.


Black color preview on #57687B background

This text has black color on #57687B background.


White color preview on #57687B background

This text has white color on #57687B background.


Related colors

Complementary color

Complementary color for #hex is #A89784.


I love getcolorcode.com

Triadic colors

1 #7B5768 and #687B57 with #57687B are triadic colors.

2 #7B6857 and #68577B with #57687B are triadic colors.