COLOR #3E444E

HEX: #3E444E
RGB: (62,68,78)

Color info

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

RGB color model

#3E444E color RGB value is (62,68,78).

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

RGB channels and saturation

R 62 of 255 = 24%
G 68 of 255 = 27%
B 78 of 255 = 31%

62
68
78

R + G + B ~ 27%. #3E444E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 68 + 78 = 208 (100%)
R 62 of 208 ~ 29.81%
G 68 of 208 ~ 32.69%
B 78 of 208 ~ 37.5%

%29.81
%32.69
%37.5

CMYK color model

#3E444E color CMYK value is (21,13,0,69).

  • cyan value is 20.51%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(21,13,0,69)
C21M13Y0K69 
(21%,13%,0%,69%)
(0.21/0.13/0.00/0.69)	

CMYK percentages

%20.51
%12.82
%0
%69.41

Codes

Color #3E444E in popluar color models

3E444E
RGB626878
HSL218°11.43%27.45%
HSB/HSV218°20.51%30.59%
CMYK20.51%12.82%0.00%
69.41%

Color #3E444E in popluar number systems.

HEX3E444E
Decimal626878
Binary11111010001001001110
Octal76104116

Shades and tints

Shades of #3E444E

#3E444E
(62,68,78)
#393E47
(57,62,71)
#343840
(52,56,64)
#2F3239
(47,50,57)
#2A2C32
(42,44,50)
#25262B
(37,38,43)
#202024
(32,32,36)
#1B1A1D
(27,26,29)
#161416
(22,20,22)
#110E0F
(17,14,15)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #3E444E

#3E444E
(62,68,78)
#4F555E
(79,85,94)
#60666E
(96,102,110)
#71777E
(113,119,126)
#82888E
(130,136,142)
#93999E
(147,153,158)
#A4AAAE
(164,170,174)
#B5BBBE
(181,187,190)
#C6CCCE
(198,204,206)
#D7DDDE
(215,221,222)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E444E; }

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

This text font color is #3E444E.


Background Color

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

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

This div background color is #3E444E.


Border color

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

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

This div border color is #3E444E.


Opacity

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

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

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

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

This text has shadow with #3E444E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E444E on black background.


Color preview on white background

This text has color #3E444E on white background.



Black color preview on #3E444E background

This text has black color on #3E444E background.


White color preview on #3E444E background

This text has white color on #3E444E background.