COLOR #3E4C49

HEX: #3E4C49
RGB: (62,76,73)

Color info

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

RGB color model

#3E4C49 color RGB value is (62,76,73).

  • red value is 62;
  • green value is 76;
  • blue value is 73.
RGB:
(62,76,73)
(24%,30%,29%)

RGB channels and saturation

R 62 of 255 = 24%
G 76 of 255 = 30%
B 73 of 255 = 29%

62
76
73

R + G + B ~ 28%. #3E4C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 76 + 73 = 211 (100%)
R 62 of 211 ~ 29.38%
G 76 of 211 ~ 36.02%
B 73 of 211 ~ 34.6%

%29.38
%36.02
%34.6

CMYK color model

#3E4C49 color CMYK value is (18,0,4,70).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 70.20%
CMYK:
(18,0,4,70)
C18M0Y4K70 
(18%,0%,4%,70%)
(0.18/0.00/0.04/0.70)	

CMYK percentages

%18.42
%0
%3.95
%70.2

Codes

Color #3E4C49 in popluar color models

3E4C49
RGB627673
HSL167°10.14%27.06%
HSB/HSV167°18.42%29.80%
CMYK18.42%0.00%3.95%
70.20%

Color #3E4C49 in popluar number systems.

HEX3E4C49
Decimal627673
Binary11111010011001001001
Octal76114111

Shades and tints

Shades of #3E4C49

#3E4C49
(62,76,73)
#394643
(57,70,67)
#34403D
(52,64,61)
#2F3A37
(47,58,55)
#2A3431
(42,52,49)
#252E2B
(37,46,43)
#202825
(32,40,37)
#1B221F
(27,34,31)
#161C19
(22,28,25)
#111613
(17,22,19)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #3E4C49

#3E4C49
(62,76,73)
#4F5C59
(79,92,89)
#606C69
(96,108,105)
#717C79
(113,124,121)
#828C89
(130,140,137)
#939C99
(147,156,153)
#A4ACA9
(164,172,169)
#B5BCB9
(181,188,185)
#C6CCC9
(198,204,201)
#D7DCD9
(215,220,217)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4C49; }

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

This text font color is #3E4C49.


Background Color

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

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

This div background color is #3E4C49.


Border color

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

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

This div border color is #3E4C49.


Opacity

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

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

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

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

This text has shadow with #3E4C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4C49 on black background.


Color preview on white background

This text has color #3E4C49 on white background.



Black color preview on #3E4C49 background

This text has black color on #3E4C49 background.


White color preview on #3E4C49 background

This text has white color on #3E4C49 background.