COLOR #5E315B

HEX: #5E315B
RGB: (94,49,91)

Color info

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

RGB color model

#5E315B color RGB value is (94,49,91).

  • red value is 94;
  • green value is 49;
  • blue value is 91.
RGB:
(94,49,91)
(37%,19%,36%)

RGB channels and saturation

R 94 of 255 = 37%
G 49 of 255 = 19%
B 91 of 255 = 36%

94
49
91

R + G + B ~ 31%. #5E315B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 49 + 91 = 234 (100%)
R 94 of 234 ~ 40.17%
G 49 of 234 ~ 20.94%
B 91 of 234 ~ 38.89%

%40.17
%20.94
%38.89

CMYK color model

#5E315B color CMYK value is (0,48,3,63).

  • cyan value is 0.00%
  • magenta value is 47.87%
  • yellow value is 3.19%
  • key color value is 63.14%
CMYK:
(0,48,3,63)
C0M48Y3K63 
(0%,48%,3%,63%)
(0.00/0.48/0.03/0.63)	

CMYK percentages

%0
%47.87
%3.19
%63.14

Codes

Color #5E315B in popluar color models

5E315B
RGB944991
HSL304°31.47%28.04%
HSB/HSV304°47.87%36.86%
CMYK0.00%47.87%3.19%
63.14%

Color #5E315B in popluar number systems.

HEX5E315B
Decimal944991
Binary10111101100011011011
Octal13661133

Shades and tints

Shades of #5E315B

#5E315B
(94,49,91)
#562D53
(86,45,83)
#4E294B
(78,41,75)
#462543
(70,37,67)
#3E213B
(62,33,59)
#361D33
(54,29,51)
#2E192B
(46,25,43)
#261523
(38,21,35)
#1E111B
(30,17,27)
#160D13
(22,13,19)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #5E315B

#5E315B
(94,49,91)
#6C4369
(108,67,105)
#7A5577
(122,85,119)
#886785
(136,103,133)
#967993
(150,121,147)
#A48BA1
(164,139,161)
#B29DAF
(178,157,175)
#C0AFBD
(192,175,189)
#CEC1CB
(206,193,203)
#DCD3D9
(220,211,217)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E315B color. Also use rgb(94,49,91) instead hex code.

Text Font Color

.myTextColor { color: #5E315B; }

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

This text font color is #5E315B.


Background Color

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

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

This div background color is #5E315B.


Border color

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

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

This div border color is #5E315B.


Opacity

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

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

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

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

This text has shadow with #5E315B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E315B on black background.


Color preview on white background

This text has color #5E315B on white background.



Black color preview on #5E315B background

This text has black color on #5E315B background.


White color preview on #5E315B background

This text has white color on #5E315B background.