COLOR #57756C

HEX: #57756C
RGB: (87,117,108)

Color info

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

RGB color model

#57756C color RGB value is (87,117,108).

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

RGB channels and saturation

R 87 of 255 = 34%
G 117 of 255 = 46%
B 108 of 255 = 42%

87
117
108

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

Portions of RGB colors in percentages

R + G + B =
87 + 117 + 108 = 312 (100%)
R 87 of 312 ~ 27.88%
G 117 of 312 ~ 37.5%
B 108 of 312 ~ 34.62%

%27.88
%37.5
%34.62

CMYK color model

#57756C color CMYK value is (26,0,8,54).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 54.12%
CMYK:
(26,0,8,54)
C26M0Y8K54 
(26%,0%,8%,54%)
(0.26/0.00/0.08/0.54)	

CMYK percentages

%25.64
%0
%7.69
%54.12

Codes

Color #57756C in popluar color models

57756C
RGB87117108
HSL162°14.71%40.00%
HSB/HSV162°25.64%45.88%
CMYK25.64%0.00%7.69%
54.12%

Color #57756C in popluar number systems.

HEX57756C
Decimal87117108
Binary101011111101011101100
Octal127165154

Shades and tints

Shades of #57756C

#57756C
(87,117,108)
#506B63
(80,107,99)
#49615A
(73,97,90)
#425751
(66,87,81)
#3B4D48
(59,77,72)
#34433F
(52,67,63)
#2D3936
(45,57,54)
#262F2D
(38,47,45)
#1F2524
(31,37,36)
#181B1B
(24,27,27)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #57756C

#57756C
(87,117,108)
#668179
(102,129,121)
#758D86
(117,141,134)
#849993
(132,153,147)
#93A5A0
(147,165,160)
#A2B1AD
(162,177,173)
#B1BDBA
(177,189,186)
#C0C9C7
(192,201,199)
#CFD5D4
(207,213,212)
#DEE1E1
(222,225,225)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57756C; }

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

This text font color is #57756C.


Background Color

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

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

This div background color is #57756C.


Border color

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

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

This div border color is #57756C.


Opacity

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

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

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

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

This text has shadow with #57756C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57756C on black background.


Color preview on white background

This text has color #57756C on white background.



Black color preview on #57756C background

This text has black color on #57756C background.


White color preview on #57756C background

This text has white color on #57756C background.