COLOR #5E4E77

HEX: #5E4E77
RGB: (94,78,119)

Color info

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

RGB color model

#5E4E77 color RGB value is (94,78,119).

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

RGB channels and saturation

R 94 of 255 = 37%
G 78 of 255 = 31%
B 119 of 255 = 47%

94
78
119

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

Portions of RGB colors in percentages

R + G + B =
94 + 78 + 119 = 291 (100%)
R 94 of 291 ~ 32.3%
G 78 of 291 ~ 26.8%
B 119 of 291 ~ 40.89%

%32.3
%26.8
%40.89

CMYK color model

#5E4E77 color CMYK value is (21,34,0,53).

  • cyan value is 21.01%
  • magenta value is 34.45%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(21,34,0,53)
C21M34Y0K53 
(21%,34%,0%,53%)
(0.21/0.34/0.00/0.53)	

CMYK percentages

%21.01
%34.45
%0
%53.33

Codes

Color #5E4E77 in popluar color models

5E4E77
RGB9478119
HSL263°20.81%38.63%
HSB/HSV263°34.45%46.67%
CMYK21.01%34.45%0.00%
53.33%

Color #5E4E77 in popluar number systems.

HEX5E4E77
Decimal9478119
Binary101111010011101110111
Octal136116167

Shades and tints

Shades of #5E4E77

#5E4E77
(94,78,119)
#56476D
(86,71,109)
#4E4063
(78,64,99)
#463959
(70,57,89)
#3E324F
(62,50,79)
#362B45
(54,43,69)
#2E243B
(46,36,59)
#261D31
(38,29,49)
#1E1627
(30,22,39)
#160F1D
(22,15,29)
#0E0813
(14,8,19)
#000000
(0,0,0)

Tints of #5E4E77

#5E4E77
(94,78,119)
#6C5E83
(108,94,131)
#7A6E8F
(122,110,143)
#887E9B
(136,126,155)
#968EA7
(150,142,167)
#A49EB3
(164,158,179)
#B2AEBF
(178,174,191)
#C0BECB
(192,190,203)
#CECED7
(206,206,215)
#DCDEE3
(220,222,227)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4E77; }

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

This text font color is #5E4E77.


Background Color

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

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

This div background color is #5E4E77.


Border color

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

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

This div border color is #5E4E77.


Opacity

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

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

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

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

This text has shadow with #5E4E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4E77 on black background.


Color preview on white background

This text has color #5E4E77 on white background.



Black color preview on #5E4E77 background

This text has black color on #5E4E77 background.


White color preview on #5E4E77 background

This text has white color on #5E4E77 background.