COLOR #3E3F42

HEX: #3E3F42
RGB: (62,63,66)

Color info

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

RGB color model

#3E3F42 color RGB value is (62,63,66).

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

RGB channels and saturation

R 62 of 255 = 24%
G 63 of 255 = 25%
B 66 of 255 = 26%

62
63
66

R + G + B ~ 25%. #3E3F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 63 + 66 = 191 (100%)
R 62 of 191 ~ 32.46%
G 63 of 191 ~ 32.98%
B 66 of 191 ~ 34.55%

%32.46
%32.98
%34.55

CMYK color model

#3E3F42 color CMYK value is (6,5,0,74).

  • cyan value is 6.06%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(6,5,0,74)
C6M5Y0K74 
(6%,5%,0%,74%)
(0.06/0.05/0.00/0.74)	

CMYK percentages

%6.06
%4.55
%0
%74.12

Codes

Color #3E3F42 in popluar color models

3E3F42
RGB626366
HSL225°3.13%25.10%
HSB/HSV225°6.06%25.88%
CMYK6.06%4.55%0.00%
74.12%

Color #3E3F42 in popluar number systems.

HEX3E3F42
Decimal626366
Binary1111101111111000010
Octal7677102

Shades and tints

Shades of #3E3F42

#3E3F42
(62,63,66)
#393A3C
(57,58,60)
#343536
(52,53,54)
#2F3030
(47,48,48)
#2A2B2A
(42,43,42)
#252624
(37,38,36)
#20211E
(32,33,30)
#1B1C18
(27,28,24)
#161712
(22,23,18)
#11120C
(17,18,12)
#0C0D06
(12,13,6)
#000000
(0,0,0)

Tints of #3E3F42

#3E3F42
(62,63,66)
#4F5053
(79,80,83)
#606164
(96,97,100)
#717275
(113,114,117)
#828386
(130,131,134)
#939497
(147,148,151)
#A4A5A8
(164,165,168)
#B5B6B9
(181,182,185)
#C6C7CA
(198,199,202)
#D7D8DB
(215,216,219)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3F42; }

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

This text font color is #3E3F42.


Background Color

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

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

This div background color is #3E3F42.


Border color

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

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

This div border color is #3E3F42.


Opacity

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

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

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

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

This text has shadow with #3E3F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3F42 on black background.


Color preview on white background

This text has color #3E3F42 on white background.



Black color preview on #3E3F42 background

This text has black color on #3E3F42 background.


White color preview on #3E3F42 background

This text has white color on #3E3F42 background.