COLOR #5E5C74

HEX: #5E5C74
RGB: (94,92,116)

Color info

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

RGB color model

#5E5C74 color RGB value is (94,92,116).

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

RGB channels and saturation

R 94 of 255 = 37%
G 92 of 255 = 36%
B 116 of 255 = 45%

94
92
116

R + G + B ~ 39%. #5E5C74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 92 + 116 = 302 (100%)
R 94 of 302 ~ 31.13%
G 92 of 302 ~ 30.46%
B 116 of 302 ~ 38.41%

%31.13
%30.46
%38.41

CMYK color model

#5E5C74 color CMYK value is (19,21,0,55).

  • cyan value is 18.97%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(19,21,0,55)
C19M21Y0K55 
(19%,21%,0%,55%)
(0.19/0.21/0.00/0.55)	

CMYK percentages

%18.97
%20.69
%0
%54.51

Codes

Color #5E5C74 in popluar color models

5E5C74
RGB9492116
HSL245°11.54%40.78%
HSB/HSV245°20.69%45.49%
CMYK18.97%20.69%0.00%
54.51%

Color #5E5C74 in popluar number systems.

HEX5E5C74
Decimal9492116
Binary101111010111001110100
Octal136134164

Shades and tints

Shades of #5E5C74

#5E5C74
(94,92,116)
#56546A
(86,84,106)
#4E4C60
(78,76,96)
#464456
(70,68,86)
#3E3C4C
(62,60,76)
#363442
(54,52,66)
#2E2C38
(46,44,56)
#26242E
(38,36,46)
#1E1C24
(30,28,36)
#16141A
(22,20,26)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #5E5C74

#5E5C74
(94,92,116)
#6C6A80
(108,106,128)
#7A788C
(122,120,140)
#888698
(136,134,152)
#9694A4
(150,148,164)
#A4A2B0
(164,162,176)
#B2B0BC
(178,176,188)
#C0BEC8
(192,190,200)
#CECCD4
(206,204,212)
#DCDAE0
(220,218,224)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5C74; }

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

This text font color is #5E5C74.


Background Color

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

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

This div background color is #5E5C74.


Border color

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

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

This div border color is #5E5C74.


Opacity

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

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

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

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

This text has shadow with #5E5C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5C74 on black background.


Color preview on white background

This text has color #5E5C74 on white background.



Black color preview on #5E5C74 background

This text has black color on #5E5C74 background.


White color preview on #5E5C74 background

This text has white color on #5E5C74 background.