COLOR #57687E

HEX: #57687E
RGB: (87,104,126)

Color info

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

RGB color model

#57687E color RGB value is (87,104,126).

  • red value is 87;
  • green value is 104;
  • blue value is 126.
RGB:
(87,104,126)
(34%,41%,49%)

RGB channels and saturation

R 87 of 255 = 34%
G 104 of 255 = 41%
B 126 of 255 = 49%

87
104
126

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

Portions of RGB colors in percentages

R + G + B =
87 + 104 + 126 = 317 (100%)
R 87 of 317 ~ 27.44%
G 104 of 317 ~ 32.81%
B 126 of 317 ~ 39.75%

%27.44
%32.81
%39.75

CMYK color model

#57687E color CMYK value is (31,17,0,51).

  • cyan value is 30.95%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(31,17,0,51)
C31M17Y0K51 
(31%,17%,0%,51%)
(0.31/0.17/0.00/0.51)	

CMYK percentages

%30.95
%17.46
%0
%50.59

Codes

Color #57687E in popluar color models

57687E
RGB87104126
HSL214°18.31%41.76%
HSB/HSV214°30.95%49.41%
CMYK30.95%17.46%0.00%
50.59%

Color #57687E in popluar number systems.

HEX57687E
Decimal87104126
Binary101011111010001111110
Octal127150176

Shades and tints

Shades of #57687E

#57687E
(87,104,126)
#505F73
(80,95,115)
#495668
(73,86,104)
#424D5D
(66,77,93)
#3B4452
(59,68,82)
#343B47
(52,59,71)
#2D323C
(45,50,60)
#262931
(38,41,49)
#1F2026
(31,32,38)
#18171B
(24,23,27)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #57687E

#57687E
(87,104,126)
#667589
(102,117,137)
#758294
(117,130,148)
#848F9F
(132,143,159)
#939CAA
(147,156,170)
#A2A9B5
(162,169,181)
#B1B6C0
(177,182,192)
#C0C3CB
(192,195,203)
#CFD0D6
(207,208,214)
#DEDDE1
(222,221,225)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57687E; }

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

This text font color is #57687E.


Background Color

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

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

This div background color is #57687E.


Border color

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

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

This div border color is #57687E.


Opacity

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

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

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

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

This text has shadow with #57687E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57687E on black background.


Color preview on white background

This text has color #57687E on white background.



Black color preview on #57687E background

This text has black color on #57687E background.


White color preview on #57687E background

This text has white color on #57687E background.