COLOR #5E3A5B

HEX: #5E3A5B
RGB: (94,58,91)

Color info

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

RGB color model

#5E3A5B color RGB value is (94,58,91).

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

RGB channels and saturation

R 94 of 255 = 37%
G 58 of 255 = 23%
B 91 of 255 = 36%

94
58
91

R + G + B ~ 32%. #5E3A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 58 + 91 = 243 (100%)
R 94 of 243 ~ 38.68%
G 58 of 243 ~ 23.87%
B 91 of 243 ~ 37.45%

%38.68
%23.87
%37.45

CMYK color model

#5E3A5B color CMYK value is (0,38,3,63).

  • cyan value is 0.00%
  • magenta value is 38.30%
  • yellow value is 3.19%
  • key color value is 63.14%
CMYK:
(0,38,3,63)
C0M38Y3K63 
(0%,38%,3%,63%)
(0.00/0.38/0.03/0.63)	

CMYK percentages

%0
%38.3
%3.19
%63.14

Codes

Color #5E3A5B in popluar color models

5E3A5B
RGB945891
HSL305°23.68%29.80%
HSB/HSV305°38.30%36.86%
CMYK0.00%38.30%3.19%
63.14%

Color #5E3A5B in popluar number systems.

HEX5E3A5B
Decimal945891
Binary10111101110101011011
Octal13672133

Shades and tints

Shades of #5E3A5B

#5E3A5B
(94,58,91)
#563553
(86,53,83)
#4E304B
(78,48,75)
#462B43
(70,43,67)
#3E263B
(62,38,59)
#362133
(54,33,51)
#2E1C2B
(46,28,43)
#261723
(38,23,35)
#1E121B
(30,18,27)
#160D13
(22,13,19)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #5E3A5B

#5E3A5B
(94,58,91)
#6C4B69
(108,75,105)
#7A5C77
(122,92,119)
#886D85
(136,109,133)
#967E93
(150,126,147)
#A48FA1
(164,143,161)
#B2A0AF
(178,160,175)
#C0B1BD
(192,177,189)
#CEC2CB
(206,194,203)
#DCD3D9
(220,211,217)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3A5B; }

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

This text font color is #5E3A5B.


Background Color

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

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

This div background color is #5E3A5B.


Border color

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

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

This div border color is #5E3A5B.


Opacity

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

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

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

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

This text has shadow with #5E3A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3A5B on black background.


Color preview on white background

This text has color #5E3A5B on white background.



Black color preview on #5E3A5B background

This text has black color on #5E3A5B background.


White color preview on #5E3A5B background

This text has white color on #5E3A5B background.