COLOR #5E388C

HEX: #5E388C
RGB: (94,56,140)

Color info

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

RGB color model

#5E388C color RGB value is (94,56,140).

  • red value is 94;
  • green value is 56;
  • blue value is 140.
RGB:
(94,56,140)
(37%,22%,55%)

RGB channels and saturation

R 94 of 255 = 37%
G 56 of 255 = 22%
B 140 of 255 = 55%

94
56
140

R + G + B ~ 38%. #5E388C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 56 + 140 = 290 (100%)
R 94 of 290 ~ 32.41%
G 56 of 290 ~ 19.31%
B 140 of 290 ~ 48.28%

%32.41
%19.31
%48.28

CMYK color model

#5E388C color CMYK value is (33,60,0,45).

  • cyan value is 32.86%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(33,60,0,45)
C33M60Y0K45 
(33%,60%,0%,45%)
(0.33/0.60/0.00/0.45)	

CMYK percentages

%32.86
%60
%0
%45.1

Codes

Color #5E388C in popluar color models

5E388C
RGB9456140
HSL267°42.86%38.43%
HSB/HSV267°60.00%54.90%
CMYK32.86%60.00%0.00%
45.10%

Color #5E388C in popluar number systems.

HEX5E388C
Decimal9456140
Binary101111011100010001100
Octal13670214

Shades and tints

Shades of #5E388C

#5E388C
(94,56,140)
#563380
(86,51,128)
#4E2E74
(78,46,116)
#462968
(70,41,104)
#3E245C
(62,36,92)
#361F50
(54,31,80)
#2E1A44
(46,26,68)
#261538
(38,21,56)
#1E102C
(30,16,44)
#160B20
(22,11,32)
#0E0614
(14,6,20)
#000000
(0,0,0)

Tints of #5E388C

#5E388C
(94,56,140)
#6C4A96
(108,74,150)
#7A5CA0
(122,92,160)
#886EAA
(136,110,170)
#9680B4
(150,128,180)
#A492BE
(164,146,190)
#B2A4C8
(178,164,200)
#C0B6D2
(192,182,210)
#CEC8DC
(206,200,220)
#DCDAE6
(220,218,230)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E388C color. Also use rgb(94,56,140) instead hex code.

Text Font Color

.myTextColor { color: #5E388C; }

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

This text font color is #5E388C.


Background Color

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

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

This div background color is #5E388C.


Border color

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

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

This div border color is #5E388C.


Opacity

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

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

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

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

This text has shadow with #5E388C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E388C on black background.


Color preview on white background

This text has color #5E388C on white background.



Black color preview on #5E388C background

This text has black color on #5E388C background.


White color preview on #5E388C background

This text has white color on #5E388C background.