COLOR #5E4E6A

HEX: #5E4E6A
RGB: (94,78,106)

Color info

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

RGB color model

#5E4E6A color RGB value is (94,78,106).

  • red value is 94;
  • green value is 78;
  • blue value is 106.
RGB:
(94,78,106)
(37%,31%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 78 of 255 = 31%
B 106 of 255 = 42%

94
78
106

R + G + B ~ 37%. #5E4E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 78 + 106 = 278 (100%)
R 94 of 278 ~ 33.81%
G 78 of 278 ~ 28.06%
B 106 of 278 ~ 38.13%

%33.81
%28.06
%38.13

CMYK color model

#5E4E6A color CMYK value is (11,26,0,58).

  • cyan value is 11.32%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(11,26,0,58)
C11M26Y0K58 
(11%,26%,0%,58%)
(0.11/0.26/0.00/0.58)	

CMYK percentages

%11.32
%26.42
%0
%58.43

Codes

Color #5E4E6A in popluar color models

5E4E6A
RGB9478106
HSL274°15.22%36.08%
HSB/HSV274°26.42%41.57%
CMYK11.32%26.42%0.00%
58.43%

Color #5E4E6A in popluar number systems.

HEX5E4E6A
Decimal9478106
Binary101111010011101101010
Octal136116152

Shades and tints

Shades of #5E4E6A

#5E4E6A
(94,78,106)
#564761
(86,71,97)
#4E4058
(78,64,88)
#46394F
(70,57,79)
#3E3246
(62,50,70)
#362B3D
(54,43,61)
#2E2434
(46,36,52)
#261D2B
(38,29,43)
#1E1622
(30,22,34)
#160F19
(22,15,25)
#0E0810
(14,8,16)
#000000
(0,0,0)

Tints of #5E4E6A

#5E4E6A
(94,78,106)
#6C5E77
(108,94,119)
#7A6E84
(122,110,132)
#887E91
(136,126,145)
#968E9E
(150,142,158)
#A49EAB
(164,158,171)
#B2AEB8
(178,174,184)
#C0BEC5
(192,190,197)
#CECED2
(206,206,210)
#DCDEDF
(220,222,223)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4E6A color. Also use rgb(94,78,106) instead hex code.

Text Font Color

.myTextColor { color: #5E4E6A; }

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

This text font color is #5E4E6A.


Background Color

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

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

This div background color is #5E4E6A.


Border color

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

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

This div border color is #5E4E6A.


Opacity

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

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

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

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

This text has shadow with #5E4E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4E6A on black background.


Color preview on white background

This text has color #5E4E6A on white background.



Black color preview on #5E4E6A background

This text has black color on #5E4E6A background.


White color preview on #5E4E6A background

This text has white color on #5E4E6A background.