COLOR #5E3579

HEX: #5E3579
RGB: (94,53,121)

Color info

#5E3579 contains mainly red and blue colors. Web safe color of #5E3579 is #663366 (or #636).

RGB color model

#5E3579 color RGB value is (94,53,121).

  • red value is 94;
  • green value is 53;
  • blue value is 121.
RGB:
(94,53,121)
(37%,21%,47%)

RGB channels and saturation

R 94 of 255 = 37%
G 53 of 255 = 21%
B 121 of 255 = 47%

94
53
121

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

Portions of RGB colors in percentages

R + G + B =
94 + 53 + 121 = 268 (100%)
R 94 of 268 ~ 35.07%
G 53 of 268 ~ 19.78%
B 121 of 268 ~ 45.15%

%35.07
%19.78
%45.15

CMYK color model

#5E3579 color CMYK value is (22,56,0,53).

  • cyan value is 22.31%
  • magenta value is 56.20%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(22,56,0,53)
C22M56Y0K53 
(22%,56%,0%,53%)
(0.22/0.56/0.00/0.53)	

CMYK percentages

%22.31
%56.2
%0
%52.55

Codes

Color #5E3579 in popluar color models

5E3579
RGB9453121
HSL276°39.08%34.12%
HSB/HSV276°56.20%47.45%
CMYK22.31%56.20%0.00%
52.55%

Color #5E3579 in popluar number systems.

HEX5E3579
Decimal9453121
Binary10111101101011111001
Octal13665171

Shades and tints

Shades of #5E3579

#5E3579
(94,53,121)
#56316E
(86,49,110)
#4E2D63
(78,45,99)
#462958
(70,41,88)
#3E254D
(62,37,77)
#362142
(54,33,66)
#2E1D37
(46,29,55)
#26192C
(38,25,44)
#1E1521
(30,21,33)
#161116
(22,17,22)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #5E3579

#5E3579
(94,53,121)
#6C4785
(108,71,133)
#7A5991
(122,89,145)
#886B9D
(136,107,157)
#967DA9
(150,125,169)
#A48FB5
(164,143,181)
#B2A1C1
(178,161,193)
#C0B3CD
(192,179,205)
#CEC5D9
(206,197,217)
#DCD7E5
(220,215,229)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3579 color. Also use rgb(94,53,121) instead hex code.

Text Font Color

.myTextColor { color: #5E3579; }

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

This text font color is #5E3579.


Background Color

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

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

This div background color is #5E3579.


Border color

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

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

This div border color is #5E3579.


Opacity

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

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

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

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

This text has shadow with #5E3579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3579 on black background.


Color preview on white background

This text has color #5E3579 on white background.



Black color preview on #5E3579 background

This text has black color on #5E3579 background.


White color preview on #5E3579 background

This text has white color on #5E3579 background.