COLOR #3E394D

HEX: #3E394D RGB: (62,57,77)

Color info

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

RGB color model

#3E394D color RGB value is (62,57,77).

RGB: (62,57,77) (24%, 22%, 30%)

RGB channels and saturation

R 62 of 255 = 24%
G 57 of 255 = 22%
B 77 of 255 = 30%

62
57
77

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

Portions of RGB colors in percentages

R + G + B = 62 + 57 + 77 = 196 (100%)
R 62 of 196 ~ 31.63%
G 57 of 196 ~ 29.08%
B 77 of 196 ~ 39.29'%

%31.63
%29.08
%39.29

CMYK color model

#3E394D color CMYK value is (19,26,0,70).

  • cyan value is 19.48%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (19,26,0,70)
C19M26Y0K70 (19%, 26%, 0%, 70%)
(0.19 / 0.26 / 0.00 / 0.70)

CMYK percentages

%19.48
%25.97
%0
%69.8

Codes

Color #3E394D in popluar color models

3E 39 4D
RGB 62 57 77
HSL 255° 14.93% 26.27%
HSB/HSV 255° 25.97% 30.20%
CMYK 19.48% 25.97% 0.00%
69.80%

Color #3E394D in popluar number systems.

HEX 3E 39 4D
Decimal 62 57 77
Binary 111110 111001 1001101
Octal 76 71 115

Shades and tints

Shades of #3E394D

#3E394D
(62,57,77)
#393446
(57,52,70)
#342F3F
(52,47,63)
#2F2A38
(47,42,56)
#2A2531
(42,37,49)
#25202A
(37,32,42)
#201B23
(32,27,35)
#1B161C
(27,22,28)
#161115
(22,17,21)
#110C0E
(17,12,14)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #3E394D

#3E394D
(62,57,77)
#4F4B5D
(79,75,93)
#605D6D
(96,93,109)
#716F7D
(113,111,125)
#82818D
(130,129,141)
#93939D
(147,147,157)
#A4A5AD
(164,165,173)
#B5B7BD
(181,183,189)
#C6C9CD
(198,201,205)
#D7DBDD
(215,219,221)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E394D; }

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

This text font color is #3E394D.

Background Color

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

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

This div background color is #3E394D.

Border color

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

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

This div border color is #3E394D.

Opacity

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

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

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

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

This text has shadow with #3E394D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E394D.

Preview

Color preview on black background

This text has color #3E394D on black background.


Color preview on white background

This text has color #3E394D on white background.


Black color preview on #3E394D background

This text has black color on #3E394D background.


White color preview on #3E394D background

This text has white color on #3E394D background.


Related colors

Complementary color

Complementary color for #hex is #C1C6B2.


I love getcolorcode.com

Triadic colors

1 #4D3E39 and #394D3E with #3E394D are triadic colors.

2 #4D393E and #393E4D with #3E394D are triadic colors.