COLOR #3E4060

HEX: #3E4060
RGB: (62,64,96)

Color info

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

RGB color model

#3E4060 color RGB value is (62,64,96).

  • red value is 62;
  • green value is 64;
  • blue value is 96.
RGB:
(62,64,96)
(24%,25%,38%)

RGB channels and saturation

R 62 of 255 = 24%
G 64 of 255 = 25%
B 96 of 255 = 38%

62
64
96

R + G + B ~ 29%. #3E4060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 64 + 96 = 222 (100%)
R 62 of 222 ~ 27.93%
G 64 of 222 ~ 28.83%
B 96 of 222 ~ 43.24%

%27.93
%28.83
%43.24

CMYK color model

#3E4060 color CMYK value is (35,33,0,62).

  • cyan value is 35.42%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(35,33,0,62)
C35M33Y0K62 
(35%,33%,0%,62%)
(0.35/0.33/0.00/0.62)	

CMYK percentages

%35.42
%33.33
%0
%62.35

Codes

Color #3E4060 in popluar color models

3E4060
RGB626496
HSL236°21.52%30.98%
HSB/HSV236°35.42%37.65%
CMYK35.42%33.33%0.00%
62.35%

Color #3E4060 in popluar number systems.

HEX3E4060
Decimal626496
Binary11111010000001100000
Octal76100140

Shades and tints

Shades of #3E4060

#3E4060
(62,64,96)
#393B58
(57,59,88)
#343650
(52,54,80)
#2F3148
(47,49,72)
#2A2C40
(42,44,64)
#252738
(37,39,56)
#202230
(32,34,48)
#1B1D28
(27,29,40)
#161820
(22,24,32)
#111318
(17,19,24)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #3E4060

#3E4060
(62,64,96)
#4F516E
(79,81,110)
#60627C
(96,98,124)
#71738A
(113,115,138)
#828498
(130,132,152)
#9395A6
(147,149,166)
#A4A6B4
(164,166,180)
#B5B7C2
(181,183,194)
#C6C8D0
(198,200,208)
#D7D9DE
(215,217,222)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4060 color. Also use rgb(62,64,96) instead hex code.

Text Font Color

.myTextColor { color: #3E4060; }

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

This text font color is #3E4060.


Background Color

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

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

This div background color is #3E4060.


Border color

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

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

This div border color is #3E4060.


Opacity

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

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

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

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

This text has shadow with #3E4060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4060 on black background.


Color preview on white background

This text has color #3E4060 on white background.



Black color preview on #3E4060 background

This text has black color on #3E4060 background.


White color preview on #3E4060 background

This text has white color on #3E4060 background.