COLOR #5E3A8F

HEX: #5E3A8F
RGB: (94,58,143)

Color info

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

RGB color model

#5E3A8F color RGB value is (94,58,143).

  • red value is 94;
  • green value is 58;
  • blue value is 143.
RGB:
(94,58,143)
(37%,23%,56%)

RGB channels and saturation

R 94 of 255 = 37%
G 58 of 255 = 23%
B 143 of 255 = 56%

94
58
143

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

Portions of RGB colors in percentages

R + G + B =
94 + 58 + 143 = 295 (100%)
R 94 of 295 ~ 31.86%
G 58 of 295 ~ 19.66%
B 143 of 295 ~ 48.47%

%31.86
%19.66
%48.47

CMYK color model

#5E3A8F color CMYK value is (34,59,0,44).

  • cyan value is 34.27%
  • magenta value is 59.44%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(34,59,0,44)
C34M59Y0K44 
(34%,59%,0%,44%)
(0.34/0.59/0.00/0.44)	

CMYK percentages

%34.27
%59.44
%0
%43.92

Codes

Color #5E3A8F in popluar color models

5E3A8F
RGB9458143
HSL265°42.29%39.41%
HSB/HSV265°59.44%56.08%
CMYK34.27%59.44%0.00%
43.92%

Color #5E3A8F in popluar number systems.

HEX5E3A8F
Decimal9458143
Binary101111011101010001111
Octal13672217

Shades and tints

Shades of #5E3A8F

#5E3A8F
(94,58,143)
#563582
(86,53,130)
#4E3075
(78,48,117)
#462B68
(70,43,104)
#3E265B
(62,38,91)
#36214E
(54,33,78)
#2E1C41
(46,28,65)
#261734
(38,23,52)
#1E1227
(30,18,39)
#160D1A
(22,13,26)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #5E3A8F

#5E3A8F
(94,58,143)
#6C4B99
(108,75,153)
#7A5CA3
(122,92,163)
#886DAD
(136,109,173)
#967EB7
(150,126,183)
#A48FC1
(164,143,193)
#B2A0CB
(178,160,203)
#C0B1D5
(192,177,213)
#CEC2DF
(206,194,223)
#DCD3E9
(220,211,233)
#EAE4F3
(234,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3A8F color. Also use rgb(94,58,143) instead hex code.

Text Font Color

.myTextColor { color: #5E3A8F; }

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

This text font color is #5E3A8F.


Background Color

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

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

This div background color is #5E3A8F.


Border color

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

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

This div border color is #5E3A8F.


Opacity

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

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

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

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

This text has shadow with #5E3A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3A8F on black background.


Color preview on white background

This text has color #5E3A8F on white background.



Black color preview on #5E3A8F background

This text has black color on #5E3A8F background.


White color preview on #5E3A8F background

This text has white color on #5E3A8F background.