COLOR #5C6A6B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
106
107

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

Portions of RGB colors in percentages

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

%30.16
%34.75
%35.08

CMYK color model

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

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

CMYK percentages

%14.02
%0.93
%0
%58.04

Codes

Color #5C6A6B in popluar color models

5C6A6B
RGB92106107
HSL184°7.54%39.02%
HSB/HSV184°14.02%41.96%
CMYK14.02%0.93%0.00%
58.04%

Color #5C6A6B in popluar number systems.

HEX5C6A6B
Decimal92106107
Binary101110011010101101011
Octal134152153

Shades and tints

Shades of #5C6A6B

#5C6A6B
(92,106,107)
#546162
(84,97,98)
#4C5859
(76,88,89)
#444F50
(68,79,80)
#3C4647
(60,70,71)
#343D3E
(52,61,62)
#2C3435
(44,52,53)
#242B2C
(36,43,44)
#1C2223
(28,34,35)
#14191A
(20,25,26)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #5C6A6B

#5C6A6B
(92,106,107)
#6A7778
(106,119,120)
#788485
(120,132,133)
#869192
(134,145,146)
#949E9F
(148,158,159)
#A2ABAC
(162,171,172)
#B0B8B9
(176,184,185)
#BEC5C6
(190,197,198)
#CCD2D3
(204,210,211)
#DADFE0
(218,223,224)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6A6B; }

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

This text font color is #5C6A6B.


Background Color

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

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

This div background color is #5C6A6B.


Border color

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

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

This div border color is #5C6A6B.


Opacity

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

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

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

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

This text has shadow with #5C6A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6A6B on black background.


Color preview on white background

This text has color #5C6A6B on white background.



Black color preview on #5C6A6B background

This text has black color on #5C6A6B background.


White color preview on #5C6A6B background

This text has white color on #5C6A6B background.