COLOR #5E3A73

HEX: #5E3A73
RGB: (94,58,115)

Color info

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

RGB color model

#5E3A73 color RGB value is (94,58,115).

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

RGB channels and saturation

R 94 of 255 = 37%
G 58 of 255 = 23%
B 115 of 255 = 45%

94
58
115

R + G + B ~ 35%. #5E3A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 58 + 115 = 267 (100%)
R 94 of 267 ~ 35.21%
G 58 of 267 ~ 21.72%
B 115 of 267 ~ 43.07%

%35.21
%21.72
%43.07

CMYK color model

#5E3A73 color CMYK value is (18,50,0,55).

  • cyan value is 18.26%
  • magenta value is 49.57%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(18,50,0,55)
C18M50Y0K55 
(18%,50%,0%,55%)
(0.18/0.50/0.00/0.55)	

CMYK percentages

%18.26
%49.57
%0
%54.9

Codes

Color #5E3A73 in popluar color models

5E3A73
RGB9458115
HSL278°32.95%33.92%
HSB/HSV278°49.57%45.10%
CMYK18.26%49.57%0.00%
54.90%

Color #5E3A73 in popluar number systems.

HEX5E3A73
Decimal9458115
Binary10111101110101110011
Octal13672163

Shades and tints

Shades of #5E3A73

#5E3A73
(94,58,115)
#563569
(86,53,105)
#4E305F
(78,48,95)
#462B55
(70,43,85)
#3E264B
(62,38,75)
#362141
(54,33,65)
#2E1C37
(46,28,55)
#26172D
(38,23,45)
#1E1223
(30,18,35)
#160D19
(22,13,25)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #5E3A73

#5E3A73
(94,58,115)
#6C4B7F
(108,75,127)
#7A5C8B
(122,92,139)
#886D97
(136,109,151)
#967EA3
(150,126,163)
#A48FAF
(164,143,175)
#B2A0BB
(178,160,187)
#C0B1C7
(192,177,199)
#CEC2D3
(206,194,211)
#DCD3DF
(220,211,223)
#EAE4EB
(234,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3A73; }

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

This text font color is #5E3A73.


Background Color

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

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

This div background color is #5E3A73.


Border color

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

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

This div border color is #5E3A73.


Opacity

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

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

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

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

This text has shadow with #5E3A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3A73 on black background.


Color preview on white background

This text has color #5E3A73 on white background.



Black color preview on #5E3A73 background

This text has black color on #5E3A73 background.


White color preview on #5E3A73 background

This text has white color on #5E3A73 background.