COLOR #5E338C

HEX: #5E338C
RGB: (94,51,140)

Color info

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

RGB color model

#5E338C color RGB value is (94,51,140).

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

RGB channels and saturation

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

94
51
140

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

Portions of RGB colors in percentages

R + G + B =
94 + 51 + 140 = 285 (100%)
R 94 of 285 ~ 32.98%
G 51 of 285 ~ 17.89%
B 140 of 285 ~ 49.12%

%32.98
%17.89
%49.12

CMYK color model

#5E338C color CMYK value is (33,64,0,45).

  • cyan value is 32.86%
  • magenta value is 63.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(33,64,0,45)
C33M64Y0K45 
(33%,64%,0%,45%)
(0.33/0.64/0.00/0.45)	

CMYK percentages

%32.86
%63.57
%0
%45.1

Codes

Color #5E338C in popluar color models

5E338C
RGB9451140
HSL269°46.60%37.45%
HSB/HSV269°63.57%54.90%
CMYK32.86%63.57%0.00%
45.10%

Color #5E338C in popluar number systems.

HEX5E338C
Decimal9451140
Binary101111011001110001100
Octal13663214

Shades and tints

Shades of #5E338C

#5E338C
(94,51,140)
#562F80
(86,47,128)
#4E2B74
(78,43,116)
#462768
(70,39,104)
#3E235C
(62,35,92)
#361F50
(54,31,80)
#2E1B44
(46,27,68)
#261738
(38,23,56)
#1E132C
(30,19,44)
#160F20
(22,15,32)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #5E338C

#5E338C
(94,51,140)
#6C4596
(108,69,150)
#7A57A0
(122,87,160)
#8869AA
(136,105,170)
#967BB4
(150,123,180)
#A48DBE
(164,141,190)
#B29FC8
(178,159,200)
#C0B1D2
(192,177,210)
#CEC3DC
(206,195,220)
#DCD5E6
(220,213,230)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E338C; }

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

This text font color is #5E338C.


Background Color

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

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

This div background color is #5E338C.


Border color

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

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

This div border color is #5E338C.


Opacity

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

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

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

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

This text has shadow with #5E338C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E338C on black background.


Color preview on white background

This text has color #5E338C on white background.



Black color preview on #5E338C background

This text has black color on #5E338C background.


White color preview on #5E338C background

This text has white color on #5E338C background.