COLOR #57766B

HEX: #57766B
RGB: (87,118,107)

Color info

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

RGB color model

#57766B color RGB value is (87,118,107).

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

RGB channels and saturation

R 87 of 255 = 34%
G 118 of 255 = 46%
B 107 of 255 = 42%

87
118
107

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

Portions of RGB colors in percentages

R + G + B =
87 + 118 + 107 = 312 (100%)
R 87 of 312 ~ 27.88%
G 118 of 312 ~ 37.82%
B 107 of 312 ~ 34.29%

%27.88
%37.82
%34.29

CMYK color model

#57766B color CMYK value is (26,0,9,54).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 9.32%
  • key color value is 53.73%
CMYK:
(26,0,9,54)
C26M0Y9K54 
(26%,0%,9%,54%)
(0.26/0.00/0.09/0.54)	

CMYK percentages

%26.27
%0
%9.32
%53.73

Codes

Color #57766B in popluar color models

57766B
RGB87118107
HSL159°15.12%40.20%
HSB/HSV159°26.27%46.27%
CMYK26.27%0.00%9.32%
53.73%

Color #57766B in popluar number systems.

HEX57766B
Decimal87118107
Binary101011111101101101011
Octal127166153

Shades and tints

Shades of #57766B

#57766B
(87,118,107)
#506C62
(80,108,98)
#496259
(73,98,89)
#425850
(66,88,80)
#3B4E47
(59,78,71)
#34443E
(52,68,62)
#2D3A35
(45,58,53)
#26302C
(38,48,44)
#1F2623
(31,38,35)
#181C1A
(24,28,26)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #57766B

#57766B
(87,118,107)
#668278
(102,130,120)
#758E85
(117,142,133)
#849A92
(132,154,146)
#93A69F
(147,166,159)
#A2B2AC
(162,178,172)
#B1BEB9
(177,190,185)
#C0CAC6
(192,202,198)
#CFD6D3
(207,214,211)
#DEE2E0
(222,226,224)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57766B color. Also use rgb(87,118,107) instead hex code.

Text Font Color

.myTextColor { color: #57766B; }

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

This text font color is #57766B.


Background Color

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

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

This div background color is #57766B.


Border color

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

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

This div border color is #57766B.


Opacity

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

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

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

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

This text has shadow with #57766B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57766B on black background.


Color preview on white background

This text has color #57766B on white background.



Black color preview on #57766B background

This text has black color on #57766B background.


White color preview on #57766B background

This text has white color on #57766B background.