COLOR #5C5961

HEX: #5C5961
RGB: (92,89,97)

Color info

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

RGB color model

#5C5961 color RGB value is (92,89,97).

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

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 97 of 255 = 38%

92
89
97

R + G + B ~ 36%. #5C5961 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 89 + 97 = 278 (100%)
R 92 of 278 ~ 33.09%
G 89 of 278 ~ 32.01%
B 97 of 278 ~ 34.89%

%33.09
%32.01
%34.89

CMYK color model

#5C5961 color CMYK value is (5,8,0,62).

  • cyan value is 5.15%
  • magenta value is 8.25%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(5,8,0,62)
C5M8Y0K62 
(5%,8%,0%,62%)
(0.05/0.08/0.00/0.62)	

CMYK percentages

%5.15
%8.25
%0
%61.96

Codes

Color #5C5961 in popluar color models

5C5961
RGB928997
HSL263°4.30%36.47%
HSB/HSV263°8.25%38.04%
CMYK5.15%8.25%0.00%
61.96%

Color #5C5961 in popluar number systems.

HEX5C5961
Decimal928997
Binary101110010110011100001
Octal134131141

Shades and tints

Shades of #5C5961

#5C5961
(92,89,97)
#545159
(84,81,89)
#4C4951
(76,73,81)
#444149
(68,65,73)
#3C3941
(60,57,65)
#343139
(52,49,57)
#2C2931
(44,41,49)
#242129
(36,33,41)
#1C1921
(28,25,33)
#141119
(20,17,25)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #5C5961

#5C5961
(92,89,97)
#6A686F
(106,104,111)
#78777D
(120,119,125)
#86868B
(134,134,139)
#949599
(148,149,153)
#A2A4A7
(162,164,167)
#B0B3B5
(176,179,181)
#BEC2C3
(190,194,195)
#CCD1D1
(204,209,209)
#DAE0DF
(218,224,223)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5961; }

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

This text font color is #5C5961.


Background Color

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

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

This div background color is #5C5961.


Border color

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

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

This div border color is #5C5961.


Opacity

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

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

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

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

This text has shadow with #5C5961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5961 on black background.


Color preview on white background

This text has color #5C5961 on white background.



Black color preview on #5C5961 background

This text has black color on #5C5961 background.


White color preview on #5C5961 background

This text has white color on #5C5961 background.