COLOR #5C6B78

HEX: #5C6B78 RGB: (92,107,120)

Color info

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

RGB color model

#5C6B78 color RGB value is (92,107,120).

RGB: (92,107,120) (36%, 42%, 47%)

RGB channels and saturation

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

92
107
120

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

Portions of RGB colors in percentages

R + G + B = 92 + 107 + 120 = 319 (100%)
R 92 of 319 ~ 28.84%
G 107 of 319 ~ 33.54%
B 120 of 319 ~ 37.62'%

%28.84
%33.54
%37.62

CMYK color model

#5C6B78 color CMYK value is (23,11,0,53).

  • cyan value is 23.33%
  • magenta value is 10.83%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (23,11,0,53)
C23M11Y0K53 (23%, 11%, 0%, 53%)
(0.23 / 0.11 / 0.00 / 0.53)

CMYK percentages

%23.33
%10.83
%0
%52.94

Codes

Color #5C6B78 in popluar color models

5C 6B 78
RGB 92 107 120
HSL 208° 13.21% 41.57%
HSB/HSV 208° 23.33% 47.06%
CMYK 23.33% 10.83% 0.00%
52.94%

Color #5C6B78 in popluar number systems.

HEX 5C 6B 78
Decimal 92 107 120
Binary 1011100 1101011 1111000
Octal 134 153 170

Shades and tints

Shades of #5C6B78

#5C6B78
(92,107,120)
#54626E
(84,98,110)
#4C5964
(76,89,100)
#44505A
(68,80,90)
#3C4750
(60,71,80)
#343E46
(52,62,70)
#2C353C
(44,53,60)
#242C32
(36,44,50)
#1C2328
(28,35,40)
#141A1E
(20,26,30)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #5C6B78

#5C6B78
(92,107,120)
#6A7884
(106,120,132)
#788590
(120,133,144)
#86929C
(134,146,156)
#949FA8
(148,159,168)
#A2ACB4
(162,172,180)
#B0B9C0
(176,185,192)
#BEC6CC
(190,198,204)
#CCD3D8
(204,211,216)
#DAE0E4
(218,224,228)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6B78; }

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

This text font color is #5C6B78.

Background Color

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

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

This div background color is #5C6B78.

Border color

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

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

This div border color is #5C6B78.

Opacity

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

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

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

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

This text has shadow with #5C6B78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6B78.

Preview

Color preview on black background

This text has color #5C6B78 on black background.


Color preview on white background

This text has color #5C6B78 on white background.


Black color preview on #5C6B78 background

This text has black color on #5C6B78 background.


White color preview on #5C6B78 background

This text has white color on #5C6B78 background.


Related colors

Complementary color

Complementary color for #hex is #A39487.


I love getcolorcode.com

Triadic colors

1 #785C6B and #6B785C with #5C6B78 are triadic colors.

2 #786B5C and #6B5C78 with #5C6B78 are triadic colors.