COLOR #5C5963

HEX: #5C5963
RGB: (92,89,99)

Color info

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

RGB color model

#5C5963 color RGB value is (92,89,99).

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

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 99 of 255 = 39%

92
89
99

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

Portions of RGB colors in percentages

R + G + B =
92 + 89 + 99 = 280 (100%)
R 92 of 280 ~ 32.86%
G 89 of 280 ~ 31.79%
B 99 of 280 ~ 35.36%

%32.86
%31.79
%35.36

CMYK color model

#5C5963 color CMYK value is (7,10,0,61).

  • cyan value is 7.07%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (7,10,0,61) C7M10Y0K61 (7%,10%,0%,61%) (0.07/0.10/0.00/0.61)

CMYK percentages

%7.07
%10.1
%0
%61.18

Codes

Color #5C5963 in popluar color models

5C5963
RGB928999
HSL258°5.32%36.86%
HSB/HSV258°10.10%38.82%
CMYK7.07%10.10%0.00%
61.18%

Color #5C5963 in popluar number systems.

HEX5C5963
Decimal928999
Binary101110010110011100011
Octal134131143

Shades and tints

Shades of #5C5963

#5C5963
(92,89,99)
#54515A
(84,81,90)
#4C4951
(76,73,81)
#444148
(68,65,72)
#3C393F
(60,57,63)
#343136
(52,49,54)
#2C292D
(44,41,45)
#242124
(36,33,36)
#1C191B
(28,25,27)
#141112
(20,17,18)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #5C5963

#5C5963
(92,89,99)
#6A6871
(106,104,113)
#78777F
(120,119,127)
#86868D
(134,134,141)
#94959B
(148,149,155)
#A2A4A9
(162,164,169)
#B0B3B7
(176,179,183)
#BEC2C5
(190,194,197)
#CCD1D3
(204,209,211)
#DAE0E1
(218,224,225)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5963; }

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

This text font color is #5C5963.


Background Color

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

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

This div background color is #5C5963.


Border color

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

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

This div border color is #5C5963.


Opacity

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

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

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

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

This text has shadow with #5C5963 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5C5963 on black background.


Color preview on white background

This text has color #5C5963 on white background.



Black color preview on #5C5963 background

This text has black color on #5C5963 background.


White color preview on #5C5963 background

This text has white color on #5C5963 background.