COLOR #5C5C6F

HEX: #5C5C6F
RGB: (92,92,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
92
111

R + G + B ~ 39%. #5C5C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 92 + 111 = 295 (100%)
R 92 of 295 ~ 31.19%
G 92 of 295 ~ 31.19%
B 111 of 295 ~ 37.63%

%31.19
%31.19
%37.63

CMYK color model

#5C5C6F color CMYK value is (17,17,0,56).

  • cyan value is 17.12%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(17,17,0,56)
C17M17Y0K56 
(17%,17%,0%,56%)
(0.17/0.17/0.00/0.56)	

CMYK percentages

%17.12
%17.12
%0
%56.47

Codes

Color #5C5C6F in popluar color models

5C5C6F
RGB9292111
HSL240°9.36%39.80%
HSB/HSV240°17.12%43.53%
CMYK17.12%17.12%0.00%
56.47%

Color #5C5C6F in popluar number systems.

HEX5C5C6F
Decimal9292111
Binary101110010111001101111
Octal134134157

Shades and tints

Shades of #5C5C6F

#5C5C6F
(92,92,111)
#545465
(84,84,101)
#4C4C5B
(76,76,91)
#444451
(68,68,81)
#3C3C47
(60,60,71)
#34343D
(52,52,61)
#2C2C33
(44,44,51)
#242429
(36,36,41)
#1C1C1F
(28,28,31)
#141415
(20,20,21)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #5C5C6F

#5C5C6F
(92,92,111)
#6A6A7C
(106,106,124)
#787889
(120,120,137)
#868696
(134,134,150)
#9494A3
(148,148,163)
#A2A2B0
(162,162,176)
#B0B0BD
(176,176,189)
#BEBECA
(190,190,202)
#CCCCD7
(204,204,215)
#DADAE4
(218,218,228)
#E8E8F1
(232,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5C6F; }

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

This text font color is #5C5C6F.


Background Color

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

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

This div background color is #5C5C6F.


Border color

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

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

This div border color is #5C5C6F.


Opacity

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

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

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

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

This text has shadow with #5C5C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5C6F on black background.


Color preview on white background

This text has color #5C5C6F on white background.



Black color preview on #5C5C6F background

This text has black color on #5C5C6F background.


White color preview on #5C5C6F background

This text has white color on #5C5C6F background.