COLOR #3E3C79

HEX: #3E3C79
RGB: (62,60,121)

Color info

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

RGB color model

#3E3C79 color RGB value is (62,60,121).

  • red value is 62;
  • green value is 60;
  • blue value is 121.
RGB:
(62,60,121)
(24%,24%,47%)

RGB channels and saturation

R 62 of 255 = 24%
G 60 of 255 = 24%
B 121 of 255 = 47%

62
60
121

R + G + B ~ 32%. #3E3C79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 60 + 121 = 243 (100%)
R 62 of 243 ~ 25.51%
G 60 of 243 ~ 24.69%
B 121 of 243 ~ 49.79%

%25.51
%24.69
%49.79

CMYK color model

#3E3C79 color CMYK value is (49,50,0,53).

  • cyan value is 48.76%
  • magenta value is 50.41%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(49,50,0,53)
C49M50Y0K53 
(49%,50%,0%,53%)
(0.49/0.50/0.00/0.53)	

CMYK percentages

%48.76
%50.41
%0
%52.55

Codes

Color #3E3C79 in popluar color models

3E3C79
RGB6260121
HSL242°33.70%35.49%
HSB/HSV242°50.41%47.45%
CMYK48.76%50.41%0.00%
52.55%

Color #3E3C79 in popluar number systems.

HEX3E3C79
Decimal6260121
Binary1111101111001111001
Octal7674171

Shades and tints

Shades of #3E3C79

#3E3C79
(62,60,121)
#39376E
(57,55,110)
#343263
(52,50,99)
#2F2D58
(47,45,88)
#2A284D
(42,40,77)
#252342
(37,35,66)
#201E37
(32,30,55)
#1B192C
(27,25,44)
#161421
(22,20,33)
#110F16
(17,15,22)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #3E3C79

#3E3C79
(62,60,121)
#4F4D85
(79,77,133)
#605E91
(96,94,145)
#716F9D
(113,111,157)
#8280A9
(130,128,169)
#9391B5
(147,145,181)
#A4A2C1
(164,162,193)
#B5B3CD
(181,179,205)
#C6C4D9
(198,196,217)
#D7D5E5
(215,213,229)
#E8E6F1
(232,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3C79 color. Also use rgb(62,60,121) instead hex code.

Text Font Color

.myTextColor { color: #3E3C79; }

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

This text font color is #3E3C79.


Background Color

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

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

This div background color is #3E3C79.


Border color

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

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

This div border color is #3E3C79.


Opacity

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

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

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

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

This text has shadow with #3E3C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3C79 on black background.


Color preview on white background

This text has color #3E3C79 on white background.



Black color preview on #3E3C79 background

This text has black color on #3E3C79 background.


White color preview on #3E3C79 background

This text has white color on #3E3C79 background.