COLOR #5E348C

HEX: #5E348C
RGB: (94,52,140)

Color info

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

RGB color model

#5E348C color RGB value is (94,52,140).

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

RGB channels and saturation

R 94 of 255 = 37%
G 52 of 255 = 20%
B 140 of 255 = 55%

94
52
140

R + G + B ~ 37%. #5E348C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 52 + 140 = 286 (100%)
R 94 of 286 ~ 32.87%
G 52 of 286 ~ 18.18%
B 140 of 286 ~ 48.95%

%32.87
%18.18
%48.95

CMYK color model

#5E348C color CMYK value is (33,63,0,45).

  • cyan value is 32.86%
  • magenta value is 62.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(33,63,0,45)
C33M63Y0K45 
(33%,63%,0%,45%)
(0.33/0.63/0.00/0.45)	

CMYK percentages

%32.86
%62.86
%0
%45.1

Codes

Color #5E348C in popluar color models

5E348C
RGB9452140
HSL269°45.83%37.65%
HSB/HSV269°62.86%54.90%
CMYK32.86%62.86%0.00%
45.10%

Color #5E348C in popluar number systems.

HEX5E348C
Decimal9452140
Binary101111011010010001100
Octal13664214

Shades and tints

Shades of #5E348C

#5E348C
(94,52,140)
#563080
(86,48,128)
#4E2C74
(78,44,116)
#462868
(70,40,104)
#3E245C
(62,36,92)
#362050
(54,32,80)
#2E1C44
(46,28,68)
#261838
(38,24,56)
#1E142C
(30,20,44)
#161020
(22,16,32)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #5E348C

#5E348C
(94,52,140)
#6C4696
(108,70,150)
#7A58A0
(122,88,160)
#886AAA
(136,106,170)
#967CB4
(150,124,180)
#A48EBE
(164,142,190)
#B2A0C8
(178,160,200)
#C0B2D2
(192,178,210)
#CEC4DC
(206,196,220)
#DCD6E6
(220,214,230)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E348C; }

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

This text font color is #5E348C.


Background Color

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

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

This div background color is #5E348C.


Border color

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

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

This div border color is #5E348C.


Opacity

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

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

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

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

This text has shadow with #5E348C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E348C on black background.


Color preview on white background

This text has color #5E348C on white background.



Black color preview on #5E348C background

This text has black color on #5E348C background.


White color preview on #5E348C background

This text has white color on #5E348C background.