COLOR #3E465B

HEX: #3E465B
RGB: (62,70,91)

Color info

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

RGB color model

#3E465B color RGB value is (62,70,91).

  • red value is 62;
  • green value is 70;
  • blue value is 91.
RGB:
(62,70,91)
(24%,27%,36%)

RGB channels and saturation

R 62 of 255 = 24%
G 70 of 255 = 27%
B 91 of 255 = 36%

62
70
91

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

Portions of RGB colors in percentages

R + G + B =
62 + 70 + 91 = 223 (100%)
R 62 of 223 ~ 27.8%
G 70 of 223 ~ 31.39%
B 91 of 223 ~ 40.81%

%27.8
%31.39
%40.81

CMYK color model

#3E465B color CMYK value is (32,23,0,64).

  • cyan value is 31.87%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(32,23,0,64)
C32M23Y0K64 
(32%,23%,0%,64%)
(0.32/0.23/0.00/0.64)	

CMYK percentages

%31.87
%23.08
%0
%64.31

Codes

Color #3E465B in popluar color models

3E465B
RGB627091
HSL223°18.95%30.00%
HSB/HSV223°31.87%35.69%
CMYK31.87%23.08%0.00%
64.31%

Color #3E465B in popluar number systems.

HEX3E465B
Decimal627091
Binary11111010001101011011
Octal76106133

Shades and tints

Shades of #3E465B

#3E465B
(62,70,91)
#394053
(57,64,83)
#343A4B
(52,58,75)
#2F3443
(47,52,67)
#2A2E3B
(42,46,59)
#252833
(37,40,51)
#20222B
(32,34,43)
#1B1C23
(27,28,35)
#16161B
(22,22,27)
#111013
(17,16,19)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #3E465B

#3E465B
(62,70,91)
#4F5669
(79,86,105)
#606677
(96,102,119)
#717685
(113,118,133)
#828693
(130,134,147)
#9396A1
(147,150,161)
#A4A6AF
(164,166,175)
#B5B6BD
(181,182,189)
#C6C6CB
(198,198,203)
#D7D6D9
(215,214,217)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E465B color. Also use rgb(62,70,91) instead hex code.

Text Font Color

.myTextColor { color: #3E465B; }

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

This text font color is #3E465B.


Background Color

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

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

This div background color is #3E465B.


Border color

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

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

This div border color is #3E465B.


Opacity

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

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

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

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

This text has shadow with #3E465B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E465B on black background.


Color preview on white background

This text has color #3E465B on white background.



Black color preview on #3E465B background

This text has black color on #3E465B background.


White color preview on #3E465B background

This text has white color on #3E465B background.