COLOR #5E5B66

HEX: #5E5B66
RGB: (94,91,102)

Color info

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

RGB color model

#5E5B66 color RGB value is (94,91,102).

  • red value is 94;
  • green value is 91;
  • blue value is 102.
RGB:
(94,91,102)
(37%,36%,40%)

RGB channels and saturation

R 94 of 255 = 37%
G 91 of 255 = 36%
B 102 of 255 = 40%

94
91
102

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

Portions of RGB colors in percentages

R + G + B =
94 + 91 + 102 = 287 (100%)
R 94 of 287 ~ 32.75%
G 91 of 287 ~ 31.71%
B 102 of 287 ~ 35.54%

%32.75
%31.71
%35.54

CMYK color model

#5E5B66 color CMYK value is (8,11,0,60).

  • cyan value is 7.84%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(8,11,0,60)
C8M11Y0K60 
(8%,11%,0%,60%)
(0.08/0.11/0.00/0.60)	

CMYK percentages

%7.84
%10.78
%0
%60

Codes

Color #5E5B66 in popluar color models

5E5B66
RGB9491102
HSL256°5.70%37.84%
HSB/HSV256°10.78%40.00%
CMYK7.84%10.78%0.00%
60.00%

Color #5E5B66 in popluar number systems.

HEX5E5B66
Decimal9491102
Binary101111010110111100110
Octal136133146

Shades and tints

Shades of #5E5B66

#5E5B66
(94,91,102)
#56535D
(86,83,93)
#4E4B54
(78,75,84)
#46434B
(70,67,75)
#3E3B42
(62,59,66)
#363339
(54,51,57)
#2E2B30
(46,43,48)
#262327
(38,35,39)
#1E1B1E
(30,27,30)
#161315
(22,19,21)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #5E5B66

#5E5B66
(94,91,102)
#6C6973
(108,105,115)
#7A7780
(122,119,128)
#88858D
(136,133,141)
#96939A
(150,147,154)
#A4A1A7
(164,161,167)
#B2AFB4
(178,175,180)
#C0BDC1
(192,189,193)
#CECBCE
(206,203,206)
#DCD9DB
(220,217,219)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5B66 color. Also use rgb(94,91,102) instead hex code.

Text Font Color

.myTextColor { color: #5E5B66; }

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

This text font color is #5E5B66.


Background Color

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

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

This div background color is #5E5B66.


Border color

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

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

This div border color is #5E5B66.


Opacity

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

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

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

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

This text has shadow with #5E5B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5B66 on black background.


Color preview on white background

This text has color #5E5B66 on white background.



Black color preview on #5E5B66 background

This text has black color on #5E5B66 background.


White color preview on #5E5B66 background

This text has white color on #5E5B66 background.