COLOR #5C706F

HEX: #5C706F
RGB: (92,112,111)

Color info

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

RGB color model

#5C706F color RGB value is (92,112,111).

  • red value is 92;
  • green value is 112;
  • blue value is 111.
RGB:
(92,112,111)
(36%,44%,44%)

RGB channels and saturation

R 92 of 255 = 36%
G 112 of 255 = 44%
B 111 of 255 = 44%

92
112
111

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

Portions of RGB colors in percentages

R + G + B =
92 + 112 + 111 = 315 (100%)
R 92 of 315 ~ 29.21%
G 112 of 315 ~ 35.56%
B 111 of 315 ~ 35.24%

%29.21
%35.56
%35.24

CMYK color model

#5C706F color CMYK value is (18,0,1,56).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 56.08%
CMYK:
(18,0,1,56)
C18M0Y1K56 
(18%,0%,1%,56%)
(0.18/0.00/0.01/0.56)	

CMYK percentages

%17.86
%0
%0.89
%56.08

Codes

Color #5C706F in popluar color models

5C706F
RGB92112111
HSL177°9.80%40.00%
HSB/HSV177°17.86%43.92%
CMYK17.86%0.00%0.89%
56.08%

Color #5C706F in popluar number systems.

HEX5C706F
Decimal92112111
Binary101110011100001101111
Octal134160157

Shades and tints

Shades of #5C706F

#5C706F
(92,112,111)
#546665
(84,102,101)
#4C5C5B
(76,92,91)
#445251
(68,82,81)
#3C4847
(60,72,71)
#343E3D
(52,62,61)
#2C3433
(44,52,51)
#242A29
(36,42,41)
#1C201F
(28,32,31)
#141615
(20,22,21)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #5C706F

#5C706F
(92,112,111)
#6A7D7C
(106,125,124)
#788A89
(120,138,137)
#869796
(134,151,150)
#94A4A3
(148,164,163)
#A2B1B0
(162,177,176)
#B0BEBD
(176,190,189)
#BECBCA
(190,203,202)
#CCD8D7
(204,216,215)
#DAE5E4
(218,229,228)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C706F color. Also use rgb(92,112,111) instead hex code.

Text Font Color

.myTextColor { color: #5C706F; }

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

This text font color is #5C706F.


Background Color

.myBgColor { background-color: #5C706F; }

<div style="background-color:#5C706F">Inner text</div>

This div background color is #5C706F.


Border color

.myBorderColor { border: 1px solid #5C706F; }

<div style="border:3px solid #5C706F">Div</div>

This div border color is #5C706F.


Opacity

.myOpacity80 { color: #5C706F; opacity: 0.8; }

<p style="color:#5C706F;opacity:0.8;">80%</p>

Text with #5C706F 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 #5C706F;}

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

This text has shadow with #5C706F color.

.textShadow {text-shadow: 3px 3px 1px #5C706F, 3px 3px 1px red;}

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

This text has shadow with #5C706F primary color and red secondary color.


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

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

This text has shadow with #5C706F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C706F on black background.


Color preview on white background

This text has color #5C706F on white background.



Black color preview on #5C706F background

This text has black color on #5C706F background.


White color preview on #5C706F background

This text has white color on #5C706F background.