COLOR #5C6E6E

HEX: #5C6E6E
RGB: (92,110,110)

Color info

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

RGB color model

#5C6E6E color RGB value is (92,110,110).

  • red value is 92;
  • green value is 110;
  • blue value is 110.
RGB:
(92,110,110)
(36%,43%,43%)

RGB channels and saturation

R 92 of 255 = 36%
G 110 of 255 = 43%
B 110 of 255 = 43%

92
110
110

R + G + B ~ 41%. #5C6E6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 110 + 110 = 312 (100%)
R 92 of 312 ~ 29.49%
G 110 of 312 ~ 35.26%
B 110 of 312 ~ 35.26%

%29.49
%35.26
%35.26

CMYK color model

#5C6E6E color CMYK value is (16,0,0,57).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(16,0,0,57)
C16M0Y0K57 
(16%,0%,0%,57%)
(0.16/0.00/0.00/0.57)	

CMYK percentages

%16.36
%0
%0
%56.86

Codes

Color #5C6E6E in popluar color models

5C6E6E
RGB92110110
HSL180°8.91%39.61%
HSB/HSV180°16.36%43.14%
CMYK16.36%0.00%0.00%
56.86%

Color #5C6E6E in popluar number systems.

HEX5C6E6E
Decimal92110110
Binary101110011011101101110
Octal134156156

Shades and tints

Shades of #5C6E6E

#5C6E6E
(92,110,110)
#546464
(84,100,100)
#4C5A5A
(76,90,90)
#445050
(68,80,80)
#3C4646
(60,70,70)
#343C3C
(52,60,60)
#2C3232
(44,50,50)
#242828
(36,40,40)
#1C1E1E
(28,30,30)
#141414
(20,20,20)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #5C6E6E

#5C6E6E
(92,110,110)
#6A7B7B
(106,123,123)
#788888
(120,136,136)
#869595
(134,149,149)
#94A2A2
(148,162,162)
#A2AFAF
(162,175,175)
#B0BCBC
(176,188,188)
#BEC9C9
(190,201,201)
#CCD6D6
(204,214,214)
#DAE3E3
(218,227,227)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6E6E; }

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

This text font color is #5C6E6E.


Background Color

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

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

This div background color is #5C6E6E.


Border color

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

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

This div border color is #5C6E6E.


Opacity

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

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

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

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

This text has shadow with #5C6E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6E6E on black background.


Color preview on white background

This text has color #5C6E6E on white background.



Black color preview on #5C6E6E background

This text has black color on #5C6E6E background.


White color preview on #5C6E6E background

This text has white color on #5C6E6E background.