COLOR #3E328F

HEX: #3E328F
RGB: (62,50,143)

Color info

#3E328F contains mainly blue color. Web safe color of #3E328F is #333399 (or #339).

RGB color model

#3E328F color RGB value is (62,50,143).

  • red value is 62;
  • green value is 50;
  • blue value is 143.
RGB:
(62,50,143)
(24%,20%,56%)

RGB channels and saturation

R 62 of 255 = 24%
G 50 of 255 = 20%
B 143 of 255 = 56%

62
50
143

R + G + B ~ 33%. #3E328F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 50 + 143 = 255 (100%)
R 62 of 255 ~ 24.31%
G 50 of 255 ~ 19.61%
B 143 of 255 ~ 56.08%

%24.31
%19.61
%56.08

CMYK color model

#3E328F color CMYK value is (57,65,0,44).

  • cyan value is 56.64%
  • magenta value is 65.03%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(57,65,0,44)
C57M65Y0K44 
(57%,65%,0%,44%)
(0.57/0.65/0.00/0.44)	

CMYK percentages

%56.64
%65.03
%0
%43.92

Codes

Color #3E328F in popluar color models

3E328F
RGB6250143
HSL248°48.19%37.84%
HSB/HSV248°65.03%56.08%
CMYK56.64%65.03%0.00%
43.92%

Color #3E328F in popluar number systems.

HEX3E328F
Decimal6250143
Binary11111011001010001111
Octal7662217

Shades and tints

Shades of #3E328F

#3E328F
(62,50,143)
#392E82
(57,46,130)
#342A75
(52,42,117)
#2F2668
(47,38,104)
#2A225B
(42,34,91)
#251E4E
(37,30,78)
#201A41
(32,26,65)
#1B1634
(27,22,52)
#161227
(22,18,39)
#110E1A
(17,14,26)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #3E328F

#3E328F
(62,50,143)
#4F4499
(79,68,153)
#6056A3
(96,86,163)
#7168AD
(113,104,173)
#827AB7
(130,122,183)
#938CC1
(147,140,193)
#A49ECB
(164,158,203)
#B5B0D5
(181,176,213)
#C6C2DF
(198,194,223)
#D7D4E9
(215,212,233)
#E8E6F3
(232,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E328F color. Also use rgb(62,50,143) instead hex code.

Text Font Color

.myTextColor { color: #3E328F; }

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

This text font color is #3E328F.


Background Color

.myBgColor { background-color: #3E328F; }

<div style="background-color:#3E328F">Inner text</div>

This div background color is #3E328F.


Border color

.myBorderColor { border: 1px solid #3E328F; }

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

This div border color is #3E328F.


Opacity

.myOpacity80 { color: #3E328F; opacity: 0.8; }

<p style="color:#3E328F;opacity:0.8;">80%</p>

Text with #3E328F 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 #3E328F;}

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

This text has shadow with #3E328F color.

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

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

This text has shadow with #3E328F primary color and red secondary color.


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

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

This text has shadow with #3E328F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E328F on black background.


Color preview on white background

This text has color #3E328F on white background.



Black color preview on #3E328F background

This text has black color on #3E328F background.


White color preview on #3E328F background

This text has white color on #3E328F background.