COLOR #5E4E7B

HEX: #5E4E7B
RGB: (94,78,123)

Color info

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

RGB color model

#5E4E7B color RGB value is (94,78,123).

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

RGB channels and saturation

R 94 of 255 = 37%
G 78 of 255 = 31%
B 123 of 255 = 48%

94
78
123

R + G + B ~ 39%. #5E4E7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 78 + 123 = 295 (100%)
R 94 of 295 ~ 31.86%
G 78 of 295 ~ 26.44%
B 123 of 295 ~ 41.69%

%31.86
%26.44
%41.69

CMYK color model

#5E4E7B color CMYK value is (24,37,0,52).

  • cyan value is 23.58%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(24,37,0,52)
C24M37Y0K52 
(24%,37%,0%,52%)
(0.24/0.37/0.00/0.52)	

CMYK percentages

%23.58
%36.59
%0
%51.76

Codes

Color #5E4E7B in popluar color models

5E4E7B
RGB9478123
HSL261°22.39%39.41%
HSB/HSV261°36.59%48.24%
CMYK23.58%36.59%0.00%
51.76%

Color #5E4E7B in popluar number systems.

HEX5E4E7B
Decimal9478123
Binary101111010011101111011
Octal136116173

Shades and tints

Shades of #5E4E7B

#5E4E7B
(94,78,123)
#564770
(86,71,112)
#4E4065
(78,64,101)
#46395A
(70,57,90)
#3E324F
(62,50,79)
#362B44
(54,43,68)
#2E2439
(46,36,57)
#261D2E
(38,29,46)
#1E1623
(30,22,35)
#160F18
(22,15,24)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #5E4E7B

#5E4E7B
(94,78,123)
#6C5E87
(108,94,135)
#7A6E93
(122,110,147)
#887E9F
(136,126,159)
#968EAB
(150,142,171)
#A49EB7
(164,158,183)
#B2AEC3
(178,174,195)
#C0BECF
(192,190,207)
#CECEDB
(206,206,219)
#DCDEE7
(220,222,231)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4E7B; }

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

This text font color is #5E4E7B.


Background Color

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

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

This div background color is #5E4E7B.


Border color

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

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

This div border color is #5E4E7B.


Opacity

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

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

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

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

This text has shadow with #5E4E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4E7B on black background.


Color preview on white background

This text has color #5E4E7B on white background.



Black color preview on #5E4E7B background

This text has black color on #5E4E7B background.


White color preview on #5E4E7B background

This text has white color on #5E4E7B background.