COLOR #3E4250

HEX: #3E4250
RGB: (62,66,80)

Color info

#3E4250 contains red, green and blue colors in about the same proportion. Web safe color of #3E4250 is #333366 (or #336).

RGB color model

#3E4250 color RGB value is (62,66,80).

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

RGB channels and saturation

R 62 of 255 = 24%
G 66 of 255 = 26%
B 80 of 255 = 31%

62
66
80

R + G + B ~ 27%. #3E4250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 66 + 80 = 208 (100%)
R 62 of 208 ~ 29.81%
G 66 of 208 ~ 31.73%
B 80 of 208 ~ 38.46%

%29.81
%31.73
%38.46

CMYK color model

#3E4250 color CMYK value is (23,18,0,69).

  • cyan value is 22.50%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(23,18,0,69)
C23M18Y0K69 
(23%,18%,0%,69%)
(0.23/0.18/0.00/0.69)	

CMYK percentages

%22.5
%17.5
%0
%68.63

Codes

Color #3E4250 in popluar color models

3E4250
RGB626680
HSL227°12.68%27.84%
HSB/HSV227°22.50%31.37%
CMYK22.50%17.50%0.00%
68.63%

Color #3E4250 in popluar number systems.

HEX3E4250
Decimal626680
Binary11111010000101010000
Octal76102120

Shades and tints

Shades of #3E4250

#3E4250
(62,66,80)
#393C49
(57,60,73)
#343642
(52,54,66)
#2F303B
(47,48,59)
#2A2A34
(42,42,52)
#25242D
(37,36,45)
#201E26
(32,30,38)
#1B181F
(27,24,31)
#161218
(22,18,24)
#110C11
(17,12,17)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #3E4250

#3E4250
(62,66,80)
#4F535F
(79,83,95)
#60646E
(96,100,110)
#71757D
(113,117,125)
#82868C
(130,134,140)
#93979B
(147,151,155)
#A4A8AA
(164,168,170)
#B5B9B9
(181,185,185)
#C6CAC8
(198,202,200)
#D7DBD7
(215,219,215)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4250; }

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

This text font color is #3E4250.


Background Color

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

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

This div background color is #3E4250.


Border color

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

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

This div border color is #3E4250.


Opacity

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

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

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

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

This text has shadow with #3E4250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4250 on black background.


Color preview on white background

This text has color #3E4250 on white background.



Black color preview on #3E4250 background

This text has black color on #3E4250 background.


White color preview on #3E4250 background

This text has white color on #3E4250 background.