COLOR #3E4E44

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

Color info

#3E4E44 contains red, green and blue colors in about the same proportion. Web safe color of #3E4E44 is #336633 (or #363).

RGB color model

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

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

RGB channels and saturation

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

62
78
68

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

Portions of RGB colors in percentages

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

%29.81
%37.5
%32.69

CMYK color model

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

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

CMYK percentages

%20.51
%0
%12.82
%69.41

Codes

Color #3E4E44 in popluar color models

3E4E44
RGB627868
HSL143°11.43%27.45%
HSB/HSV143°20.51%30.59%
CMYK20.51%0.00%12.82%
69.41%

Color #3E4E44 in popluar number systems.

HEX3E4E44
Decimal627868
Binary11111010011101000100
Octal76116104

Shades and tints

Shades of #3E4E44

#3E4E44
(62,78,68)
#39473E
(57,71,62)
#344038
(52,64,56)
#2F3932
(47,57,50)
#2A322C
(42,50,44)
#252B26
(37,43,38)
#202420
(32,36,32)
#1B1D1A
(27,29,26)
#161614
(22,22,20)
#110F0E
(17,15,14)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #3E4E44

#3E4E44
(62,78,68)
#4F5E55
(79,94,85)
#606E66
(96,110,102)
#717E77
(113,126,119)
#828E88
(130,142,136)
#939E99
(147,158,153)
#A4AEAA
(164,174,170)
#B5BEBB
(181,190,187)
#C6CECC
(198,206,204)
#D7DEDD
(215,222,221)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4E44; }

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

This text font color is #3E4E44.


Background Color

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

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

This div background color is #3E4E44.


Border color

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

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

This div border color is #3E4E44.


Opacity

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

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

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

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

This text has shadow with #3E4E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4E44 on black background.


Color preview on white background

This text has color #3E4E44 on white background.



Black color preview on #3E4E44 background

This text has black color on #3E4E44 background.


White color preview on #3E4E44 background

This text has white color on #3E4E44 background.