COLOR #5C6466

HEX: #5C6466 RGB: (92,100,102)

Color info

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

RGB color model

#5C6466 color RGB value is (92,100,102).

RGB: (92,100,102) (36%, 39%, 40%)

RGB channels and saturation

R 92 of 255 = 36%
G 100 of 255 = 39%
B 102 of 255 = 40%

92
100
102

R + G + B ~ 38%. #5C6466 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 100 + 102 = 294 (100%)
R 92 of 294 ~ 31.29%
G 100 of 294 ~ 34.01%
B 102 of 294 ~ 34.69'%

%31.29
%34.01
%34.69

CMYK color model

#5C6466 color CMYK value is (10,2,0,60).

  • cyan value is 9.80%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (10,2,0,60) C10M2Y0K60 (10%,2%,0%,60%) (0.10/0.02/0.00/0.60) 

CMYK percentages

%9.8
%1.96
%0
%60

Codes

Color #5C6466 in popluar color models

5C 64 66
RGB 92 100 102
HSL 192° 5.15% 38.04%
HSB/HSV 192° 9.80% 40.00%
CMYK 9.80% 1.96% 0.00%
60.00%

Color #5C6466 in popluar number systems.

HEX 5C 64 66
Decimal 92 100 102
Binary 1011100 1100100 1100110
Octal 134 144 146

Shades and tints

Shades of #5C6466

#5C6466
(92,100,102)
#545B5D
(84,91,93)
#4C5254
(76,82,84)
#44494B
(68,73,75)
#3C4042
(60,64,66)
#343739
(52,55,57)
#2C2E30
(44,46,48)
#242527
(36,37,39)
#1C1C1E
(28,28,30)
#141315
(20,19,21)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #5C6466

#5C6466
(92,100,102)
#6A7273
(106,114,115)
#788080
(120,128,128)
#868E8D
(134,142,141)
#949C9A
(148,156,154)
#A2AAA7
(162,170,167)
#B0B8B4
(176,184,180)
#BEC6C1
(190,198,193)
#CCD4CE
(204,212,206)
#DAE2DB
(218,226,219)
#E8F0E8
(232,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6466; }

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

This text font color is #5C6466.

Background Color

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

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

This div background color is #5C6466.

Border color

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

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

This div border color is #5C6466.

Opacity

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

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

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

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

This text has shadow with #5C6466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6466.

Preview

Color preview on black background

This text has color #5C6466 on black background.


Color preview on white background

This text has color #5C6466 on white background.


Black color preview on #5C6466 background

This text has black color on #5C6466 background.


White color preview on #5C6466 background

This text has white color on #5C6466 background.


Related colors

Complementary color

Complementary color for #hex is #A39B99.


I love getcolorcode.com

Triadic colors

1 #665C64 and #64665C with #5C6466 are triadic colors.

2 #66645C and #645C66 with #5C6466 are triadic colors.