COLOR #3E4E50

HEX: #3E4E50
RGB: (62,78,80)

Color info

#3E4E50 contains red, green and blue colors in about the same proportion. Web safe color of #3E4E50 is #336666 (or #366).

RGB color model

#3E4E50 color RGB value is (62,78,80).

  • red value is 62;
  • green value is 78;
  • blue value is 80.
RGB:
(62,78,80)
(24%,31%,31%)

RGB channels and saturation

R 62 of 255 = 24%
G 78 of 255 = 31%
B 80 of 255 = 31%

62
78
80

R + G + B ~ 29%. #3E4E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 78 + 80 = 220 (100%)
R 62 of 220 ~ 28.18%
G 78 of 220 ~ 35.45%
B 80 of 220 ~ 36.36%

%28.18
%35.45
%36.36

CMYK color model

#3E4E50 color CMYK value is (23,2,0,69).

  • cyan value is 22.50%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(23,2,0,69)
C23M2Y0K69 
(23%,2%,0%,69%)
(0.23/0.02/0.00/0.69)	

CMYK percentages

%22.5
%2.5
%0
%68.63

Codes

Color #3E4E50 in popluar color models

3E4E50
RGB627880
HSL187°12.68%27.84%
HSB/HSV187°22.50%31.37%
CMYK22.50%2.50%0.00%
68.63%

Color #3E4E50 in popluar number systems.

HEX3E4E50
Decimal627880
Binary11111010011101010000
Octal76116120

Shades and tints

Shades of #3E4E50

#3E4E50
(62,78,80)
#394749
(57,71,73)
#344042
(52,64,66)
#2F393B
(47,57,59)
#2A3234
(42,50,52)
#252B2D
(37,43,45)
#202426
(32,36,38)
#1B1D1F
(27,29,31)
#161618
(22,22,24)
#110F11
(17,15,17)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #3E4E50

#3E4E50
(62,78,80)
#4F5E5F
(79,94,95)
#606E6E
(96,110,110)
#717E7D
(113,126,125)
#828E8C
(130,142,140)
#939E9B
(147,158,155)
#A4AEAA
(164,174,170)
#B5BEB9
(181,190,185)
#C6CEC8
(198,206,200)
#D7DED7
(215,222,215)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4E50 color. Also use rgb(62,78,80) instead hex code.

Text Font Color

.myTextColor { color: #3E4E50; }

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

This text font color is #3E4E50.


Background Color

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

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

This div background color is #3E4E50.


Border color

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

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

This div border color is #3E4E50.


Opacity

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

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

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

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

This text has shadow with #3E4E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4E50 on black background.


Color preview on white background

This text has color #3E4E50 on white background.



Black color preview on #3E4E50 background

This text has black color on #3E4E50 background.


White color preview on #3E4E50 background

This text has white color on #3E4E50 background.