COLOR #3E3A6D

HEX: #3E3A6D
RGB: (62,58,109)

Color info

#3E3A6D contains red, green and blue colors in about the same proportion. Web safe color of #3E3A6D is #333366 (or #336).

RGB color model

#3E3A6D color RGB value is (62,58,109).

  • red value is 62;
  • green value is 58;
  • blue value is 109.
RGB:
(62,58,109)
(24%,23%,43%)

RGB channels and saturation

R 62 of 255 = 24%
G 58 of 255 = 23%
B 109 of 255 = 43%

62
58
109

R + G + B ~ 30%. #3E3A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 58 + 109 = 229 (100%)
R 62 of 229 ~ 27.07%
G 58 of 229 ~ 25.33%
B 109 of 229 ~ 47.6%

%27.07
%25.33
%47.6

CMYK color model

#3E3A6D color CMYK value is (43,47,0,57).

  • cyan value is 43.12%
  • magenta value is 46.79%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(43,47,0,57)
C43M47Y0K57 
(43%,47%,0%,57%)
(0.43/0.47/0.00/0.57)	

CMYK percentages

%43.12
%46.79
%0
%57.25

Codes

Color #3E3A6D in popluar color models

3E3A6D
RGB6258109
HSL245°30.54%32.75%
HSB/HSV245°46.79%42.75%
CMYK43.12%46.79%0.00%
57.25%

Color #3E3A6D in popluar number systems.

HEX3E3A6D
Decimal6258109
Binary1111101110101101101
Octal7672155

Shades and tints

Shades of #3E3A6D

#3E3A6D
(62,58,109)
#393564
(57,53,100)
#34305B
(52,48,91)
#2F2B52
(47,43,82)
#2A2649
(42,38,73)
#252140
(37,33,64)
#201C37
(32,28,55)
#1B172E
(27,23,46)
#161225
(22,18,37)
#110D1C
(17,13,28)
#0C0813
(12,8,19)
#000000
(0,0,0)

Tints of #3E3A6D

#3E3A6D
(62,58,109)
#4F4B7A
(79,75,122)
#605C87
(96,92,135)
#716D94
(113,109,148)
#827EA1
(130,126,161)
#938FAE
(147,143,174)
#A4A0BB
(164,160,187)
#B5B1C8
(181,177,200)
#C6C2D5
(198,194,213)
#D7D3E2
(215,211,226)
#E8E4EF
(232,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3A6D color. Also use rgb(62,58,109) instead hex code.

Text Font Color

.myTextColor { color: #3E3A6D; }

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

This text font color is #3E3A6D.


Background Color

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

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

This div background color is #3E3A6D.


Border color

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

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

This div border color is #3E3A6D.


Opacity

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

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

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

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

This text has shadow with #3E3A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3A6D on black background.


Color preview on white background

This text has color #3E3A6D on white background.



Black color preview on #3E3A6D background

This text has black color on #3E3A6D background.


White color preview on #3E3A6D background

This text has white color on #3E3A6D background.