COLOR #3E3A56

HEX: #3E3A56
RGB: (62,58,86)

Color info

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

RGB color model

#3E3A56 color RGB value is (62,58,86).

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

RGB channels and saturation

R 62 of 255 = 24%
G 58 of 255 = 23%
B 86 of 255 = 34%

62
58
86

R + G + B ~ 27%. #3E3A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 58 + 86 = 206 (100%)
R 62 of 206 ~ 30.1%
G 58 of 206 ~ 28.16%
B 86 of 206 ~ 41.75%

%30.1
%28.16
%41.75

CMYK color model

#3E3A56 color CMYK value is (28,33,0,66).

  • cyan value is 27.91%
  • magenta value is 32.56%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(28,33,0,66)
C28M33Y0K66 
(28%,33%,0%,66%)
(0.28/0.33/0.00/0.66)	

CMYK percentages

%27.91
%32.56
%0
%66.27

Codes

Color #3E3A56 in popluar color models

3E3A56
RGB625886
HSL249°19.44%28.24%
HSB/HSV249°32.56%33.73%
CMYK27.91%32.56%0.00%
66.27%

Color #3E3A56 in popluar number systems.

HEX3E3A56
Decimal625886
Binary1111101110101010110
Octal7672126

Shades and tints

Shades of #3E3A56

#3E3A56
(62,58,86)
#39354F
(57,53,79)
#343048
(52,48,72)
#2F2B41
(47,43,65)
#2A263A
(42,38,58)
#252133
(37,33,51)
#201C2C
(32,28,44)
#1B1725
(27,23,37)
#16121E
(22,18,30)
#110D17
(17,13,23)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #3E3A56

#3E3A56
(62,58,86)
#4F4B65
(79,75,101)
#605C74
(96,92,116)
#716D83
(113,109,131)
#827E92
(130,126,146)
#938FA1
(147,143,161)
#A4A0B0
(164,160,176)
#B5B1BF
(181,177,191)
#C6C2CE
(198,194,206)
#D7D3DD
(215,211,221)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3A56; }

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

This text font color is #3E3A56.


Background Color

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

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

This div background color is #3E3A56.


Border color

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

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

This div border color is #3E3A56.


Opacity

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

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

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

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

This text has shadow with #3E3A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3A56 on black background.


Color preview on white background

This text has color #3E3A56 on white background.



Black color preview on #3E3A56 background

This text has black color on #3E3A56 background.


White color preview on #3E3A56 background

This text has white color on #3E3A56 background.