COLOR #5C5666

HEX: #5C5666
RGB: (92,86,102)

Color info

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

RGB color model

#5C5666 color RGB value is (92,86,102).

  • red value is 92;
  • green value is 86;
  • blue value is 102.
RGB:
(92,86,102)
(36%,34%,40%)

RGB channels and saturation

R 92 of 255 = 36%
G 86 of 255 = 34%
B 102 of 255 = 40%

92
86
102

R + G + B ~ 37%. #5C5666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 86 + 102 = 280 (100%)
R 92 of 280 ~ 32.86%
G 86 of 280 ~ 30.71%
B 102 of 280 ~ 36.43%

%32.86
%30.71
%36.43

CMYK color model

#5C5666 color CMYK value is (10,16,0,60).

  • cyan value is 9.80%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(10,16,0,60)
C10M16Y0K60 
(10%,16%,0%,60%)
(0.10/0.16/0.00/0.60)	

CMYK percentages

%9.8
%15.69
%0
%60

Codes

Color #5C5666 in popluar color models

5C5666
RGB9286102
HSL263°8.51%36.86%
HSB/HSV263°15.69%40.00%
CMYK9.80%15.69%0.00%
60.00%

Color #5C5666 in popluar number systems.

HEX5C5666
Decimal9286102
Binary101110010101101100110
Octal134126146

Shades and tints

Shades of #5C5666

#5C5666
(92,86,102)
#544F5D
(84,79,93)
#4C4854
(76,72,84)
#44414B
(68,65,75)
#3C3A42
(60,58,66)
#343339
(52,51,57)
#2C2C30
(44,44,48)
#242527
(36,37,39)
#1C1E1E
(28,30,30)
#141715
(20,23,21)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #5C5666

#5C5666
(92,86,102)
#6A6573
(106,101,115)
#787480
(120,116,128)
#86838D
(134,131,141)
#94929A
(148,146,154)
#A2A1A7
(162,161,167)
#B0B0B4
(176,176,180)
#BEBFC1
(190,191,193)
#CCCECE
(204,206,206)
#DADDDB
(218,221,219)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5666; }

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

This text font color is #5C5666.


Background Color

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

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

This div background color is #5C5666.


Border color

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

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

This div border color is #5C5666.


Opacity

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

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

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

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

This text has shadow with #5C5666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5666 on black background.


Color preview on white background

This text has color #5C5666 on white background.



Black color preview on #5C5666 background

This text has black color on #5C5666 background.


White color preview on #5C5666 background

This text has white color on #5C5666 background.