COLOR #5C6E68

HEX: #5C6E68
RGB: (92,110,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
110
104

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

Portions of RGB colors in percentages

R + G + B =
92 + 110 + 104 = 306 (100%)
R 92 of 306 ~ 30.07%
G 110 of 306 ~ 35.95%
B 104 of 306 ~ 33.99%

%30.07
%35.95
%33.99

CMYK color model

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

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

CMYK percentages

%16.36
%0
%5.45
%56.86

Codes

Color #5C6E68 in popluar color models

5C6E68
RGB92110104
HSL160°8.91%39.61%
HSB/HSV160°16.36%43.14%
CMYK16.36%0.00%5.45%
56.86%

Color #5C6E68 in popluar number systems.

HEX5C6E68
Decimal92110104
Binary101110011011101101000
Octal134156150

Shades and tints

Shades of #5C6E68

#5C6E68
(92,110,104)
#54645F
(84,100,95)
#4C5A56
(76,90,86)
#44504D
(68,80,77)
#3C4644
(60,70,68)
#343C3B
(52,60,59)
#2C3232
(44,50,50)
#242829
(36,40,41)
#1C1E20
(28,30,32)
#141417
(20,20,23)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #5C6E68

#5C6E68
(92,110,104)
#6A7B75
(106,123,117)
#788882
(120,136,130)
#86958F
(134,149,143)
#94A29C
(148,162,156)
#A2AFA9
(162,175,169)
#B0BCB6
(176,188,182)
#BEC9C3
(190,201,195)
#CCD6D0
(204,214,208)
#DAE3DD
(218,227,221)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6E68; }

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

This text font color is #5C6E68.


Background Color

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

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

This div background color is #5C6E68.


Border color

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

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

This div border color is #5C6E68.


Opacity

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

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

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

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

This text has shadow with #5C6E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6E68 on black background.


Color preview on white background

This text has color #5C6E68 on white background.



Black color preview on #5C6E68 background

This text has black color on #5C6E68 background.


White color preview on #5C6E68 background

This text has white color on #5C6E68 background.