COLOR #5E5060

HEX: #5E5060
RGB: (94,80,96)

Color info

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

RGB color model

#5E5060 color RGB value is (94,80,96).

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

RGB channels and saturation

R 94 of 255 = 37%
G 80 of 255 = 31%
B 96 of 255 = 38%

94
80
96

R + G + B ~ 35%. #5E5060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 80 + 96 = 270 (100%)
R 94 of 270 ~ 34.81%
G 80 of 270 ~ 29.63%
B 96 of 270 ~ 35.56%

%34.81
%29.63
%35.56

CMYK color model

#5E5060 color CMYK value is (2,17,0,62).

  • cyan value is 2.08%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(2,17,0,62)
C2M17Y0K62 
(2%,17%,0%,62%)
(0.02/0.17/0.00/0.62)	

CMYK percentages

%2.08
%16.67
%0
%62.35

Codes

Color #5E5060 in popluar color models

5E5060
RGB948096
HSL293°9.09%34.51%
HSB/HSV293°16.67%37.65%
CMYK2.08%16.67%0.00%
62.35%

Color #5E5060 in popluar number systems.

HEX5E5060
Decimal948096
Binary101111010100001100000
Octal136120140

Shades and tints

Shades of #5E5060

#5E5060
(94,80,96)
#564958
(86,73,88)
#4E4250
(78,66,80)
#463B48
(70,59,72)
#3E3440
(62,52,64)
#362D38
(54,45,56)
#2E2630
(46,38,48)
#261F28
(38,31,40)
#1E1820
(30,24,32)
#161118
(22,17,24)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #5E5060

#5E5060
(94,80,96)
#6C5F6E
(108,95,110)
#7A6E7C
(122,110,124)
#887D8A
(136,125,138)
#968C98
(150,140,152)
#A49BA6
(164,155,166)
#B2AAB4
(178,170,180)
#C0B9C2
(192,185,194)
#CEC8D0
(206,200,208)
#DCD7DE
(220,215,222)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5060; }

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

This text font color is #5E5060.


Background Color

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

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

This div background color is #5E5060.


Border color

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

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

This div border color is #5E5060.


Opacity

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

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

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

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

This text has shadow with #5E5060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5060 on black background.


Color preview on white background

This text has color #5E5060 on white background.



Black color preview on #5E5060 background

This text has black color on #5E5060 background.


White color preview on #5E5060 background

This text has white color on #5E5060 background.