COLOR #5E5868

HEX: #5E5868
RGB: (94,88,104)

Color info

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

RGB color model

#5E5868 color RGB value is (94,88,104).

  • red value is 94;
  • green value is 88;
  • blue value is 104.
RGB:
(94,88,104)
(37%,35%,41%)

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 104 of 255 = 41%

94
88
104

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

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 104 = 286 (100%)
R 94 of 286 ~ 32.87%
G 88 of 286 ~ 30.77%
B 104 of 286 ~ 36.36%

%32.87
%30.77
%36.36

CMYK color model

#5E5868 color CMYK value is (10,15,0,59).

  • cyan value is 9.62%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(10,15,0,59)
C10M15Y0K59 
(10%,15%,0%,59%)
(0.10/0.15/0.00/0.59)	

CMYK percentages

%9.62
%15.38
%0
%59.22

Codes

Color #5E5868 in popluar color models

5E5868
RGB9488104
HSL263°8.33%37.65%
HSB/HSV263°15.38%40.78%
CMYK9.62%15.38%0.00%
59.22%

Color #5E5868 in popluar number systems.

HEX5E5868
Decimal9488104
Binary101111010110001101000
Octal136130150

Shades and tints

Shades of #5E5868

#5E5868
(94,88,104)
#56505F
(86,80,95)
#4E4856
(78,72,86)
#46404D
(70,64,77)
#3E3844
(62,56,68)
#36303B
(54,48,59)
#2E2832
(46,40,50)
#262029
(38,32,41)
#1E1820
(30,24,32)
#161017
(22,16,23)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #5E5868

#5E5868
(94,88,104)
#6C6775
(108,103,117)
#7A7682
(122,118,130)
#88858F
(136,133,143)
#96949C
(150,148,156)
#A4A3A9
(164,163,169)
#B2B2B6
(178,178,182)
#C0C1C3
(192,193,195)
#CED0D0
(206,208,208)
#DCDFDD
(220,223,221)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5868 color. Also use rgb(94,88,104) instead hex code.

Text Font Color

.myTextColor { color: #5E5868; }

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

This text font color is #5E5868.


Background Color

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

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

This div background color is #5E5868.


Border color

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

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

This div border color is #5E5868.


Opacity

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

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

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

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

This text has shadow with #5E5868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5868 on black background.


Color preview on white background

This text has color #5E5868 on white background.



Black color preview on #5E5868 background

This text has black color on #5E5868 background.


White color preview on #5E5868 background

This text has white color on #5E5868 background.