COLOR #5E396F

HEX: #5E396F
RGB: (94,57,111)

Color info

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

RGB color model

#5E396F color RGB value is (94,57,111).

  • red value is 94;
  • green value is 57;
  • blue value is 111.
RGB:
(94,57,111)
(37%,22%,44%)

RGB channels and saturation

R 94 of 255 = 37%
G 57 of 255 = 22%
B 111 of 255 = 44%

94
57
111

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

Portions of RGB colors in percentages

R + G + B =
94 + 57 + 111 = 262 (100%)
R 94 of 262 ~ 35.88%
G 57 of 262 ~ 21.76%
B 111 of 262 ~ 42.37%

%35.88
%21.76
%42.37

CMYK color model

#5E396F color CMYK value is (15,49,0,56).

  • cyan value is 15.32%
  • magenta value is 48.65%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(15,49,0,56)
C15M49Y0K56 
(15%,49%,0%,56%)
(0.15/0.49/0.00/0.56)	

CMYK percentages

%15.32
%48.65
%0
%56.47

Codes

Color #5E396F in popluar color models

5E396F
RGB9457111
HSL281°32.14%32.94%
HSB/HSV281°48.65%43.53%
CMYK15.32%48.65%0.00%
56.47%

Color #5E396F in popluar number systems.

HEX5E396F
Decimal9457111
Binary10111101110011101111
Octal13671157

Shades and tints

Shades of #5E396F

#5E396F
(94,57,111)
#563465
(86,52,101)
#4E2F5B
(78,47,91)
#462A51
(70,42,81)
#3E2547
(62,37,71)
#36203D
(54,32,61)
#2E1B33
(46,27,51)
#261629
(38,22,41)
#1E111F
(30,17,31)
#160C15
(22,12,21)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #5E396F

#5E396F
(94,57,111)
#6C4B7C
(108,75,124)
#7A5D89
(122,93,137)
#886F96
(136,111,150)
#9681A3
(150,129,163)
#A493B0
(164,147,176)
#B2A5BD
(178,165,189)
#C0B7CA
(192,183,202)
#CEC9D7
(206,201,215)
#DCDBE4
(220,219,228)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E396F color. Also use rgb(94,57,111) instead hex code.

Text Font Color

.myTextColor { color: #5E396F; }

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

This text font color is #5E396F.


Background Color

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

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

This div background color is #5E396F.


Border color

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

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

This div border color is #5E396F.


Opacity

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

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

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

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

This text has shadow with #5E396F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E396F on black background.


Color preview on white background

This text has color #5E396F on white background.



Black color preview on #5E396F background

This text has black color on #5E396F background.


White color preview on #5E396F background

This text has white color on #5E396F background.