COLOR #5E3E84

HEX: #5E3E84
RGB: (94,62,132)

Color info

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

RGB color model

#5E3E84 color RGB value is (94,62,132).

  • red value is 94;
  • green value is 62;
  • blue value is 132.
RGB:
(94,62,132)
(37%,24%,52%)

RGB channels and saturation

R 94 of 255 = 37%
G 62 of 255 = 24%
B 132 of 255 = 52%

94
62
132

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

Portions of RGB colors in percentages

R + G + B =
94 + 62 + 132 = 288 (100%)
R 94 of 288 ~ 32.64%
G 62 of 288 ~ 21.53%
B 132 of 288 ~ 45.83%

%32.64
%21.53
%45.83

CMYK color model

#5E3E84 color CMYK value is (29,53,0,48).

  • cyan value is 28.79%
  • magenta value is 53.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(29,53,0,48)
C29M53Y0K48 
(29%,53%,0%,48%)
(0.29/0.53/0.00/0.48)	

CMYK percentages

%28.79
%53.03
%0
%48.24

Codes

Color #5E3E84 in popluar color models

5E3E84
RGB9462132
HSL267°36.08%38.04%
HSB/HSV267°53.03%51.76%
CMYK28.79%53.03%0.00%
48.24%

Color #5E3E84 in popluar number systems.

HEX5E3E84
Decimal9462132
Binary101111011111010000100
Octal13676204

Shades and tints

Shades of #5E3E84

#5E3E84
(94,62,132)
#563978
(86,57,120)
#4E346C
(78,52,108)
#462F60
(70,47,96)
#3E2A54
(62,42,84)
#362548
(54,37,72)
#2E203C
(46,32,60)
#261B30
(38,27,48)
#1E1624
(30,22,36)
#161118
(22,17,24)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #5E3E84

#5E3E84
(94,62,132)
#6C4F8F
(108,79,143)
#7A609A
(122,96,154)
#8871A5
(136,113,165)
#9682B0
(150,130,176)
#A493BB
(164,147,187)
#B2A4C6
(178,164,198)
#C0B5D1
(192,181,209)
#CEC6DC
(206,198,220)
#DCD7E7
(220,215,231)
#EAE8F2
(234,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3E84 color. Also use rgb(94,62,132) instead hex code.

Text Font Color

.myTextColor { color: #5E3E84; }

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

This text font color is #5E3E84.


Background Color

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

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

This div background color is #5E3E84.


Border color

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

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

This div border color is #5E3E84.


Opacity

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

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

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

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

This text has shadow with #5E3E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3E84 on black background.


Color preview on white background

This text has color #5E3E84 on white background.



Black color preview on #5E3E84 background

This text has black color on #5E3E84 background.


White color preview on #5E3E84 background

This text has white color on #5E3E84 background.