COLOR #3E424B

HEX: #3E424B RGB: (62,66,75)

Color info

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

RGB color model

#3E424B color RGB value is (62,66,75).

RGB: (62,66,75) (24%, 26%, 29%)

RGB channels and saturation

R 62 of 255 = 24%
G 66 of 255 = 26%
B 75 of 255 = 29%

62
66
75

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

Portions of RGB colors in percentages

R + G + B = 62 + 66 + 75 = 203 (100%)
R 62 of 203 ~ 30.54%
G 66 of 203 ~ 32.51%
B 75 of 203 ~ 36.95'%

%30.54
%32.51
%36.95

CMYK color model

#3E424B color CMYK value is (17,12,0,71).

  • cyan value is 17.33%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (17,12,0,71)
C17M12Y0K71 (17%, 12%, 0%, 71%)
(0.17 / 0.12 / 0.00 / 0.71)

CMYK percentages

%17.33
%12
%0
%70.59

Codes

Color #3E424B in popluar color models

3E 42 4B
RGB 62 66 75
HSL 222° 9.49% 26.86%
HSB/HSV 222° 17.33% 29.41%
CMYK 17.33% 12.00% 0.00%
70.59%

Color #3E424B in popluar number systems.

HEX 3E 42 4B
Decimal 62 66 75
Binary 111110 1000010 1001011
Octal 76 102 113

Shades and tints

Shades of #3E424B

#3E424B
(62,66,75)
#393C45
(57,60,69)
#34363F
(52,54,63)
#2F3039
(47,48,57)
#2A2A33
(42,42,51)
#25242D
(37,36,45)
#201E27
(32,30,39)
#1B1821
(27,24,33)
#16121B
(22,18,27)
#110C15
(17,12,21)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #3E424B

#3E424B
(62,66,75)
#4F535B
(79,83,91)
#60646B
(96,100,107)
#71757B
(113,117,123)
#82868B
(130,134,139)
#93979B
(147,151,155)
#A4A8AB
(164,168,171)
#B5B9BB
(181,185,187)
#C6CACB
(198,202,203)
#D7DBDB
(215,219,219)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E424B; }

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

This text font color is #3E424B.

Background Color

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

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

This div background color is #3E424B.

Border color

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

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

This div border color is #3E424B.

Opacity

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

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

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

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

This text has shadow with #3E424B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E424B.

Preview

Color preview on black background

This text has color #3E424B on black background.


Color preview on white background

This text has color #3E424B on white background.


Black color preview on #3E424B background

This text has black color on #3E424B background.


White color preview on #3E424B background

This text has white color on #3E424B background.


Related colors

Complementary color

Complementary color for #hex is #C1BDB4.


I love getcolorcode.com

Triadic colors

1 #4B3E42 and #424B3E with #3E424B are triadic colors.

2 #4B423E and #423E4B with #3E424B are triadic colors.