COLOR #57686C

HEX: #57686C
RGB: (87,104,108)

Color info

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

RGB color model

#57686C color RGB value is (87,104,108).

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

RGB channels and saturation

R 87 of 255 = 34%
G 104 of 255 = 41%
B 108 of 255 = 42%

87
104
108

R + G + B ~ 39%. #57686C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 104 + 108 = 299 (100%)
R 87 of 299 ~ 29.1%
G 104 of 299 ~ 34.78%
B 108 of 299 ~ 36.12%

%29.1
%34.78
%36.12

CMYK color model

#57686C color CMYK value is (19,4,0,58).

  • cyan value is 19.44%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(19,4,0,58)
C19M4Y0K58 
(19%,4%,0%,58%)
(0.19/0.04/0.00/0.58)	

CMYK percentages

%19.44
%3.7
%0
%57.65

Codes

Color #57686C in popluar color models

57686C
RGB87104108
HSL191°10.77%38.24%
HSB/HSV191°19.44%42.35%
CMYK19.44%3.70%0.00%
57.65%

Color #57686C in popluar number systems.

HEX57686C
Decimal87104108
Binary101011111010001101100
Octal127150154

Shades and tints

Shades of #57686C

#57686C
(87,104,108)
#505F63
(80,95,99)
#49565A
(73,86,90)
#424D51
(66,77,81)
#3B4448
(59,68,72)
#343B3F
(52,59,63)
#2D3236
(45,50,54)
#26292D
(38,41,45)
#1F2024
(31,32,36)
#18171B
(24,23,27)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #57686C

#57686C
(87,104,108)
#667579
(102,117,121)
#758286
(117,130,134)
#848F93
(132,143,147)
#939CA0
(147,156,160)
#A2A9AD
(162,169,173)
#B1B6BA
(177,182,186)
#C0C3C7
(192,195,199)
#CFD0D4
(207,208,212)
#DEDDE1
(222,221,225)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57686C color. Also use rgb(87,104,108) instead hex code.

Text Font Color

.myTextColor { color: #57686C; }

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

This text font color is #57686C.


Background Color

.myBgColor { background-color: #57686C; }

<div style="background-color:#57686C">Inner text</div>

This div background color is #57686C.


Border color

.myBorderColor { border: 1px solid #57686C; }

<div style="border:3px solid #57686C">Div</div>

This div border color is #57686C.


Opacity

.myOpacity80 { color: #57686C; opacity: 0.8; }

<p style="color:#57686C;opacity:0.8;">80%</p>

Text with #57686C 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 #57686C;}

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

This text has shadow with #57686C color.

.textShadow {text-shadow: 3px 3px 1px #57686C, 3px 3px 1px red;}

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

This text has shadow with #57686C primary color and red secondary color.


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

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

This text has shadow with #57686C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57686C on black background.


Color preview on white background

This text has color #57686C on white background.



Black color preview on #57686C background

This text has black color on #57686C background.


White color preview on #57686C background

This text has white color on #57686C background.