COLOR #5C606C

HEX: #5C606C RGB: (92,96,108)

Color info

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

RGB color model

#5C606C color RGB value is (92,96,108).

RGB: (92,96,108) (36%, 38%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 96 of 255 = 38%
B 108 of 255 = 42%

92
96
108

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

Portions of RGB colors in percentages

R + G + B = 92 + 96 + 108 = 296 (100%)
R 92 of 296 ~ 31.08%
G 96 of 296 ~ 32.43%
B 108 of 296 ~ 36.49'%

%31.08
%32.43
%36.49

CMYK color model

#5C606C color CMYK value is (15,11,0,58).

  • cyan value is 14.81%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (15,11,0,58)
C15M11Y0K58 (15%, 11%, 0%, 58%)
(0.15 / 0.11 / 0.00 / 0.58)

CMYK percentages

%14.81
%11.11
%0
%57.65

Codes

Color #5C606C in popluar color models

5C 60 6C
RGB 92 96 108
HSL 225° 8.00% 39.22%
HSB/HSV 225° 14.81% 42.35%
CMYK 14.81% 11.11% 0.00%
57.65%

Color #5C606C in popluar number systems.

HEX 5C 60 6C
Decimal 92 96 108
Binary 1011100 1100000 1101100
Octal 134 140 154

Shades and tints

Shades of #5C606C

#5C606C
(92,96,108)
#545863
(84,88,99)
#4C505A
(76,80,90)
#444851
(68,72,81)
#3C4048
(60,64,72)
#34383F
(52,56,63)
#2C3036
(44,48,54)
#24282D
(36,40,45)
#1C2024
(28,32,36)
#14181B
(20,24,27)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #5C606C

#5C606C
(92,96,108)
#6A6E79
(106,110,121)
#787C86
(120,124,134)
#868A93
(134,138,147)
#9498A0
(148,152,160)
#A2A6AD
(162,166,173)
#B0B4BA
(176,180,186)
#BEC2C7
(190,194,199)
#CCD0D4
(204,208,212)
#DADEE1
(218,222,225)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C606C; }

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

This text font color is #5C606C.

Background Color

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

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

This div background color is #5C606C.

Border color

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

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

This div border color is #5C606C.

Opacity

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

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

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

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

This text has shadow with #5C606C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C606C.

Preview

Color preview on black background

This text has color #5C606C on black background.


Color preview on white background

This text has color #5C606C on white background.


Black color preview on #5C606C background

This text has black color on #5C606C background.


White color preview on #5C606C background

This text has white color on #5C606C background.


Related colors

Complementary color

Complementary color for #hex is #A39F93.


I love getcolorcode.com

Triadic colors

1 #6C5C60 and #606C5C with #5C606C are triadic colors.

2 #6C605C and #605C6C with #5C606C are triadic colors.