COLOR #5E3F6E

HEX: #5E3F6E
RGB: (94,63,110)

Color info

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

RGB color model

#5E3F6E color RGB value is (94,63,110).

  • red value is 94;
  • green value is 63;
  • blue value is 110.
RGB:
(94,63,110)
(37%,25%,43%)

RGB channels and saturation

R 94 of 255 = 37%
G 63 of 255 = 25%
B 110 of 255 = 43%

94
63
110

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

Portions of RGB colors in percentages

R + G + B =
94 + 63 + 110 = 267 (100%)
R 94 of 267 ~ 35.21%
G 63 of 267 ~ 23.6%
B 110 of 267 ~ 41.2%

%35.21
%23.6
%41.2

CMYK color model

#5E3F6E color CMYK value is (15,43,0,57).

  • cyan value is 14.55%
  • magenta value is 42.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(15,43,0,57)
C15M43Y0K57 
(15%,43%,0%,57%)
(0.15/0.43/0.00/0.57)	

CMYK percentages

%14.55
%42.73
%0
%56.86

Codes

Color #5E3F6E in popluar color models

5E3F6E
RGB9463110
HSL280°27.17%33.92%
HSB/HSV280°42.73%43.14%
CMYK14.55%42.73%0.00%
56.86%

Color #5E3F6E in popluar number systems.

HEX5E3F6E
Decimal9463110
Binary10111101111111101110
Octal13677156

Shades and tints

Shades of #5E3F6E

#5E3F6E
(94,63,110)
#563A64
(86,58,100)
#4E355A
(78,53,90)
#463050
(70,48,80)
#3E2B46
(62,43,70)
#36263C
(54,38,60)
#2E2132
(46,33,50)
#261C28
(38,28,40)
#1E171E
(30,23,30)
#161214
(22,18,20)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #5E3F6E

#5E3F6E
(94,63,110)
#6C507B
(108,80,123)
#7A6188
(122,97,136)
#887295
(136,114,149)
#9683A2
(150,131,162)
#A494AF
(164,148,175)
#B2A5BC
(178,165,188)
#C0B6C9
(192,182,201)
#CEC7D6
(206,199,214)
#DCD8E3
(220,216,227)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3F6E color. Also use rgb(94,63,110) instead hex code.

Text Font Color

.myTextColor { color: #5E3F6E; }

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

This text font color is #5E3F6E.


Background Color

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

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

This div background color is #5E3F6E.


Border color

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

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

This div border color is #5E3F6E.


Opacity

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

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

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

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

This text has shadow with #5E3F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3F6E on black background.


Color preview on white background

This text has color #5E3F6E on white background.



Black color preview on #5E3F6E background

This text has black color on #5E3F6E background.


White color preview on #5E3F6E background

This text has white color on #5E3F6E background.