COLOR #3E4049

HEX: #3E4049
RGB: (62,64,73)

Color info

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

RGB color model

#3E4049 color RGB value is (62,64,73).

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

RGB channels and saturation

R 62 of 255 = 24%
G 64 of 255 = 25%
B 73 of 255 = 29%

62
64
73

R + G + B ~ 26%. #3E4049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 64 + 73 = 199 (100%)
R 62 of 199 ~ 31.16%
G 64 of 199 ~ 32.16%
B 73 of 199 ~ 36.68%

%31.16
%32.16
%36.68

CMYK color model

#3E4049 color CMYK value is (15,12,0,71).

  • cyan value is 15.07%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(15,12,0,71)
C15M12Y0K71 
(15%,12%,0%,71%)
(0.15/0.12/0.00/0.71)	

CMYK percentages

%15.07
%12.33
%0
%71.37

Codes

Color #3E4049 in popluar color models

3E4049
RGB626473
HSL229°8.15%26.47%
HSB/HSV229°15.07%28.63%
CMYK15.07%12.33%0.00%
71.37%

Color #3E4049 in popluar number systems.

HEX3E4049
Decimal626473
Binary11111010000001001001
Octal76100111

Shades and tints

Shades of #3E4049

#3E4049
(62,64,73)
#393B43
(57,59,67)
#34363D
(52,54,61)
#2F3137
(47,49,55)
#2A2C31
(42,44,49)
#25272B
(37,39,43)
#202225
(32,34,37)
#1B1D1F
(27,29,31)
#161819
(22,24,25)
#111313
(17,19,19)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #3E4049

#3E4049
(62,64,73)
#4F5159
(79,81,89)
#606269
(96,98,105)
#717379
(113,115,121)
#828489
(130,132,137)
#939599
(147,149,153)
#A4A6A9
(164,166,169)
#B5B7B9
(181,183,185)
#C6C8C9
(198,200,201)
#D7D9D9
(215,217,217)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4049; }

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

This text font color is #3E4049.


Background Color

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

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

This div background color is #3E4049.


Border color

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

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

This div border color is #3E4049.


Opacity

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

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

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

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

This text has shadow with #3E4049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4049 on black background.


Color preview on white background

This text has color #3E4049 on white background.



Black color preview on #3E4049 background

This text has black color on #3E4049 background.


White color preview on #3E4049 background

This text has white color on #3E4049 background.