COLOR #3E4A60

HEX: #3E4A60
RGB: (62,74,96)

Color info

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

RGB color model

#3E4A60 color RGB value is (62,74,96).

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

RGB channels and saturation

R 62 of 255 = 24%
G 74 of 255 = 29%
B 96 of 255 = 38%

62
74
96

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

Portions of RGB colors in percentages

R + G + B =
62 + 74 + 96 = 232 (100%)
R 62 of 232 ~ 26.72%
G 74 of 232 ~ 31.9%
B 96 of 232 ~ 41.38%

%26.72
%31.9
%41.38

CMYK color model

#3E4A60 color CMYK value is (35,23,0,62).

  • cyan value is 35.42%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(35,23,0,62)
C35M23Y0K62 
(35%,23%,0%,62%)
(0.35/0.23/0.00/0.62)	

CMYK percentages

%35.42
%22.92
%0
%62.35

Codes

Color #3E4A60 in popluar color models

3E4A60
RGB627496
HSL219°21.52%30.98%
HSB/HSV219°35.42%37.65%
CMYK35.42%22.92%0.00%
62.35%

Color #3E4A60 in popluar number systems.

HEX3E4A60
Decimal627496
Binary11111010010101100000
Octal76112140

Shades and tints

Shades of #3E4A60

#3E4A60
(62,74,96)
#394458
(57,68,88)
#343E50
(52,62,80)
#2F3848
(47,56,72)
#2A3240
(42,50,64)
#252C38
(37,44,56)
#202630
(32,38,48)
#1B2028
(27,32,40)
#161A20
(22,26,32)
#111418
(17,20,24)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #3E4A60

#3E4A60
(62,74,96)
#4F5A6E
(79,90,110)
#606A7C
(96,106,124)
#717A8A
(113,122,138)
#828A98
(130,138,152)
#939AA6
(147,154,166)
#A4AAB4
(164,170,180)
#B5BAC2
(181,186,194)
#C6CAD0
(198,202,208)
#D7DADE
(215,218,222)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4A60; }

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

This text font color is #3E4A60.


Background Color

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

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

This div background color is #3E4A60.


Border color

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

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

This div border color is #3E4A60.


Opacity

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

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

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

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

This text has shadow with #3E4A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4A60 on black background.


Color preview on white background

This text has color #3E4A60 on white background.



Black color preview on #3E4A60 background

This text has black color on #3E4A60 background.


White color preview on #3E4A60 background

This text has white color on #3E4A60 background.