COLOR #5E6473

HEX: #5E6473
RGB: (94,100,115)

Color info

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

RGB color model

#5E6473 color RGB value is (94,100,115).

  • red value is 94;
  • green value is 100;
  • blue value is 115.
RGB:
(94,100,115)
(37%,39%,45%)

RGB channels and saturation

R 94 of 255 = 37%
G 100 of 255 = 39%
B 115 of 255 = 45%

94
100
115

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

Portions of RGB colors in percentages

R + G + B =
94 + 100 + 115 = 309 (100%)
R 94 of 309 ~ 30.42%
G 100 of 309 ~ 32.36%
B 115 of 309 ~ 37.22%

%30.42
%32.36
%37.22

CMYK color model

#5E6473 color CMYK value is (18,13,0,55).

  • cyan value is 18.26%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(18,13,0,55)
C18M13Y0K55 
(18%,13%,0%,55%)
(0.18/0.13/0.00/0.55)	

CMYK percentages

%18.26
%13.04
%0
%54.9

Codes

Color #5E6473 in popluar color models

5E6473
RGB94100115
HSL223°10.05%40.98%
HSB/HSV223°18.26%45.10%
CMYK18.26%13.04%0.00%
54.90%

Color #5E6473 in popluar number systems.

HEX5E6473
Decimal94100115
Binary101111011001001110011
Octal136144163

Shades and tints

Shades of #5E6473

#5E6473
(94,100,115)
#565B69
(86,91,105)
#4E525F
(78,82,95)
#464955
(70,73,85)
#3E404B
(62,64,75)
#363741
(54,55,65)
#2E2E37
(46,46,55)
#26252D
(38,37,45)
#1E1C23
(30,28,35)
#161319
(22,19,25)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #5E6473

#5E6473
(94,100,115)
#6C727F
(108,114,127)
#7A808B
(122,128,139)
#888E97
(136,142,151)
#969CA3
(150,156,163)
#A4AAAF
(164,170,175)
#B2B8BB
(178,184,187)
#C0C6C7
(192,198,199)
#CED4D3
(206,212,211)
#DCE2DF
(220,226,223)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6473 color. Also use rgb(94,100,115) instead hex code.

Text Font Color

.myTextColor { color: #5E6473; }

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

This text font color is #5E6473.


Background Color

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

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

This div background color is #5E6473.


Border color

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

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

This div border color is #5E6473.


Opacity

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

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

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

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

This text has shadow with #5E6473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6473 on black background.


Color preview on white background

This text has color #5E6473 on white background.



Black color preview on #5E6473 background

This text has black color on #5E6473 background.


White color preview on #5E6473 background

This text has white color on #5E6473 background.