COLOR #5E3B97

HEX: #5E3B97
RGB: (94,59,151)

Color info

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

RGB color model

#5E3B97 color RGB value is (94,59,151).

  • red value is 94;
  • green value is 59;
  • blue value is 151.
RGB:
(94,59,151)
(37%,23%,59%)

RGB channels and saturation

R 94 of 255 = 37%
G 59 of 255 = 23%
B 151 of 255 = 59%

94
59
151

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

Portions of RGB colors in percentages

R + G + B =
94 + 59 + 151 = 304 (100%)
R 94 of 304 ~ 30.92%
G 59 of 304 ~ 19.41%
B 151 of 304 ~ 49.67%

%30.92
%19.41
%49.67

CMYK color model

#5E3B97 color CMYK value is (38,61,0,41).

  • cyan value is 37.75%
  • magenta value is 60.93%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(38,61,0,41)
C38M61Y0K41 
(38%,61%,0%,41%)
(0.38/0.61/0.00/0.41)	

CMYK percentages

%37.75
%60.93
%0
%40.78

Codes

Color #5E3B97 in popluar color models

5E3B97
RGB9459151
HSL263°43.81%41.18%
HSB/HSV263°60.93%59.22%
CMYK37.75%60.93%0.00%
40.78%

Color #5E3B97 in popluar number systems.

HEX5E3B97
Decimal9459151
Binary101111011101110010111
Octal13673227

Shades and tints

Shades of #5E3B97

#5E3B97
(94,59,151)
#56368A
(86,54,138)
#4E317D
(78,49,125)
#462C70
(70,44,112)
#3E2763
(62,39,99)
#362256
(54,34,86)
#2E1D49
(46,29,73)
#26183C
(38,24,60)
#1E132F
(30,19,47)
#160E22
(22,14,34)
#0E0915
(14,9,21)
#000000
(0,0,0)

Tints of #5E3B97

#5E3B97
(94,59,151)
#6C4CA0
(108,76,160)
#7A5DA9
(122,93,169)
#886EB2
(136,110,178)
#967FBB
(150,127,187)
#A490C4
(164,144,196)
#B2A1CD
(178,161,205)
#C0B2D6
(192,178,214)
#CEC3DF
(206,195,223)
#DCD4E8
(220,212,232)
#EAE5F1
(234,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3B97 color. Also use rgb(94,59,151) instead hex code.

Text Font Color

.myTextColor { color: #5E3B97; }

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

This text font color is #5E3B97.


Background Color

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

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

This div background color is #5E3B97.


Border color

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

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

This div border color is #5E3B97.


Opacity

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

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

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

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

This text has shadow with #5E3B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3B97 on black background.


Color preview on white background

This text has color #5E3B97 on white background.



Black color preview on #5E3B97 background

This text has black color on #5E3B97 background.


White color preview on #5E3B97 background

This text has white color on #5E3B97 background.