COLOR #5C6A78

HEX: #5C6A78
RGB: (92,106,120)

Color info

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

RGB color model

#5C6A78 color RGB value is (92,106,120).

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

RGB channels and saturation

R 92 of 255 = 36%
G 106 of 255 = 42%
B 120 of 255 = 47%

92
106
120

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

Portions of RGB colors in percentages

R + G + B =
92 + 106 + 120 = 318 (100%)
R 92 of 318 ~ 28.93%
G 106 of 318 ~ 33.33%
B 120 of 318 ~ 37.74%

%28.93
%33.33
%37.74

CMYK color model

#5C6A78 color CMYK value is (23,12,0,53).

  • cyan value is 23.33%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(23,12,0,53)
C23M12Y0K53 
(23%,12%,0%,53%)
(0.23/0.12/0.00/0.53)	

CMYK percentages

%23.33
%11.67
%0
%52.94

Codes

Color #5C6A78 in popluar color models

5C6A78
RGB92106120
HSL210°13.21%41.57%
HSB/HSV210°23.33%47.06%
CMYK23.33%11.67%0.00%
52.94%

Color #5C6A78 in popluar number systems.

HEX5C6A78
Decimal92106120
Binary101110011010101111000
Octal134152170

Shades and tints

Shades of #5C6A78

#5C6A78
(92,106,120)
#54616E
(84,97,110)
#4C5864
(76,88,100)
#444F5A
(68,79,90)
#3C4650
(60,70,80)
#343D46
(52,61,70)
#2C343C
(44,52,60)
#242B32
(36,43,50)
#1C2228
(28,34,40)
#14191E
(20,25,30)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #5C6A78

#5C6A78
(92,106,120)
#6A7784
(106,119,132)
#788490
(120,132,144)
#86919C
(134,145,156)
#949EA8
(148,158,168)
#A2ABB4
(162,171,180)
#B0B8C0
(176,184,192)
#BEC5CC
(190,197,204)
#CCD2D8
(204,210,216)
#DADFE4
(218,223,228)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6A78; }

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

This text font color is #5C6A78.


Background Color

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

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

This div background color is #5C6A78.


Border color

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

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

This div border color is #5C6A78.


Opacity

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

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

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

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

This text has shadow with #5C6A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6A78 on black background.


Color preview on white background

This text has color #5C6A78 on white background.



Black color preview on #5C6A78 background

This text has black color on #5C6A78 background.


White color preview on #5C6A78 background

This text has white color on #5C6A78 background.