COLOR #5C6978

HEX: #5C6978
RGB: (92,105,120)

Color info

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

RGB color model

#5C6978 color RGB value is (92,105,120).

  • red value is 92;
  • green value is 105;
  • blue value is 120.
RGB:
(92,105,120)
(36%,41%,47%)

RGB channels and saturation

R 92 of 255 = 36%
G 105 of 255 = 41%
B 120 of 255 = 47%

92
105
120

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

Portions of RGB colors in percentages

R + G + B =
92 + 105 + 120 = 317 (100%)
R 92 of 317 ~ 29.02%
G 105 of 317 ~ 33.12%
B 120 of 317 ~ 37.85%

%29.02
%33.12
%37.85

CMYK color model

#5C6978 color CMYK value is (23,13,0,53).

  • cyan value is 23.33%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(23,13,0,53)
C23M13Y0K53 
(23%,13%,0%,53%)
(0.23/0.13/0.00/0.53)	

CMYK percentages

%23.33
%12.5
%0
%52.94

Codes

Color #5C6978 in popluar color models

5C6978
RGB92105120
HSL212°13.21%41.57%
HSB/HSV212°23.33%47.06%
CMYK23.33%12.50%0.00%
52.94%

Color #5C6978 in popluar number systems.

HEX5C6978
Decimal92105120
Binary101110011010011111000
Octal134151170

Shades and tints

Shades of #5C6978

#5C6978
(92,105,120)
#54606E
(84,96,110)
#4C5764
(76,87,100)
#444E5A
(68,78,90)
#3C4550
(60,69,80)
#343C46
(52,60,70)
#2C333C
(44,51,60)
#242A32
(36,42,50)
#1C2128
(28,33,40)
#14181E
(20,24,30)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #5C6978

#5C6978
(92,105,120)
#6A7684
(106,118,132)
#788390
(120,131,144)
#86909C
(134,144,156)
#949DA8
(148,157,168)
#A2AAB4
(162,170,180)
#B0B7C0
(176,183,192)
#BEC4CC
(190,196,204)
#CCD1D8
(204,209,216)
#DADEE4
(218,222,228)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6978 color. Also use rgb(92,105,120) instead hex code.

Text Font Color

.myTextColor { color: #5C6978; }

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

This text font color is #5C6978.


Background Color

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

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

This div background color is #5C6978.


Border color

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

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

This div border color is #5C6978.


Opacity

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

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

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

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

This text has shadow with #5C6978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6978 on black background.


Color preview on white background

This text has color #5C6978 on white background.



Black color preview on #5C6978 background

This text has black color on #5C6978 background.


White color preview on #5C6978 background

This text has white color on #5C6978 background.