COLOR #5E6E6F

HEX: #5E6E6F
RGB: (94,110,111)

Color info

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

RGB color model

#5E6E6F color RGB value is (94,110,111).

  • red value is 94;
  • green value is 110;
  • blue value is 111.
RGB:
(94,110,111)
(37%,43%,44%)

RGB channels and saturation

R 94 of 255 = 37%
G 110 of 255 = 43%
B 111 of 255 = 44%

94
110
111

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

Portions of RGB colors in percentages

R + G + B =
94 + 110 + 111 = 315 (100%)
R 94 of 315 ~ 29.84%
G 110 of 315 ~ 34.92%
B 111 of 315 ~ 35.24%

%29.84
%34.92
%35.24

CMYK color model

#5E6E6F color CMYK value is (15,1,0,56).

  • cyan value is 15.32%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(15,1,0,56)
C15M1Y0K56 
(15%,1%,0%,56%)
(0.15/0.01/0.00/0.56)	

CMYK percentages

%15.32
%0.9
%0
%56.47

Codes

Color #5E6E6F in popluar color models

5E6E6F
RGB94110111
HSL184°8.29%40.20%
HSB/HSV184°15.32%43.53%
CMYK15.32%0.90%0.00%
56.47%

Color #5E6E6F in popluar number systems.

HEX5E6E6F
Decimal94110111
Binary101111011011101101111
Octal136156157

Shades and tints

Shades of #5E6E6F

#5E6E6F
(94,110,111)
#566465
(86,100,101)
#4E5A5B
(78,90,91)
#465051
(70,80,81)
#3E4647
(62,70,71)
#363C3D
(54,60,61)
#2E3233
(46,50,51)
#262829
(38,40,41)
#1E1E1F
(30,30,31)
#161415
(22,20,21)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #5E6E6F

#5E6E6F
(94,110,111)
#6C7B7C
(108,123,124)
#7A8889
(122,136,137)
#889596
(136,149,150)
#96A2A3
(150,162,163)
#A4AFB0
(164,175,176)
#B2BCBD
(178,188,189)
#C0C9CA
(192,201,202)
#CED6D7
(206,214,215)
#DCE3E4
(220,227,228)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6E6F color. Also use rgb(94,110,111) instead hex code.

Text Font Color

.myTextColor { color: #5E6E6F; }

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

This text font color is #5E6E6F.


Background Color

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

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

This div background color is #5E6E6F.


Border color

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

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

This div border color is #5E6E6F.


Opacity

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

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

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

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

This text has shadow with #5E6E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6E6F on black background.


Color preview on white background

This text has color #5E6E6F on white background.



Black color preview on #5E6E6F background

This text has black color on #5E6E6F background.


White color preview on #5E6E6F background

This text has white color on #5E6E6F background.