COLOR #5C6C70

HEX: #5C6C70
RGB: (92,108,112)

Color info

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

RGB color model

#5C6C70 color RGB value is (92,108,112).

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

RGB channels and saturation

R 92 of 255 = 36%
G 108 of 255 = 42%
B 112 of 255 = 44%

92
108
112

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

Portions of RGB colors in percentages

R + G + B =
92 + 108 + 112 = 312 (100%)
R 92 of 312 ~ 29.49%
G 108 of 312 ~ 34.62%
B 112 of 312 ~ 35.9%

%29.49
%34.62
%35.9

CMYK color model

#5C6C70 color CMYK value is (18,4,0,56).

  • cyan value is 17.86%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(18,4,0,56)
C18M4Y0K56 
(18%,4%,0%,56%)
(0.18/0.04/0.00/0.56)	

CMYK percentages

%17.86
%3.57
%0
%56.08

Codes

Color #5C6C70 in popluar color models

5C6C70
RGB92108112
HSL192°9.80%40.00%
HSB/HSV192°17.86%43.92%
CMYK17.86%3.57%0.00%
56.08%

Color #5C6C70 in popluar number systems.

HEX5C6C70
Decimal92108112
Binary101110011011001110000
Octal134154160

Shades and tints

Shades of #5C6C70

#5C6C70
(92,108,112)
#546366
(84,99,102)
#4C5A5C
(76,90,92)
#445152
(68,81,82)
#3C4848
(60,72,72)
#343F3E
(52,63,62)
#2C3634
(44,54,52)
#242D2A
(36,45,42)
#1C2420
(28,36,32)
#141B16
(20,27,22)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #5C6C70

#5C6C70
(92,108,112)
#6A797D
(106,121,125)
#78868A
(120,134,138)
#869397
(134,147,151)
#94A0A4
(148,160,164)
#A2ADB1
(162,173,177)
#B0BABE
(176,186,190)
#BEC7CB
(190,199,203)
#CCD4D8
(204,212,216)
#DAE1E5
(218,225,229)
#E8EEF2
(232,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6C70; }

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

This text font color is #5C6C70.


Background Color

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

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

This div background color is #5C6C70.


Border color

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

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

This div border color is #5C6C70.


Opacity

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

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

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

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

This text has shadow with #5C6C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6C70 on black background.


Color preview on white background

This text has color #5C6C70 on white background.



Black color preview on #5C6C70 background

This text has black color on #5C6C70 background.


White color preview on #5C6C70 background

This text has white color on #5C6C70 background.