COLOR #3E494E

HEX: #3E494E
RGB: (62,73,78)

Color info

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

RGB color model

#3E494E color RGB value is (62,73,78).

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

RGB channels and saturation

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

62
73
78

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

Portions of RGB colors in percentages

R + G + B =
62 + 73 + 78 = 213 (100%)
R 62 of 213 ~ 29.11%
G 73 of 213 ~ 34.27%
B 78 of 213 ~ 36.62%

%29.11
%34.27
%36.62

CMYK color model

#3E494E color CMYK value is (21,6,0,69).

  • cyan value is 20.51%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(21,6,0,69)
C21M6Y0K69 
(21%,6%,0%,69%)
(0.21/0.06/0.00/0.69)	

CMYK percentages

%20.51
%6.41
%0
%69.41

Codes

Color #3E494E in popluar color models

3E494E
RGB627378
HSL199°11.43%27.45%
HSB/HSV199°20.51%30.59%
CMYK20.51%6.41%0.00%
69.41%

Color #3E494E in popluar number systems.

HEX3E494E
Decimal627378
Binary11111010010011001110
Octal76111116

Shades and tints

Shades of #3E494E

#3E494E
(62,73,78)
#394347
(57,67,71)
#343D40
(52,61,64)
#2F3739
(47,55,57)
#2A3132
(42,49,50)
#252B2B
(37,43,43)
#202524
(32,37,36)
#1B1F1D
(27,31,29)
#161916
(22,25,22)
#11130F
(17,19,15)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #3E494E

#3E494E
(62,73,78)
#4F595E
(79,89,94)
#60696E
(96,105,110)
#71797E
(113,121,126)
#82898E
(130,137,142)
#93999E
(147,153,158)
#A4A9AE
(164,169,174)
#B5B9BE
(181,185,190)
#C6C9CE
(198,201,206)
#D7D9DE
(215,217,222)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E494E; }

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

This text font color is #3E494E.


Background Color

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

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

This div background color is #3E494E.


Border color

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

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

This div border color is #3E494E.


Opacity

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

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

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

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

This text has shadow with #3E494E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E494E on black background.


Color preview on white background

This text has color #3E494E on white background.



Black color preview on #3E494E background

This text has black color on #3E494E background.


White color preview on #3E494E background

This text has white color on #3E494E background.