COLOR #3E464C

HEX: #3E464C RGB: (62,70,76)

Color info

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

RGB color model

#3E464C color RGB value is (62,70,76).

RGB: (62,70,76) (24%, 27%, 30%)

RGB channels and saturation

R 62 of 255 = 24%
G 70 of 255 = 27%
B 76 of 255 = 30%

62
70
76

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

Portions of RGB colors in percentages

R + G + B = 62 + 70 + 76 = 208 (100%)
R 62 of 208 ~ 29.81%
G 70 of 208 ~ 33.65%
B 76 of 208 ~ 36.54'%

%29.81
%33.65
%36.54

CMYK color model

#3E464C color CMYK value is (18,8,0,70).

  • cyan value is 18.42%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (18,8,0,70)
C18M8Y0K70 (18%, 8%, 0%, 70%)
(0.18 / 0.08 / 0.00 / 0.70)

CMYK percentages

%18.42
%7.89
%0
%70.2

Codes

Color #3E464C in popluar color models

3E 46 4C
RGB 62 70 76
HSL 206° 10.14% 27.06%
HSB/HSV 206° 18.42% 29.80%
CMYK 18.42% 7.89% 0.00%
70.20%

Color #3E464C in popluar number systems.

HEX 3E 46 4C
Decimal 62 70 76
Binary 111110 1000110 1001100
Octal 76 106 114

Shades and tints

Shades of #3E464C

#3E464C
(62,70,76)
#394046
(57,64,70)
#343A40
(52,58,64)
#2F343A
(47,52,58)
#2A2E34
(42,46,52)
#25282E
(37,40,46)
#202228
(32,34,40)
#1B1C22
(27,28,34)
#16161C
(22,22,28)
#111016
(17,16,22)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #3E464C

#3E464C
(62,70,76)
#4F565C
(79,86,92)
#60666C
(96,102,108)
#71767C
(113,118,124)
#82868C
(130,134,140)
#93969C
(147,150,156)
#A4A6AC
(164,166,172)
#B5B6BC
(181,182,188)
#C6C6CC
(198,198,204)
#D7D6DC
(215,214,220)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E464C; }

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

This text font color is #3E464C.

Background Color

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

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

This div background color is #3E464C.

Border color

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

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

This div border color is #3E464C.

Opacity

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

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

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

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

This text has shadow with #3E464C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E464C.

Preview

Color preview on black background

This text has color #3E464C on black background.


Color preview on white background

This text has color #3E464C on white background.


Black color preview on #3E464C background

This text has black color on #3E464C background.


White color preview on #3E464C background

This text has white color on #3E464C background.


Related colors

Complementary color

Complementary color for #hex is #C1B9B3.


I love getcolorcode.com

Triadic colors

1 #4C3E46 and #464C3E with #3E464C are triadic colors.

2 #4C463E and #463E4C with #3E464C are triadic colors.