COLOR #3E3944

HEX: #3E3944
RGB: (62,57,68)

Color info

#3E3944 contains red, green and blue colors in about the same proportion. Web safe color of #3E3944 is #333333 (or #333).

RGB color model

#3E3944 color RGB value is (62,57,68).

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

RGB channels and saturation

R 62 of 255 = 24%
G 57 of 255 = 22%
B 68 of 255 = 27%

62
57
68

R + G + B ~ 24%. #3E3944 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 57 + 68 = 187 (100%)
R 62 of 187 ~ 33.16%
G 57 of 187 ~ 30.48%
B 68 of 187 ~ 36.36%

%33.16
%30.48
%36.36

CMYK color model

#3E3944 color CMYK value is (9,16,0,73).

  • cyan value is 8.82%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(9,16,0,73)
C9M16Y0K73 
(9%,16%,0%,73%)
(0.09/0.16/0.00/0.73)	

CMYK percentages

%8.82
%16.18
%0
%73.33

Codes

Color #3E3944 in popluar color models

3E3944
RGB625768
HSL267°8.80%24.51%
HSB/HSV267°16.18%26.67%
CMYK8.82%16.18%0.00%
73.33%

Color #3E3944 in popluar number systems.

HEX3E3944
Decimal625768
Binary1111101110011000100
Octal7671104

Shades and tints

Shades of #3E3944

#3E3944
(62,57,68)
#39343E
(57,52,62)
#342F38
(52,47,56)
#2F2A32
(47,42,50)
#2A252C
(42,37,44)
#252026
(37,32,38)
#201B20
(32,27,32)
#1B161A
(27,22,26)
#161114
(22,17,20)
#110C0E
(17,12,14)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #3E3944

#3E3944
(62,57,68)
#4F4B55
(79,75,85)
#605D66
(96,93,102)
#716F77
(113,111,119)
#828188
(130,129,136)
#939399
(147,147,153)
#A4A5AA
(164,165,170)
#B5B7BB
(181,183,187)
#C6C9CC
(198,201,204)
#D7DBDD
(215,219,221)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3944; }

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

This text font color is #3E3944.


Background Color

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

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

This div background color is #3E3944.


Border color

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

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

This div border color is #3E3944.


Opacity

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

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

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

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

This text has shadow with #3E3944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3944 on black background.


Color preview on white background

This text has color #3E3944 on white background.



Black color preview on #3E3944 background

This text has black color on #3E3944 background.


White color preview on #3E3944 background

This text has white color on #3E3944 background.