COLOR #5E3A6E

HEX: #5E3A6E
RGB: (94,58,110)

Color info

#5E3A6E contains red, green and blue colors in about the same proportion. Web safe color of #5E3A6E is #663366 (or #636).

RGB color model

#5E3A6E color RGB value is (94,58,110).

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

RGB channels and saturation

R 94 of 255 = 37%
G 58 of 255 = 23%
B 110 of 255 = 43%

94
58
110

R + G + B ~ 34%. #5E3A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 58 + 110 = 262 (100%)
R 94 of 262 ~ 35.88%
G 58 of 262 ~ 22.14%
B 110 of 262 ~ 41.98%

%35.88
%22.14
%41.98

CMYK color model

#5E3A6E color CMYK value is (15,47,0,57).

  • cyan value is 14.55%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(15,47,0,57)
C15M47Y0K57 
(15%,47%,0%,57%)
(0.15/0.47/0.00/0.57)	

CMYK percentages

%14.55
%47.27
%0
%56.86

Codes

Color #5E3A6E in popluar color models

5E3A6E
RGB9458110
HSL282°30.95%32.94%
HSB/HSV282°47.27%43.14%
CMYK14.55%47.27%0.00%
56.86%

Color #5E3A6E in popluar number systems.

HEX5E3A6E
Decimal9458110
Binary10111101110101101110
Octal13672156

Shades and tints

Shades of #5E3A6E

#5E3A6E
(94,58,110)
#563564
(86,53,100)
#4E305A
(78,48,90)
#462B50
(70,43,80)
#3E2646
(62,38,70)
#36213C
(54,33,60)
#2E1C32
(46,28,50)
#261728
(38,23,40)
#1E121E
(30,18,30)
#160D14
(22,13,20)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #5E3A6E

#5E3A6E
(94,58,110)
#6C4B7B
(108,75,123)
#7A5C88
(122,92,136)
#886D95
(136,109,149)
#967EA2
(150,126,162)
#A48FAF
(164,143,175)
#B2A0BC
(178,160,188)
#C0B1C9
(192,177,201)
#CEC2D6
(206,194,214)
#DCD3E3
(220,211,227)
#EAE4F0
(234,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3A6E; }

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

This text font color is #5E3A6E.


Background Color

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

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

This div background color is #5E3A6E.


Border color

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

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

This div border color is #5E3A6E.


Opacity

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

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

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

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

This text has shadow with #5E3A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3A6E on black background.


Color preview on white background

This text has color #5E3A6E on white background.



Black color preview on #5E3A6E background

This text has black color on #5E3A6E background.


White color preview on #5E3A6E background

This text has white color on #5E3A6E background.