COLOR #3E4149

HEX: #3E4149
RGB: (62,65,73)

Color info

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

RGB color model

#3E4149 color RGB value is (62,65,73).

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

RGB channels and saturation

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

62
65
73

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

Portions of RGB colors in percentages

R + G + B =
62 + 65 + 73 = 200 (100%)
R 62 of 200 ~ 31%
G 65 of 200 ~ 32.5%
B 73 of 200 ~ 36.5%

%31
%32.5
%36.5

CMYK color model

#3E4149 color CMYK value is (15,11,0,71).

  • cyan value is 15.07%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(15,11,0,71)
C15M11Y0K71 
(15%,11%,0%,71%)
(0.15/0.11/0.00/0.71)	

CMYK percentages

%15.07
%10.96
%0
%71.37

Codes

Color #3E4149 in popluar color models

3E4149
RGB626573
HSL224°8.15%26.47%
HSB/HSV224°15.07%28.63%
CMYK15.07%10.96%0.00%
71.37%

Color #3E4149 in popluar number systems.

HEX3E4149
Decimal626573
Binary11111010000011001001
Octal76101111

Shades and tints

Shades of #3E4149

#3E4149
(62,65,73)
#393C43
(57,60,67)
#34373D
(52,55,61)
#2F3237
(47,50,55)
#2A2D31
(42,45,49)
#25282B
(37,40,43)
#202325
(32,35,37)
#1B1E1F
(27,30,31)
#161919
(22,25,25)
#111413
(17,20,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #3E4149

#3E4149
(62,65,73)
#4F5259
(79,82,89)
#606369
(96,99,105)
#717479
(113,116,121)
#828589
(130,133,137)
#939699
(147,150,153)
#A4A7A9
(164,167,169)
#B5B8B9
(181,184,185)
#C6C9C9
(198,201,201)
#D7DAD9
(215,218,217)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4149; }

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

This text font color is #3E4149.


Background Color

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

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

This div background color is #3E4149.


Border color

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

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

This div border color is #3E4149.


Opacity

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

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

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

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

This text has shadow with #3E4149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4149 on black background.


Color preview on white background

This text has color #3E4149 on white background.



Black color preview on #3E4149 background

This text has black color on #3E4149 background.


White color preview on #3E4149 background

This text has white color on #3E4149 background.