COLOR #5E6460

HEX: #5E6460
RGB: (94,100,96)

Color info

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

RGB color model

#5E6460 color RGB value is (94,100,96).

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

RGB channels and saturation

R 94 of 255 = 37%
G 100 of 255 = 39%
B 96 of 255 = 38%

94
100
96

R + G + B ~ 38%. #5E6460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 100 + 96 = 290 (100%)
R 94 of 290 ~ 32.41%
G 100 of 290 ~ 34.48%
B 96 of 290 ~ 33.1%

%32.41
%34.48
%33.1

CMYK color model

#5E6460 color CMYK value is (6,0,4,61).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 60.78%
CMYK:
(6,0,4,61)
C6M0Y4K61 
(6%,0%,4%,61%)
(0.06/0.00/0.04/0.61)	

CMYK percentages

%6
%0
%4
%60.78

Codes

Color #5E6460 in popluar color models

5E6460
RGB9410096
HSL140°3.09%38.04%
HSB/HSV140°6.00%39.22%
CMYK6.00%0.00%4.00%
60.78%

Color #5E6460 in popluar number systems.

HEX5E6460
Decimal9410096
Binary101111011001001100000
Octal136144140

Shades and tints

Shades of #5E6460

#5E6460
(94,100,96)
#565B58
(86,91,88)
#4E5250
(78,82,80)
#464948
(70,73,72)
#3E4040
(62,64,64)
#363738
(54,55,56)
#2E2E30
(46,46,48)
#262528
(38,37,40)
#1E1C20
(30,28,32)
#161318
(22,19,24)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #5E6460

#5E6460
(94,100,96)
#6C726E
(108,114,110)
#7A807C
(122,128,124)
#888E8A
(136,142,138)
#969C98
(150,156,152)
#A4AAA6
(164,170,166)
#B2B8B4
(178,184,180)
#C0C6C2
(192,198,194)
#CED4D0
(206,212,208)
#DCE2DE
(220,226,222)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6460; }

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

This text font color is #5E6460.


Background Color

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

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

This div background color is #5E6460.


Border color

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

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

This div border color is #5E6460.


Opacity

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

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

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

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

This text has shadow with #5E6460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6460 on black background.


Color preview on white background

This text has color #5E6460 on white background.



Black color preview on #5E6460 background

This text has black color on #5E6460 background.


White color preview on #5E6460 background

This text has white color on #5E6460 background.