COLOR #3E3F83

HEX: #3E3F83
RGB: (62,63,131)

Color info

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

RGB color model

#3E3F83 color RGB value is (62,63,131).

  • red value is 62;
  • green value is 63;
  • blue value is 131.
RGB:
(62,63,131)
(24%,25%,51%)

RGB channels and saturation

R 62 of 255 = 24%
G 63 of 255 = 25%
B 131 of 255 = 51%

62
63
131

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

Portions of RGB colors in percentages

R + G + B =
62 + 63 + 131 = 256 (100%)
R 62 of 256 ~ 24.22%
G 63 of 256 ~ 24.61%
B 131 of 256 ~ 51.17%

%24.22
%24.61
%51.17

CMYK color model

#3E3F83 color CMYK value is (53,52,0,49).

  • cyan value is 52.67%
  • magenta value is 51.91%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(53,52,0,49)
C53M52Y0K49 
(53%,52%,0%,49%)
(0.53/0.52/0.00/0.49)	

CMYK percentages

%52.67
%51.91
%0
%48.63

Codes

Color #3E3F83 in popluar color models

3E3F83
RGB6263131
HSL239°35.75%37.84%
HSB/HSV239°52.67%51.37%
CMYK52.67%51.91%0.00%
48.63%

Color #3E3F83 in popluar number systems.

HEX3E3F83
Decimal6263131
Binary11111011111110000011
Octal7677203

Shades and tints

Shades of #3E3F83

#3E3F83
(62,63,131)
#393A78
(57,58,120)
#34356D
(52,53,109)
#2F3062
(47,48,98)
#2A2B57
(42,43,87)
#25264C
(37,38,76)
#202141
(32,33,65)
#1B1C36
(27,28,54)
#16172B
(22,23,43)
#111220
(17,18,32)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #3E3F83

#3E3F83
(62,63,131)
#4F508E
(79,80,142)
#606199
(96,97,153)
#7172A4
(113,114,164)
#8283AF
(130,131,175)
#9394BA
(147,148,186)
#A4A5C5
(164,165,197)
#B5B6D0
(181,182,208)
#C6C7DB
(198,199,219)
#D7D8E6
(215,216,230)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3F83 color. Also use rgb(62,63,131) instead hex code.

Text Font Color

.myTextColor { color: #3E3F83; }

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

This text font color is #3E3F83.


Background Color

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

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

This div background color is #3E3F83.


Border color

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

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

This div border color is #3E3F83.


Opacity

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

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

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

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

This text has shadow with #3E3F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3F83 on black background.


Color preview on white background

This text has color #3E3F83 on white background.



Black color preview on #3E3F83 background

This text has black color on #3E3F83 background.


White color preview on #3E3F83 background

This text has white color on #3E3F83 background.