COLOR #5C6562

HEX: #5C6562
RGB: (92,101,98)

Color info

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

RGB color model

#5C6562 color RGB value is (92,101,98).

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

RGB channels and saturation

R 92 of 255 = 36%
G 101 of 255 = 40%
B 98 of 255 = 38%

92
101
98

R + G + B ~ 38%. #5C6562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 101 + 98 = 291 (100%)
R 92 of 291 ~ 31.62%
G 101 of 291 ~ 34.71%
B 98 of 291 ~ 33.68%

%31.62
%34.71
%33.68

CMYK color model

#5C6562 color CMYK value is (9,0,3,60).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 2.97%
  • key color value is 60.39%
CMYK:
(9,0,3,60)
C9M0Y3K60 
(9%,0%,3%,60%)
(0.09/0.00/0.03/0.60)	

CMYK percentages

%8.91
%0
%2.97
%60.39

Codes

Color #5C6562 in popluar color models

5C6562
RGB9210198
HSL160°4.66%37.84%
HSB/HSV160°8.91%39.61%
CMYK8.91%0.00%2.97%
60.39%

Color #5C6562 in popluar number systems.

HEX5C6562
Decimal9210198
Binary101110011001011100010
Octal134145142

Shades and tints

Shades of #5C6562

#5C6562
(92,101,98)
#545C5A
(84,92,90)
#4C5352
(76,83,82)
#444A4A
(68,74,74)
#3C4142
(60,65,66)
#34383A
(52,56,58)
#2C2F32
(44,47,50)
#24262A
(36,38,42)
#1C1D22
(28,29,34)
#14141A
(20,20,26)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #5C6562

#5C6562
(92,101,98)
#6A7370
(106,115,112)
#78817E
(120,129,126)
#868F8C
(134,143,140)
#949D9A
(148,157,154)
#A2ABA8
(162,171,168)
#B0B9B6
(176,185,182)
#BEC7C4
(190,199,196)
#CCD5D2
(204,213,210)
#DAE3E0
(218,227,224)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6562; }

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

This text font color is #5C6562.


Background Color

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

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

This div background color is #5C6562.


Border color

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

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

This div border color is #5C6562.


Opacity

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

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

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

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

This text has shadow with #5C6562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6562 on black background.


Color preview on white background

This text has color #5C6562 on white background.



Black color preview on #5C6562 background

This text has black color on #5C6562 background.


White color preview on #5C6562 background

This text has white color on #5C6562 background.