COLOR #5C6C63

HEX: #5C6C63
RGB: (92,108,99)

Color info

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

RGB color model

#5C6C63 color RGB value is (92,108,99).

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

RGB channels and saturation

R 92 of 255 = 36%
G 108 of 255 = 42%
B 99 of 255 = 39%

92
108
99

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

Portions of RGB colors in percentages

R + G + B =
92 + 108 + 99 = 299 (100%)
R 92 of 299 ~ 30.77%
G 108 of 299 ~ 36.12%
B 99 of 299 ~ 33.11%

%30.77
%36.12
%33.11

CMYK color model

#5C6C63 color CMYK value is (15,0,8,58).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 57.65%
CMYK:
(15,0,8,58)
C15M0Y8K58 
(15%,0%,8%,58%)
(0.15/0.00/0.08/0.58)	

CMYK percentages

%14.81
%0
%8.33
%57.65

Codes

Color #5C6C63 in popluar color models

5C6C63
RGB9210899
HSL146°8.00%39.22%
HSB/HSV146°14.81%42.35%
CMYK14.81%0.00%8.33%
57.65%

Color #5C6C63 in popluar number systems.

HEX5C6C63
Decimal9210899
Binary101110011011001100011
Octal134154143

Shades and tints

Shades of #5C6C63

#5C6C63
(92,108,99)
#54635A
(84,99,90)
#4C5A51
(76,90,81)
#445148
(68,81,72)
#3C483F
(60,72,63)
#343F36
(52,63,54)
#2C362D
(44,54,45)
#242D24
(36,45,36)
#1C241B
(28,36,27)
#141B12
(20,27,18)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #5C6C63

#5C6C63
(92,108,99)
#6A7971
(106,121,113)
#78867F
(120,134,127)
#86938D
(134,147,141)
#94A09B
(148,160,155)
#A2ADA9
(162,173,169)
#B0BAB7
(176,186,183)
#BEC7C5
(190,199,197)
#CCD4D3
(204,212,211)
#DAE1E1
(218,225,225)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6C63; }

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

This text font color is #5C6C63.


Background Color

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

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

This div background color is #5C6C63.


Border color

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

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

This div border color is #5C6C63.


Opacity

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

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

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

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

This text has shadow with #5C6C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6C63 on black background.


Color preview on white background

This text has color #5C6C63 on white background.



Black color preview on #5C6C63 background

This text has black color on #5C6C63 background.


White color preview on #5C6C63 background

This text has white color on #5C6C63 background.