COLOR #5C6D6E

HEX: #5C6D6E
RGB: (92,109,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
109
110

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

Portions of RGB colors in percentages

R + G + B =
92 + 109 + 110 = 311 (100%)
R 92 of 311 ~ 29.58%
G 109 of 311 ~ 35.05%
B 110 of 311 ~ 35.37%

%29.58
%35.05
%35.37

CMYK color model

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

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

CMYK percentages

%16.36
%0.91
%0
%56.86

Codes

Color #5C6D6E in popluar color models

5C6D6E
RGB92109110
HSL183°8.91%39.61%
HSB/HSV183°16.36%43.14%
CMYK16.36%0.91%0.00%
56.86%

Color #5C6D6E in popluar number systems.

HEX5C6D6E
Decimal92109110
Binary101110011011011101110
Octal134155156

Shades and tints

Shades of #5C6D6E

#5C6D6E
(92,109,110)
#546464
(84,100,100)
#4C5B5A
(76,91,90)
#445250
(68,82,80)
#3C4946
(60,73,70)
#34403C
(52,64,60)
#2C3732
(44,55,50)
#242E28
(36,46,40)
#1C251E
(28,37,30)
#141C14
(20,28,20)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #5C6D6E

#5C6D6E
(92,109,110)
#6A7A7B
(106,122,123)
#788788
(120,135,136)
#869495
(134,148,149)
#94A1A2
(148,161,162)
#A2AEAF
(162,174,175)
#B0BBBC
(176,187,188)
#BEC8C9
(190,200,201)
#CCD5D6
(204,213,214)
#DAE2E3
(218,226,227)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6D6E; }

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

This text font color is #5C6D6E.


Background Color

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

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

This div background color is #5C6D6E.


Border color

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

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

This div border color is #5C6D6E.


Opacity

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

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

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

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

This text has shadow with #5C6D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6D6E on black background.


Color preview on white background

This text has color #5C6D6E on white background.



Black color preview on #5C6D6E background

This text has black color on #5C6D6E background.


White color preview on #5C6D6E background

This text has white color on #5C6D6E background.