COLOR #3E423D

HEX: #3E423D RGB: (62,66,61)

Color info

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

RGB color model

#3E423D color RGB value is (62,66,61).

RGB: (62,66,61) (24%, 26%, 24%)

RGB channels and saturation

R 62 of 255 = 24%
G 66 of 255 = 26%
B 61 of 255 = 24%

62
66
61

R + G + B ~ 25%. #3E423D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 66 + 61 = 189 (100%)
R 62 of 189 ~ 32.8%
G 66 of 189 ~ 34.92%
B 61 of 189 ~ 32.28'%

%32.8
%34.92
%32.28

CMYK color model

#3E423D color CMYK value is (6,0,8,74).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 74.12%

CMYK: (6,0,8,74)
C6M0Y8K74 (6%, 0%, 8%, 74%)
(0.06 / 0.00 / 0.08 / 0.74)

CMYK percentages

%6.06
%0
%7.58
%74.12

Codes

Color #3E423D in popluar color models

3E 42 3D
RGB 62 66 61
HSL 108° 3.94% 24.90%
HSB/HSV 108° 7.58% 25.88%
CMYK 6.06% 0.00% 7.58%
74.12%

Color #3E423D in popluar number systems.

HEX 3E 42 3D
Decimal 62 66 61
Binary 111110 1000010 111101
Octal 76 102 75

Shades and tints

Shades of #3E423D

#3E423D
(62,66,61)
#393C38
(57,60,56)
#343633
(52,54,51)
#2F302E
(47,48,46)
#2A2A29
(42,42,41)
#252424
(37,36,36)
#201E1F
(32,30,31)
#1B181A
(27,24,26)
#161215
(22,18,21)
#110C10
(17,12,16)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #3E423D

#3E423D
(62,66,61)
#4F534E
(79,83,78)
#60645F
(96,100,95)
#717570
(113,117,112)
#828681
(130,134,129)
#939792
(147,151,146)
#A4A8A3
(164,168,163)
#B5B9B4
(181,185,180)
#C6CAC5
(198,202,197)
#D7DBD6
(215,219,214)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E423D; }

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

This text font color is #3E423D.

Background Color

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

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

This div background color is #3E423D.

Border color

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

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

This div border color is #3E423D.

Opacity

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

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

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

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

This text has shadow with #3E423D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E423D.

Preview

Color preview on black background

This text has color #3E423D on black background.


Color preview on white background

This text has color #3E423D on white background.


Black color preview on #3E423D background

This text has black color on #3E423D background.


White color preview on #3E423D background

This text has white color on #3E423D background.


Related colors

Complementary color

Complementary color for #hex is #C1BDC2.


I love getcolorcode.com

Triadic colors

1 #3D3E42 and #423D3E with #3E423D are triadic colors.

2 #3D423E and #423E3D with #3E423D are triadic colors.