COLOR #3E3F39

HEX: #3E3F39 RGB: (62,63,57)

Color info

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

RGB color model

#3E3F39 color RGB value is (62,63,57).

RGB: (62,63,57) (24%, 25%, 22%)

RGB channels and saturation

R 62 of 255 = 24%
G 63 of 255 = 25%
B 57 of 255 = 22%

62
63
57

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

Portions of RGB colors in percentages

R + G + B = 62 + 63 + 57 = 182 (100%)
R 62 of 182 ~ 34.07%
G 63 of 182 ~ 34.62%
B 57 of 182 ~ 31.32'%

%34.07
%34.62
%31.32

CMYK color model

#3E3F39 color CMYK value is (2,0,10,75).

  • cyan value is 1.59%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 75.29%

CMYK: (2,0,10,75)
C2M0Y10K75 (2%, 0%, 10%, 75%)
(0.02 / 0.00 / 0.10 / 0.75)

CMYK percentages

%1.59
%0
%9.52
%75.29

Codes

Color #3E3F39 in popluar color models

3E 3F 39
RGB 62 63 57
HSL 70° 5.00% 23.53%
HSB/HSV 70° 9.52% 24.71%
CMYK 1.59% 0.00% 9.52%
75.29%

Color #3E3F39 in popluar number systems.

HEX 3E 3F 39
Decimal 62 63 57
Binary 111110 111111 111001
Octal 76 77 71

Shades and tints

Shades of #3E3F39

#3E3F39
(62,63,57)
#393A34
(57,58,52)
#34352F
(52,53,47)
#2F302A
(47,48,42)
#2A2B25
(42,43,37)
#252620
(37,38,32)
#20211B
(32,33,27)
#1B1C16
(27,28,22)
#161711
(22,23,17)
#11120C
(17,18,12)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #3E3F39

#3E3F39
(62,63,57)
#4F504B
(79,80,75)
#60615D
(96,97,93)
#71726F
(113,114,111)
#828381
(130,131,129)
#939493
(147,148,147)
#A4A5A5
(164,165,165)
#B5B6B7
(181,182,183)
#C6C7C9
(198,199,201)
#D7D8DB
(215,216,219)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3F39; }

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

This text font color is #3E3F39.

Background Color

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

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

This div background color is #3E3F39.

Border color

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

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

This div border color is #3E3F39.

Opacity

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

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

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

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

This text has shadow with #3E3F39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3F39.

Preview

Color preview on black background

This text has color #3E3F39 on black background.


Color preview on white background

This text has color #3E3F39 on white background.


Black color preview on #3E3F39 background

This text has black color on #3E3F39 background.


White color preview on #3E3F39 background

This text has white color on #3E3F39 background.


Related colors

Complementary color

Complementary color for #hex is #C1C0C6.


I love getcolorcode.com

Triadic colors

1 #393E3F and #3F393E with #3E3F39 are triadic colors.

2 #393F3E and #3F3E39 with #3E3F39 are triadic colors.