COLOR #5C656C

HEX: #5C656C
RGB: (92,101,108)

Color info

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

RGB color model

#5C656C color RGB value is (92,101,108).

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

RGB channels and saturation

R 92 of 255 = 36%
G 101 of 255 = 40%
B 108 of 255 = 42%

92
101
108

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

Portions of RGB colors in percentages

R + G + B =
92 + 101 + 108 = 301 (100%)
R 92 of 301 ~ 30.56%
G 101 of 301 ~ 33.55%
B 108 of 301 ~ 35.88%

%30.56
%33.55
%35.88

CMYK color model

#5C656C color CMYK value is (15,6,0,58).

  • cyan value is 14.81%
  • magenta value is 6.48%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(15,6,0,58)
C15M6Y0K58 
(15%,6%,0%,58%)
(0.15/0.06/0.00/0.58)	

CMYK percentages

%14.81
%6.48
%0
%57.65

Codes

Color #5C656C in popluar color models

5C656C
RGB92101108
HSL206°8.00%39.22%
HSB/HSV206°14.81%42.35%
CMYK14.81%6.48%0.00%
57.65%

Color #5C656C in popluar number systems.

HEX5C656C
Decimal92101108
Binary101110011001011101100
Octal134145154

Shades and tints

Shades of #5C656C

#5C656C
(92,101,108)
#545C63
(84,92,99)
#4C535A
(76,83,90)
#444A51
(68,74,81)
#3C4148
(60,65,72)
#34383F
(52,56,63)
#2C2F36
(44,47,54)
#24262D
(36,38,45)
#1C1D24
(28,29,36)
#14141B
(20,20,27)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #5C656C

#5C656C
(92,101,108)
#6A7379
(106,115,121)
#788186
(120,129,134)
#868F93
(134,143,147)
#949DA0
(148,157,160)
#A2ABAD
(162,171,173)
#B0B9BA
(176,185,186)
#BEC7C7
(190,199,199)
#CCD5D4
(204,213,212)
#DAE3E1
(218,227,225)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C656C; }

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

This text font color is #5C656C.


Background Color

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

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

This div background color is #5C656C.


Border color

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

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

This div border color is #5C656C.


Opacity

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

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

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

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

This text has shadow with #5C656C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C656C on black background.


Color preview on white background

This text has color #5C656C on white background.



Black color preview on #5C656C background

This text has black color on #5C656C background.


White color preview on #5C656C background

This text has white color on #5C656C background.