COLOR #3E4960

HEX: #3E4960
RGB: (62,73,96)

Color info

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

RGB color model

#3E4960 color RGB value is (62,73,96).

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

RGB channels and saturation

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

62
73
96

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

Portions of RGB colors in percentages

R + G + B =
62 + 73 + 96 = 231 (100%)
R 62 of 231 ~ 26.84%
G 73 of 231 ~ 31.6%
B 96 of 231 ~ 41.56%

%26.84
%31.6
%41.56

CMYK color model

#3E4960 color CMYK value is (35,24,0,62).

  • cyan value is 35.42%
  • magenta value is 23.96%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(35,24,0,62)
C35M24Y0K62 
(35%,24%,0%,62%)
(0.35/0.24/0.00/0.62)	

CMYK percentages

%35.42
%23.96
%0
%62.35

Codes

Color #3E4960 in popluar color models

3E4960
RGB627396
HSL221°21.52%30.98%
HSB/HSV221°35.42%37.65%
CMYK35.42%23.96%0.00%
62.35%

Color #3E4960 in popluar number systems.

HEX3E4960
Decimal627396
Binary11111010010011100000
Octal76111140

Shades and tints

Shades of #3E4960

#3E4960
(62,73,96)
#394358
(57,67,88)
#343D50
(52,61,80)
#2F3748
(47,55,72)
#2A3140
(42,49,64)
#252B38
(37,43,56)
#202530
(32,37,48)
#1B1F28
(27,31,40)
#161920
(22,25,32)
#111318
(17,19,24)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #3E4960

#3E4960
(62,73,96)
#4F596E
(79,89,110)
#60697C
(96,105,124)
#71798A
(113,121,138)
#828998
(130,137,152)
#9399A6
(147,153,166)
#A4A9B4
(164,169,180)
#B5B9C2
(181,185,194)
#C6C9D0
(198,201,208)
#D7D9DE
(215,217,222)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4960; }

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

This text font color is #3E4960.


Background Color

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

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

This div background color is #3E4960.


Border color

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

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

This div border color is #3E4960.


Opacity

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

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

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

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

This text has shadow with #3E4960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4960 on black background.


Color preview on white background

This text has color #3E4960 on white background.



Black color preview on #3E4960 background

This text has black color on #3E4960 background.


White color preview on #3E4960 background

This text has white color on #3E4960 background.