COLOR #5C6474

HEX: #5C6474
RGB: (92,100,116)

Color info

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

RGB color model

#5C6474 color RGB value is (92,100,116).

  • red value is 92;
  • green value is 100;
  • blue value is 116.
RGB:
(92,100,116)
(36%,39%,45%)

RGB channels and saturation

R 92 of 255 = 36%
G 100 of 255 = 39%
B 116 of 255 = 45%

92
100
116

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

Portions of RGB colors in percentages

R + G + B =
92 + 100 + 116 = 308 (100%)
R 92 of 308 ~ 29.87%
G 100 of 308 ~ 32.47%
B 116 of 308 ~ 37.66%

%29.87
%32.47
%37.66

CMYK color model

#5C6474 color CMYK value is (21,14,0,55).

  • cyan value is 20.69%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(21,14,0,55)
C21M14Y0K55 
(21%,14%,0%,55%)
(0.21/0.14/0.00/0.55)	

CMYK percentages

%20.69
%13.79
%0
%54.51

Codes

Color #5C6474 in popluar color models

5C6474
RGB92100116
HSL220°11.54%40.78%
HSB/HSV220°20.69%45.49%
CMYK20.69%13.79%0.00%
54.51%

Color #5C6474 in popluar number systems.

HEX5C6474
Decimal92100116
Binary101110011001001110100
Octal134144164

Shades and tints

Shades of #5C6474

#5C6474
(92,100,116)
#545B6A
(84,91,106)
#4C5260
(76,82,96)
#444956
(68,73,86)
#3C404C
(60,64,76)
#343742
(52,55,66)
#2C2E38
(44,46,56)
#24252E
(36,37,46)
#1C1C24
(28,28,36)
#14131A
(20,19,26)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #5C6474

#5C6474
(92,100,116)
#6A7280
(106,114,128)
#78808C
(120,128,140)
#868E98
(134,142,152)
#949CA4
(148,156,164)
#A2AAB0
(162,170,176)
#B0B8BC
(176,184,188)
#BEC6C8
(190,198,200)
#CCD4D4
(204,212,212)
#DAE2E0
(218,226,224)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6474 color. Also use rgb(92,100,116) instead hex code.

Text Font Color

.myTextColor { color: #5C6474; }

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

This text font color is #5C6474.


Background Color

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

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

This div background color is #5C6474.


Border color

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

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

This div border color is #5C6474.


Opacity

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

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

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

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

This text has shadow with #5C6474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6474 on black background.


Color preview on white background

This text has color #5C6474 on white background.



Black color preview on #5C6474 background

This text has black color on #5C6474 background.


White color preview on #5C6474 background

This text has white color on #5C6474 background.