COLOR #3E327B

HEX: #3E327B
RGB: (62,50,123)

Color info

#3E327B contains mainly blue color. Web safe color of #3E327B is #333366 (or #336).

RGB color model

#3E327B color RGB value is (62,50,123).

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

RGB channels and saturation

R 62 of 255 = 24%
G 50 of 255 = 20%
B 123 of 255 = 48%

62
50
123

R + G + B ~ 31%. #3E327B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 50 + 123 = 235 (100%)
R 62 of 235 ~ 26.38%
G 50 of 235 ~ 21.28%
B 123 of 235 ~ 52.34%

%26.38
%21.28
%52.34

CMYK color model

#3E327B color CMYK value is (50,59,0,52).

  • cyan value is 49.59%
  • magenta value is 59.35%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(50,59,0,52)
C50M59Y0K52 
(50%,59%,0%,52%)
(0.50/0.59/0.00/0.52)	

CMYK percentages

%49.59
%59.35
%0
%51.76

Codes

Color #3E327B in popluar color models

3E327B
RGB6250123
HSL250°42.20%33.92%
HSB/HSV250°59.35%48.24%
CMYK49.59%59.35%0.00%
51.76%

Color #3E327B in popluar number systems.

HEX3E327B
Decimal6250123
Binary1111101100101111011
Octal7662173

Shades and tints

Shades of #3E327B

#3E327B
(62,50,123)
#392E70
(57,46,112)
#342A65
(52,42,101)
#2F265A
(47,38,90)
#2A224F
(42,34,79)
#251E44
(37,30,68)
#201A39
(32,26,57)
#1B162E
(27,22,46)
#161223
(22,18,35)
#110E18
(17,14,24)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #3E327B

#3E327B
(62,50,123)
#4F4487
(79,68,135)
#605693
(96,86,147)
#71689F
(113,104,159)
#827AAB
(130,122,171)
#938CB7
(147,140,183)
#A49EC3
(164,158,195)
#B5B0CF
(181,176,207)
#C6C2DB
(198,194,219)
#D7D4E7
(215,212,231)
#E8E6F3
(232,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E327B; }

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

This text font color is #3E327B.


Background Color

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

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

This div background color is #3E327B.


Border color

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

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

This div border color is #3E327B.


Opacity

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

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

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

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

This text has shadow with #3E327B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E327B on black background.


Color preview on white background

This text has color #3E327B on white background.



Black color preview on #3E327B background

This text has black color on #3E327B background.


White color preview on #3E327B background

This text has white color on #3E327B background.