COLOR #3E495F

HEX: #3E495F
RGB: (62,73,95)

Color info

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

RGB color model

#3E495F color RGB value is (62,73,95).

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

RGB channels and saturation

R 62 of 255 = 24%
G 73 of 255 = 29%
B 95 of 255 = 37%

62
73
95

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

Portions of RGB colors in percentages

R + G + B =
62 + 73 + 95 = 230 (100%)
R 62 of 230 ~ 26.96%
G 73 of 230 ~ 31.74%
B 95 of 230 ~ 41.3%

%26.96
%31.74
%41.3

CMYK color model

#3E495F color CMYK value is (35,23,0,63).

  • cyan value is 34.74%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(35,23,0,63)
C35M23Y0K63 
(35%,23%,0%,63%)
(0.35/0.23/0.00/0.63)	

CMYK percentages

%34.74
%23.16
%0
%62.75

Codes

Color #3E495F in popluar color models

3E495F
RGB627395
HSL220°21.02%30.78%
HSB/HSV220°34.74%37.25%
CMYK34.74%23.16%0.00%
62.75%

Color #3E495F in popluar number systems.

HEX3E495F
Decimal627395
Binary11111010010011011111
Octal76111137

Shades and tints

Shades of #3E495F

#3E495F
(62,73,95)
#394357
(57,67,87)
#343D4F
(52,61,79)
#2F3747
(47,55,71)
#2A313F
(42,49,63)
#252B37
(37,43,55)
#20252F
(32,37,47)
#1B1F27
(27,31,39)
#16191F
(22,25,31)
#111317
(17,19,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #3E495F

#3E495F
(62,73,95)
#4F596D
(79,89,109)
#60697B
(96,105,123)
#717989
(113,121,137)
#828997
(130,137,151)
#9399A5
(147,153,165)
#A4A9B3
(164,169,179)
#B5B9C1
(181,185,193)
#C6C9CF
(198,201,207)
#D7D9DD
(215,217,221)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E495F; }

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

This text font color is #3E495F.


Background Color

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

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

This div background color is #3E495F.


Border color

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

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

This div border color is #3E495F.


Opacity

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

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

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

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

This text has shadow with #3E495F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E495F on black background.


Color preview on white background

This text has color #3E495F on white background.



Black color preview on #3E495F background

This text has black color on #3E495F background.


White color preview on #3E495F background

This text has white color on #3E495F background.