COLOR #5E3696

HEX: #5E3696 RGB: (94,54,150)

Color info

#5E3696 contains mainly red and blue colors. Web safe color of #5E3696 is #663399 (or #639).

RGB color model

#5E3696 color RGB value is (94,54,150).

RGB: (94,54,150) (37%, 21%, 59%)

RGB channels and saturation

R 94 of 255 = 37%
G 54 of 255 = 21%
B 150 of 255 = 59%

94
54
150

R + G + B ~ 39%. #5E3696 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 54 + 150 = 298 (100%)
R 94 of 298 ~ 31.54%
G 54 of 298 ~ 18.12%
B 150 of 298 ~ 50.34'%

%31.54
%18.12
%50.34

CMYK color model

#5E3696 color CMYK value is (37,64,0,41).

  • cyan value is 37.33%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (37,64,0,41)
C37M64Y0K41 (37%, 64%, 0%, 41%)
(0.37 / 0.64 / 0.00 / 0.41)

CMYK percentages

%37.33
%64
%0
%41.18

Codes

Color #5E3696 in popluar color models

5E 36 96
RGB 94 54 150
HSL 265° 47.06% 40.00%
HSB/HSV 265° 64.00% 58.82%
CMYK 37.33% 64.00% 0.00%
41.18%

Color #5E3696 in popluar number systems.

HEX 5E 36 96
Decimal 94 54 150
Binary 1011110 110110 10010110
Octal 136 66 226

Shades and tints

Shades of #5E3696

#5E3696
(94,54,150)
#563289
(86,50,137)
#4E2E7C
(78,46,124)
#462A6F
(70,42,111)
#3E2662
(62,38,98)
#362255
(54,34,85)
#2E1E48
(46,30,72)
#261A3B
(38,26,59)
#1E162E
(30,22,46)
#161221
(22,18,33)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #5E3696

#5E3696
(94,54,150)
#6C489F
(108,72,159)
#7A5AA8
(122,90,168)
#886CB1
(136,108,177)
#967EBA
(150,126,186)
#A490C3
(164,144,195)
#B2A2CC
(178,162,204)
#C0B4D5
(192,180,213)
#CEC6DE
(206,198,222)
#DCD8E7
(220,216,231)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3696 color. Also use rgb(94,54,150) instead hex code.

Text Font Color

.myTextColor { color: #5E3696; }

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

This text font color is #5E3696.

Background Color

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

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

This div background color is #5E3696.

Border color

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

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

This div border color is #5E3696.

Opacity

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

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

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

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

This text has shadow with #5E3696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E3696.

Preview

Color preview on black background

This text has color #5E3696 on black background.


Color preview on white background

This text has color #5E3696 on white background.


Black color preview on #5E3696 background

This text has black color on #5E3696 background.


White color preview on #5E3696 background

This text has white color on #5E3696 background.


Related colors

Complementary color

Complementary color for #hex is #A1C969.


I love getcolorcode.com

Triadic colors

1 #965E36 and #36965E with #5E3696 are triadic colors.

2 #96365E and #365E96 with #5E3696 are triadic colors.