COLOR #3E4242

HEX: #3E4242 RGB: (62,66,66)

Color info

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

RGB color model

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

RGB: (62,66,66) (24%, 26%, 26%)

RGB channels and saturation

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

62
66
66

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

Portions of RGB colors in percentages

R + G + B = 62 + 66 + 66 = 194 (100%)
R 62 of 194 ~ 31.96%
G 66 of 194 ~ 34.02%
B 66 of 194 ~ 34.02'%

%31.96
%34.02
%34.02

CMYK color model

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

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (6,0,0,74)
C6M0Y0K74 (6%, 0%, 0%, 74%)
(0.06 / 0.00 / 0.00 / 0.74)

CMYK percentages

%6.06
%0
%0
%74.12

Codes

Color #3E4242 in popluar color models

3E 42 42
RGB 62 66 66
HSL 180° 3.13% 25.10%
HSB/HSV 180° 6.06% 25.88%
CMYK 6.06% 0.00% 0.00%
74.12%

Color #3E4242 in popluar number systems.

HEX 3E 42 42
Decimal 62 66 66
Binary 111110 1000010 1000010
Octal 76 102 102

Shades and tints

Shades of #3E4242

#3E4242
(62,66,66)
#393C3C
(57,60,60)
#343636
(52,54,54)
#2F3030
(47,48,48)
#2A2A2A
(42,42,42)
#252424
(37,36,36)
#201E1E
(32,30,30)
#1B1818
(27,24,24)
#161212
(22,18,18)
#110C0C
(17,12,12)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #3E4242

#3E4242
(62,66,66)
#4F5353
(79,83,83)
#606464
(96,100,100)
#717575
(113,117,117)
#828686
(130,134,134)
#939797
(147,151,151)
#A4A8A8
(164,168,168)
#B5B9B9
(181,185,185)
#C6CACA
(198,202,202)
#D7DBDB
(215,219,219)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4242; }

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

This text font color is #3E4242.

Background Color

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

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

This div background color is #3E4242.

Border color

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

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

This div border color is #3E4242.

Opacity

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

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

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

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

This text has shadow with #3E4242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4242.

Preview

Color preview on black background

This text has color #3E4242 on black background.


Color preview on white background

This text has color #3E4242 on white background.


Black color preview on #3E4242 background

This text has black color on #3E4242 background.


White color preview on #3E4242 background

This text has white color on #3E4242 background.


Related colors

Complementary color

Complementary color for #hex is #C1BDBD.


I love getcolorcode.com