COLOR #5E6467

HEX: #5E6467
RGB: (94,100,103)

Color info

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

RGB color model

#5E6467 color RGB value is (94,100,103).

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

RGB channels and saturation

R 94 of 255 = 37%
G 100 of 255 = 39%
B 103 of 255 = 40%

94
100
103

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

Portions of RGB colors in percentages

R + G + B =
94 + 100 + 103 = 297 (100%)
R 94 of 297 ~ 31.65%
G 100 of 297 ~ 33.67%
B 103 of 297 ~ 34.68%

%31.65
%33.67
%34.68

CMYK color model

#5E6467 color CMYK value is (9,3,0,60).

  • cyan value is 8.74%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(9,3,0,60)
C9M3Y0K60 
(9%,3%,0%,60%)
(0.09/0.03/0.00/0.60)	

CMYK percentages

%8.74
%2.91
%0
%59.61

Codes

Color #5E6467 in popluar color models

5E6467
RGB94100103
HSL200°4.57%38.63%
HSB/HSV200°8.74%40.39%
CMYK8.74%2.91%0.00%
59.61%

Color #5E6467 in popluar number systems.

HEX5E6467
Decimal94100103
Binary101111011001001100111
Octal136144147

Shades and tints

Shades of #5E6467

#5E6467
(94,100,103)
#565B5E
(86,91,94)
#4E5255
(78,82,85)
#46494C
(70,73,76)
#3E4043
(62,64,67)
#36373A
(54,55,58)
#2E2E31
(46,46,49)
#262528
(38,37,40)
#1E1C1F
(30,28,31)
#161316
(22,19,22)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #5E6467

#5E6467
(94,100,103)
#6C7274
(108,114,116)
#7A8081
(122,128,129)
#888E8E
(136,142,142)
#969C9B
(150,156,155)
#A4AAA8
(164,170,168)
#B2B8B5
(178,184,181)
#C0C6C2
(192,198,194)
#CED4CF
(206,212,207)
#DCE2DC
(220,226,220)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6467; }

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

This text font color is #5E6467.


Background Color

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

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

This div background color is #5E6467.


Border color

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

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

This div border color is #5E6467.


Opacity

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

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

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

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

This text has shadow with #5E6467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6467 on black background.


Color preview on white background

This text has color #5E6467 on white background.



Black color preview on #5E6467 background

This text has black color on #5E6467 background.


White color preview on #5E6467 background

This text has white color on #5E6467 background.