COLOR #5C6D6B

HEX: #5C6D6B
RGB: (92,109,107)

Color info

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

RGB color model

#5C6D6B color RGB value is (92,109,107).

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

RGB channels and saturation

R 92 of 255 = 36%
G 109 of 255 = 43%
B 107 of 255 = 42%

92
109
107

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

Portions of RGB colors in percentages

R + G + B =
92 + 109 + 107 = 308 (100%)
R 92 of 308 ~ 29.87%
G 109 of 308 ~ 35.39%
B 107 of 308 ~ 34.74%

%29.87
%35.39
%34.74

CMYK color model

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

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(16,0,2,57)
C16M0Y2K57 
(16%,0%,2%,57%)
(0.16/0.00/0.02/0.57)	

CMYK percentages

%15.6
%0
%1.83
%57.25

Codes

Color #5C6D6B in popluar color models

5C6D6B
RGB92109107
HSL173°8.46%39.41%
HSB/HSV173°15.60%42.75%
CMYK15.60%0.00%1.83%
57.25%

Color #5C6D6B in popluar number systems.

HEX5C6D6B
Decimal92109107
Binary101110011011011101011
Octal134155153

Shades and tints

Shades of #5C6D6B

#5C6D6B
(92,109,107)
#546462
(84,100,98)
#4C5B59
(76,91,89)
#445250
(68,82,80)
#3C4947
(60,73,71)
#34403E
(52,64,62)
#2C3735
(44,55,53)
#242E2C
(36,46,44)
#1C2523
(28,37,35)
#141C1A
(20,28,26)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #5C6D6B

#5C6D6B
(92,109,107)
#6A7A78
(106,122,120)
#788785
(120,135,133)
#869492
(134,148,146)
#94A19F
(148,161,159)
#A2AEAC
(162,174,172)
#B0BBB9
(176,187,185)
#BEC8C6
(190,200,198)
#CCD5D3
(204,213,211)
#DAE2E0
(218,226,224)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6D6B; }

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

This text font color is #5C6D6B.


Background Color

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

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

This div background color is #5C6D6B.


Border color

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

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

This div border color is #5C6D6B.


Opacity

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

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

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

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

This text has shadow with #5C6D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6D6B on black background.


Color preview on white background

This text has color #5C6D6B on white background.



Black color preview on #5C6D6B background

This text has black color on #5C6D6B background.


White color preview on #5C6D6B background

This text has white color on #5C6D6B background.