COLOR #5E4778

HEX: #5E4778
RGB: (94,71,120)

Color info

#5E4778 contains red, green and blue colors in about the same proportion. Web safe color of #5E4778 is #663366 (or #636).

RGB color model

#5E4778 color RGB value is (94,71,120).

  • red value is 94;
  • green value is 71;
  • blue value is 120.
RGB:
(94,71,120)
(37%,28%,47%)

RGB channels and saturation

R 94 of 255 = 37%
G 71 of 255 = 28%
B 120 of 255 = 47%

94
71
120

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

Portions of RGB colors in percentages

R + G + B =
94 + 71 + 120 = 285 (100%)
R 94 of 285 ~ 32.98%
G 71 of 285 ~ 24.91%
B 120 of 285 ~ 42.11%

%32.98
%24.91
%42.11

CMYK color model

#5E4778 color CMYK value is (22,41,0,53).

  • cyan value is 21.67%
  • magenta value is 40.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(22,41,0,53)
C22M41Y0K53 
(22%,41%,0%,53%)
(0.22/0.41/0.00/0.53)	

CMYK percentages

%21.67
%40.83
%0
%52.94

Codes

Color #5E4778 in popluar color models

5E4778
RGB9471120
HSL268°25.65%37.45%
HSB/HSV268°40.83%47.06%
CMYK21.67%40.83%0.00%
52.94%

Color #5E4778 in popluar number systems.

HEX5E4778
Decimal9471120
Binary101111010001111111000
Octal136107170

Shades and tints

Shades of #5E4778

#5E4778
(94,71,120)
#56416E
(86,65,110)
#4E3B64
(78,59,100)
#46355A
(70,53,90)
#3E2F50
(62,47,80)
#362946
(54,41,70)
#2E233C
(46,35,60)
#261D32
(38,29,50)
#1E1728
(30,23,40)
#16111E
(22,17,30)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #5E4778

#5E4778
(94,71,120)
#6C5784
(108,87,132)
#7A6790
(122,103,144)
#88779C
(136,119,156)
#9687A8
(150,135,168)
#A497B4
(164,151,180)
#B2A7C0
(178,167,192)
#C0B7CC
(192,183,204)
#CEC7D8
(206,199,216)
#DCD7E4
(220,215,228)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4778 color. Also use rgb(94,71,120) instead hex code.

Text Font Color

.myTextColor { color: #5E4778; }

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

This text font color is #5E4778.


Background Color

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

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

This div background color is #5E4778.


Border color

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

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

This div border color is #5E4778.


Opacity

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

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

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

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

This text has shadow with #5E4778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4778 on black background.


Color preview on white background

This text has color #5E4778 on white background.



Black color preview on #5E4778 background

This text has black color on #5E4778 background.


White color preview on #5E4778 background

This text has white color on #5E4778 background.