COLOR #5E3995

HEX: #5E3995
RGB: (94,57,149)

Color info

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

RGB color model

#5E3995 color RGB value is (94,57,149).

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

RGB channels and saturation

R 94 of 255 = 37%
G 57 of 255 = 22%
B 149 of 255 = 58%

94
57
149

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

Portions of RGB colors in percentages

R + G + B =
94 + 57 + 149 = 300 (100%)
R 94 of 300 ~ 31.33%
G 57 of 300 ~ 19%
B 149 of 300 ~ 49.67%

%31.33
%19
%49.67

CMYK color model

#5E3995 color CMYK value is (37,62,0,42).

  • cyan value is 36.91%
  • magenta value is 61.74%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(37,62,0,42)
C37M62Y0K42 
(37%,62%,0%,42%)
(0.37/0.62/0.00/0.42)	

CMYK percentages

%36.91
%61.74
%0
%41.57

Codes

Color #5E3995 in popluar color models

5E3995
RGB9457149
HSL264°44.66%40.39%
HSB/HSV264°61.74%58.43%
CMYK36.91%61.74%0.00%
41.57%

Color #5E3995 in popluar number systems.

HEX5E3995
Decimal9457149
Binary101111011100110010101
Octal13671225

Shades and tints

Shades of #5E3995

#5E3995
(94,57,149)
#563488
(86,52,136)
#4E2F7B
(78,47,123)
#462A6E
(70,42,110)
#3E2561
(62,37,97)
#362054
(54,32,84)
#2E1B47
(46,27,71)
#26163A
(38,22,58)
#1E112D
(30,17,45)
#160C20
(22,12,32)
#0E0713
(14,7,19)
#000000
(0,0,0)

Tints of #5E3995

#5E3995
(94,57,149)
#6C4B9E
(108,75,158)
#7A5DA7
(122,93,167)
#886FB0
(136,111,176)
#9681B9
(150,129,185)
#A493C2
(164,147,194)
#B2A5CB
(178,165,203)
#C0B7D4
(192,183,212)
#CEC9DD
(206,201,221)
#DCDBE6
(220,219,230)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3995; }

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

This text font color is #5E3995.


Background Color

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

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

This div background color is #5E3995.


Border color

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

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

This div border color is #5E3995.


Opacity

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

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

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

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

This text has shadow with #5E3995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3995 on black background.


Color preview on white background

This text has color #5E3995 on white background.



Black color preview on #5E3995 background

This text has black color on #5E3995 background.


White color preview on #5E3995 background

This text has white color on #5E3995 background.