COLOR #57767E

HEX: #57767E
RGB: (87,118,126)

Color info

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

RGB color model

#57767E color RGB value is (87,118,126).

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

RGB channels and saturation

R 87 of 255 = 34%
G 118 of 255 = 46%
B 126 of 255 = 49%

87
118
126

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

Portions of RGB colors in percentages

R + G + B =
87 + 118 + 126 = 331 (100%)
R 87 of 331 ~ 26.28%
G 118 of 331 ~ 35.65%
B 126 of 331 ~ 38.07%

%26.28
%35.65
%38.07

CMYK color model

#57767E color CMYK value is (31,6,0,51).

  • cyan value is 30.95%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (31,6,0,51) C31M6Y0K51 (31%,6%,0%,51%) (0.31/0.06/0.00/0.51)

CMYK percentages

%30.95
%6.35
%0
%50.59

Codes

Color #57767E in popluar color models

57767E
RGB87118126
HSL192°18.31%41.76%
HSB/HSV192°30.95%49.41%
CMYK30.95%6.35%0.00%
50.59%

Color #57767E in popluar number systems.

HEX57767E
Decimal87118126
Binary101011111101101111110
Octal127166176

Shades and tints

Shades of #57767E

#57767E
(87,118,126)
#506C73
(80,108,115)
#496268
(73,98,104)
#42585D
(66,88,93)
#3B4E52
(59,78,82)
#344447
(52,68,71)
#2D3A3C
(45,58,60)
#263031
(38,48,49)
#1F2626
(31,38,38)
#181C1B
(24,28,27)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #57767E

#57767E
(87,118,126)
#668289
(102,130,137)
#758E94
(117,142,148)
#849A9F
(132,154,159)
#93A6AA
(147,166,170)
#A2B2B5
(162,178,181)
#B1BEC0
(177,190,192)
#C0CACB
(192,202,203)
#CFD6D6
(207,214,214)
#DEE2E1
(222,226,225)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57767E; }

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

This text font color is #57767E.


Background Color

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

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

This div background color is #57767E.


Border color

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

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

This div border color is #57767E.


Opacity

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

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

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

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

This text has shadow with #57767E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #57767E on black background.


Color preview on white background

This text has color #57767E on white background.



Black color preview on #57767E background

This text has black color on #57767E background.


White color preview on #57767E background

This text has white color on #57767E background.