COLOR #5C5962

HEX: #5C5962
RGB: (92,89,98)

Color info

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

RGB color model

#5C5962 color RGB value is (92,89,98).

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

RGB channels and saturation

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

92
89
98

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

Portions of RGB colors in percentages

R + G + B =
92 + 89 + 98 = 279 (100%)
R 92 of 279 ~ 32.97%
G 89 of 279 ~ 31.9%
B 98 of 279 ~ 35.13%

%32.97
%31.9
%35.13

CMYK color model

#5C5962 color CMYK value is (6,9,0,62).

  • cyan value is 6.12%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(6,9,0,62)
C6M9Y0K62 
(6%,9%,0%,62%)
(0.06/0.09/0.00/0.62)	

CMYK percentages

%6.12
%9.18
%0
%61.57

Codes

Color #5C5962 in popluar color models

5C5962
RGB928998
HSL260°4.81%36.67%
HSB/HSV260°9.18%38.43%
CMYK6.12%9.18%0.00%
61.57%

Color #5C5962 in popluar number systems.

HEX5C5962
Decimal928998
Binary101110010110011100010
Octal134131142

Shades and tints

Shades of #5C5962

#5C5962
(92,89,98)
#54515A
(84,81,90)
#4C4952
(76,73,82)
#44414A
(68,65,74)
#3C3942
(60,57,66)
#34313A
(52,49,58)
#2C2932
(44,41,50)
#24212A
(36,33,42)
#1C1922
(28,25,34)
#14111A
(20,17,26)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #5C5962

#5C5962
(92,89,98)
#6A6870
(106,104,112)
#78777E
(120,119,126)
#86868C
(134,134,140)
#94959A
(148,149,154)
#A2A4A8
(162,164,168)
#B0B3B6
(176,179,182)
#BEC2C4
(190,194,196)
#CCD1D2
(204,209,210)
#DAE0E0
(218,224,224)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5962; }

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

This text font color is #5C5962.


Background Color

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

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

This div background color is #5C5962.


Border color

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

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

This div border color is #5C5962.


Opacity

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

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

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

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

This text has shadow with #5C5962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5962 on black background.


Color preview on white background

This text has color #5C5962 on white background.



Black color preview on #5C5962 background

This text has black color on #5C5962 background.


White color preview on #5C5962 background

This text has white color on #5C5962 background.