COLOR #57666E

HEX: #57666E
RGB: (87,102,110)

Color info

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

RGB color model

#57666E color RGB value is (87,102,110).

  • red value is 87;
  • green value is 102;
  • blue value is 110.
RGB:
(87,102,110)
(34%,40%,43%)

RGB channels and saturation

R 87 of 255 = 34%
G 102 of 255 = 40%
B 110 of 255 = 43%

87
102
110

R + G + B ~ 39%. #57666E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 102 + 110 = 299 (100%)
R 87 of 299 ~ 29.1%
G 102 of 299 ~ 34.11%
B 110 of 299 ~ 36.79%

%29.1
%34.11
%36.79

CMYK color model

#57666E color CMYK value is (21,7,0,57).

  • cyan value is 20.91%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(21,7,0,57)
C21M7Y0K57 
(21%,7%,0%,57%)
(0.21/0.07/0.00/0.57)	

CMYK percentages

%20.91
%7.27
%0
%56.86

Codes

Color #57666E in popluar color models

57666E
RGB87102110
HSL201°11.68%38.63%
HSB/HSV201°20.91%43.14%
CMYK20.91%7.27%0.00%
56.86%

Color #57666E in popluar number systems.

HEX57666E
Decimal87102110
Binary101011111001101101110
Octal127146156

Shades and tints

Shades of #57666E

#57666E
(87,102,110)
#505D64
(80,93,100)
#49545A
(73,84,90)
#424B50
(66,75,80)
#3B4246
(59,66,70)
#34393C
(52,57,60)
#2D3032
(45,48,50)
#262728
(38,39,40)
#1F1E1E
(31,30,30)
#181514
(24,21,20)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #57666E

#57666E
(87,102,110)
#66737B
(102,115,123)
#758088
(117,128,136)
#848D95
(132,141,149)
#939AA2
(147,154,162)
#A2A7AF
(162,167,175)
#B1B4BC
(177,180,188)
#C0C1C9
(192,193,201)
#CFCED6
(207,206,214)
#DEDBE3
(222,219,227)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57666E color. Also use rgb(87,102,110) instead hex code.

Text Font Color

.myTextColor { color: #57666E; }

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

This text font color is #57666E.


Background Color

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

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

This div background color is #57666E.


Border color

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

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

This div border color is #57666E.


Opacity

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

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

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

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

This text has shadow with #57666E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57666E on black background.


Color preview on white background

This text has color #57666E on white background.



Black color preview on #57666E background

This text has black color on #57666E background.


White color preview on #57666E background

This text has white color on #57666E background.