COLOR #5C6B6A

HEX: #5C6B6A
RGB: (92,107,106)

Color info

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

RGB color model

#5C6B6A color RGB value is (92,107,106).

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

RGB channels and saturation

R 92 of 255 = 36%
G 107 of 255 = 42%
B 106 of 255 = 42%

92
107
106

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

Portions of RGB colors in percentages

R + G + B =
92 + 107 + 106 = 305 (100%)
R 92 of 305 ~ 30.16%
G 107 of 305 ~ 35.08%
B 106 of 305 ~ 34.75%

%30.16
%35.08
%34.75

CMYK color model

#5C6B6A color CMYK value is (14,0,1,58).

  • cyan value is 14.02%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(14,0,1,58)
C14M0Y1K58 
(14%,0%,1%,58%)
(0.14/0.00/0.01/0.58)	

CMYK percentages

%14.02
%0
%0.93
%58.04

Codes

Color #5C6B6A in popluar color models

5C6B6A
RGB92107106
HSL176°7.54%39.02%
HSB/HSV176°14.02%41.96%
CMYK14.02%0.00%0.93%
58.04%

Color #5C6B6A in popluar number systems.

HEX5C6B6A
Decimal92107106
Binary101110011010111101010
Octal134153152

Shades and tints

Shades of #5C6B6A

#5C6B6A
(92,107,106)
#546261
(84,98,97)
#4C5958
(76,89,88)
#44504F
(68,80,79)
#3C4746
(60,71,70)
#343E3D
(52,62,61)
#2C3534
(44,53,52)
#242C2B
(36,44,43)
#1C2322
(28,35,34)
#141A19
(20,26,25)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #5C6B6A

#5C6B6A
(92,107,106)
#6A7877
(106,120,119)
#788584
(120,133,132)
#869291
(134,146,145)
#949F9E
(148,159,158)
#A2ACAB
(162,172,171)
#B0B9B8
(176,185,184)
#BEC6C5
(190,198,197)
#CCD3D2
(204,211,210)
#DAE0DF
(218,224,223)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6B6A; }

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

This text font color is #5C6B6A.


Background Color

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

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

This div background color is #5C6B6A.


Border color

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

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

This div border color is #5C6B6A.


Opacity

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

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

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

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

This text has shadow with #5C6B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6B6A on black background.


Color preview on white background

This text has color #5C6B6A on white background.



Black color preview on #5C6B6A background

This text has black color on #5C6B6A background.


White color preview on #5C6B6A background

This text has white color on #5C6B6A background.