COLOR #5C6C6A

HEX: #5C6C6A
RGB: (92,108,106)

Color info

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

RGB color model

#5C6C6A color RGB value is (92,108,106).

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

RGB channels and saturation

R 92 of 255 = 36%
G 108 of 255 = 42%
B 106 of 255 = 42%

92
108
106

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

Portions of RGB colors in percentages

R + G + B =
92 + 108 + 106 = 306 (100%)
R 92 of 306 ~ 30.07%
G 108 of 306 ~ 35.29%
B 106 of 306 ~ 34.64%

%30.07
%35.29
%34.64

CMYK color model

#5C6C6A color CMYK value is (15,0,2,58).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 57.65%
CMYK:
(15,0,2,58)
C15M0Y2K58 
(15%,0%,2%,58%)
(0.15/0.00/0.02/0.58)	

CMYK percentages

%14.81
%0
%1.85
%57.65

Codes

Color #5C6C6A in popluar color models

5C6C6A
RGB92108106
HSL173°8.00%39.22%
HSB/HSV173°14.81%42.35%
CMYK14.81%0.00%1.85%
57.65%

Color #5C6C6A in popluar number systems.

HEX5C6C6A
Decimal92108106
Binary101110011011001101010
Octal134154152

Shades and tints

Shades of #5C6C6A

#5C6C6A
(92,108,106)
#546361
(84,99,97)
#4C5A58
(76,90,88)
#44514F
(68,81,79)
#3C4846
(60,72,70)
#343F3D
(52,63,61)
#2C3634
(44,54,52)
#242D2B
(36,45,43)
#1C2422
(28,36,34)
#141B19
(20,27,25)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #5C6C6A

#5C6C6A
(92,108,106)
#6A7977
(106,121,119)
#788684
(120,134,132)
#869391
(134,147,145)
#94A09E
(148,160,158)
#A2ADAB
(162,173,171)
#B0BAB8
(176,186,184)
#BEC7C5
(190,199,197)
#CCD4D2
(204,212,210)
#DAE1DF
(218,225,223)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6C6A; }

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

This text font color is #5C6C6A.


Background Color

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

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

This div background color is #5C6C6A.


Border color

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

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

This div border color is #5C6C6A.


Opacity

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

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

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

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

This text has shadow with #5C6C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6C6A on black background.


Color preview on white background

This text has color #5C6C6A on white background.



Black color preview on #5C6C6A background

This text has black color on #5C6C6A background.


White color preview on #5C6C6A background

This text has white color on #5C6C6A background.