COLOR #5E4C95

HEX: #5E4C95
RGB: (94,76,149)

Color info

#5E4C95 contains mainly red and blue colors. Web safe color of #5E4C95 is #663399 (or #639).

RGB color model

#5E4C95 color RGB value is (94,76,149).

  • red value is 94;
  • green value is 76;
  • blue value is 149.
RGB:
(94,76,149)
(37%,30%,58%)

RGB channels and saturation

R 94 of 255 = 37%
G 76 of 255 = 30%
B 149 of 255 = 58%

94
76
149

R + G + B ~ 42%. #5E4C95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 76 + 149 = 319 (100%)
R 94 of 319 ~ 29.47%
G 76 of 319 ~ 23.82%
B 149 of 319 ~ 46.71%

%29.47
%23.82
%46.71

CMYK color model

#5E4C95 color CMYK value is (37,49,0,42).

  • cyan value is 36.91%
  • magenta value is 48.99%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(37,49,0,42)
C37M49Y0K42 
(37%,49%,0%,42%)
(0.37/0.49/0.00/0.42)	

CMYK percentages

%36.91
%48.99
%0
%41.57

Codes

Color #5E4C95 in popluar color models

5E4C95
RGB9476149
HSL255°32.44%44.12%
HSB/HSV255°48.99%58.43%
CMYK36.91%48.99%0.00%
41.57%

Color #5E4C95 in popluar number systems.

HEX5E4C95
Decimal9476149
Binary1011110100110010010101
Octal136114225

Shades and tints

Shades of #5E4C95

#5E4C95
(94,76,149)
#564688
(86,70,136)
#4E407B
(78,64,123)
#463A6E
(70,58,110)
#3E3461
(62,52,97)
#362E54
(54,46,84)
#2E2847
(46,40,71)
#26223A
(38,34,58)
#1E1C2D
(30,28,45)
#161620
(22,22,32)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #5E4C95

#5E4C95
(94,76,149)
#6C5C9E
(108,92,158)
#7A6CA7
(122,108,167)
#887CB0
(136,124,176)
#968CB9
(150,140,185)
#A49CC2
(164,156,194)
#B2ACCB
(178,172,203)
#C0BCD4
(192,188,212)
#CECCDD
(206,204,221)
#DCDCE6
(220,220,230)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4C95 color. Also use rgb(94,76,149) instead hex code.

Text Font Color

.myTextColor { color: #5E4C95; }

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

This text font color is #5E4C95.


Background Color

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

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

This div background color is #5E4C95.


Border color

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

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

This div border color is #5E4C95.


Opacity

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

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

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

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

This text has shadow with #5E4C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4C95 on black background.


Color preview on white background

This text has color #5E4C95 on white background.



Black color preview on #5E4C95 background

This text has black color on #5E4C95 background.


White color preview on #5E4C95 background

This text has white color on #5E4C95 background.