COLOR #3E424E

HEX: #3E424E
RGB: (62,66,78)

Color info

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

RGB color model

#3E424E color RGB value is (62,66,78).

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

RGB channels and saturation

R 62 of 255 = 24%
G 66 of 255 = 26%
B 78 of 255 = 31%

62
66
78

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

Portions of RGB colors in percentages

R + G + B =
62 + 66 + 78 = 206 (100%)
R 62 of 206 ~ 30.1%
G 66 of 206 ~ 32.04%
B 78 of 206 ~ 37.86%

%30.1
%32.04
%37.86

CMYK color model

#3E424E color CMYK value is (21,15,0,69).

  • cyan value is 20.51%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(21,15,0,69)
C21M15Y0K69 
(21%,15%,0%,69%)
(0.21/0.15/0.00/0.69)	

CMYK percentages

%20.51
%15.38
%0
%69.41

Codes

Color #3E424E in popluar color models

3E424E
RGB626678
HSL225°11.43%27.45%
HSB/HSV225°20.51%30.59%
CMYK20.51%15.38%0.00%
69.41%

Color #3E424E in popluar number systems.

HEX3E424E
Decimal626678
Binary11111010000101001110
Octal76102116

Shades and tints

Shades of #3E424E

#3E424E
(62,66,78)
#393C47
(57,60,71)
#343640
(52,54,64)
#2F3039
(47,48,57)
#2A2A32
(42,42,50)
#25242B
(37,36,43)
#201E24
(32,30,36)
#1B181D
(27,24,29)
#161216
(22,18,22)
#110C0F
(17,12,15)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #3E424E

#3E424E
(62,66,78)
#4F535E
(79,83,94)
#60646E
(96,100,110)
#71757E
(113,117,126)
#82868E
(130,134,142)
#93979E
(147,151,158)
#A4A8AE
(164,168,174)
#B5B9BE
(181,185,190)
#C6CACE
(198,202,206)
#D7DBDE
(215,219,222)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E424E; }

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

This text font color is #3E424E.


Background Color

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

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

This div background color is #3E424E.


Border color

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

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

This div border color is #3E424E.


Opacity

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

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

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

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

This text has shadow with #3E424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E424E on black background.


Color preview on white background

This text has color #3E424E on white background.



Black color preview on #3E424E background

This text has black color on #3E424E background.


White color preview on #3E424E background

This text has white color on #3E424E background.