COLOR #3E3978

HEX: #3E3978
RGB: (62,57,120)

Color info

#3E3978 contains mainly red and blue colors. Web safe color of #3E3978 is #333366 (or #336).

RGB color model

#3E3978 color RGB value is (62,57,120).

  • red value is 62;
  • green value is 57;
  • blue value is 120.
RGB:
(62,57,120)
(24%,22%,47%)

RGB channels and saturation

R 62 of 255 = 24%
G 57 of 255 = 22%
B 120 of 255 = 47%

62
57
120

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

Portions of RGB colors in percentages

R + G + B =
62 + 57 + 120 = 239 (100%)
R 62 of 239 ~ 25.94%
G 57 of 239 ~ 23.85%
B 120 of 239 ~ 50.21%

%25.94
%23.85
%50.21

CMYK color model

#3E3978 color CMYK value is (48,53,0,53).

  • cyan value is 48.33%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(48,53,0,53)
C48M53Y0K53 
(48%,53%,0%,53%)
(0.48/0.53/0.00/0.53)	

CMYK percentages

%48.33
%52.5
%0
%52.94

Codes

Color #3E3978 in popluar color models

3E3978
RGB6257120
HSL245°35.59%34.71%
HSB/HSV245°52.50%47.06%
CMYK48.33%52.50%0.00%
52.94%

Color #3E3978 in popluar number systems.

HEX3E3978
Decimal6257120
Binary1111101110011111000
Octal7671170

Shades and tints

Shades of #3E3978

#3E3978
(62,57,120)
#39346E
(57,52,110)
#342F64
(52,47,100)
#2F2A5A
(47,42,90)
#2A2550
(42,37,80)
#252046
(37,32,70)
#201B3C
(32,27,60)
#1B1632
(27,22,50)
#161128
(22,17,40)
#110C1E
(17,12,30)
#0C0714
(12,7,20)
#000000
(0,0,0)

Tints of #3E3978

#3E3978
(62,57,120)
#4F4B84
(79,75,132)
#605D90
(96,93,144)
#716F9C
(113,111,156)
#8281A8
(130,129,168)
#9393B4
(147,147,180)
#A4A5C0
(164,165,192)
#B5B7CC
(181,183,204)
#C6C9D8
(198,201,216)
#D7DBE4
(215,219,228)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3978 color. Also use rgb(62,57,120) instead hex code.

Text Font Color

.myTextColor { color: #3E3978; }

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

This text font color is #3E3978.


Background Color

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

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

This div background color is #3E3978.


Border color

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

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

This div border color is #3E3978.


Opacity

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

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

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

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

This text has shadow with #3E3978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3978 on black background.


Color preview on white background

This text has color #3E3978 on white background.



Black color preview on #3E3978 background

This text has black color on #3E3978 background.


White color preview on #3E3978 background

This text has white color on #3E3978 background.