COLOR #3E494F

HEX: #3E494F
RGB: (62,73,79)

Color info

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

RGB color model

#3E494F color RGB value is (62,73,79).

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

RGB channels and saturation

R 62 of 255 = 24%
G 73 of 255 = 29%
B 79 of 255 = 31%

62
73
79

R + G + B ~ 28%. #3E494F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 73 + 79 = 214 (100%)
R 62 of 214 ~ 28.97%
G 73 of 214 ~ 34.11%
B 79 of 214 ~ 36.92%

%28.97
%34.11
%36.92

CMYK color model

#3E494F color CMYK value is (22,8,0,69).

  • cyan value is 21.52%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(22,8,0,69)
C22M8Y0K69 
(22%,8%,0%,69%)
(0.22/0.08/0.00/0.69)	

CMYK percentages

%21.52
%7.59
%0
%69.02

Codes

Color #3E494F in popluar color models

3E494F
RGB627379
HSL201°12.06%27.65%
HSB/HSV201°21.52%30.98%
CMYK21.52%7.59%0.00%
69.02%

Color #3E494F in popluar number systems.

HEX3E494F
Decimal627379
Binary11111010010011001111
Octal76111117

Shades and tints

Shades of #3E494F

#3E494F
(62,73,79)
#394348
(57,67,72)
#343D41
(52,61,65)
#2F373A
(47,55,58)
#2A3133
(42,49,51)
#252B2C
(37,43,44)
#202525
(32,37,37)
#1B1F1E
(27,31,30)
#161917
(22,25,23)
#111310
(17,19,16)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #3E494F

#3E494F
(62,73,79)
#4F595F
(79,89,95)
#60696F
(96,105,111)
#71797F
(113,121,127)
#82898F
(130,137,143)
#93999F
(147,153,159)
#A4A9AF
(164,169,175)
#B5B9BF
(181,185,191)
#C6C9CF
(198,201,207)
#D7D9DF
(215,217,223)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E494F; }

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

This text font color is #3E494F.


Background Color

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

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

This div background color is #3E494F.


Border color

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

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

This div border color is #3E494F.


Opacity

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

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

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

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

This text has shadow with #3E494F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E494F on black background.


Color preview on white background

This text has color #3E494F on white background.



Black color preview on #3E494F background

This text has black color on #3E494F background.


White color preview on #3E494F background

This text has white color on #3E494F background.