COLOR #3E421F

HEX: #3E421F RGB: (62,66,31)

Color info

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

RGB color model

#3E421F color RGB value is (62,66,31).

RGB: (62,66,31) (24%, 26%, 12%)

RGB channels and saturation

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

62
66
31

R + G + B ~ 21%. #3E421F is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 66 + 31 = 159 (100%)
R 62 of 159 ~ 38.99%
G 66 of 159 ~ 41.51%
B 31 of 159 ~ 19.5'%

%38.99
%41.51
%19.5

CMYK color model

#3E421F color CMYK value is (6,0,53,74).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 53.03%
  • key color value is 74.12%
CMYK: (6,0,53,74) C6M0Y53K74 (6%,0%,53%,74%) (0.06/0.00/0.53/0.74) 

CMYK percentages

%6.06
%0
%53.03
%74.12

Codes

Color #3E421F in popluar color models

3E 42 1F
RGB 62 66 31
HSL 67° 36.08% 19.02%
HSB/HSV 67° 53.03% 25.88%
CMYK 6.06% 0.00% 53.03%
74.12%

Color #3E421F in popluar number systems.

HEX 3E 42 1F
Decimal 62 66 31
Binary 111110 1000010 11111
Octal 76 102 37

Shades and tints

Shades of #3E421F

#3E421F
(62,66,31)
#393C1D
(57,60,29)
#34361B
(52,54,27)
#2F3019
(47,48,25)
#2A2A17
(42,42,23)
#252415
(37,36,21)
#201E13
(32,30,19)
#1B1811
(27,24,17)
#16120F
(22,18,15)
#110C0D
(17,12,13)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #3E421F

#3E421F
(62,66,31)
#4F5333
(79,83,51)
#606447
(96,100,71)
#71755B
(113,117,91)
#82866F
(130,134,111)
#939783
(147,151,131)
#A4A897
(164,168,151)
#B5B9AB
(181,185,171)
#C6CABF
(198,202,191)
#D7DBD3
(215,219,211)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E421F; }

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

This text font color is #3E421F.

Background Color

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

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

This div background color is #3E421F.

Border color

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

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

This div border color is #3E421F.

Opacity

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

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

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

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

This text has shadow with #3E421F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E421F.

Preview

Color preview on black background

This text has color #3E421F on black background.


Color preview on white background

This text has color #3E421F on white background.


Black color preview on #3E421F background

This text has black color on #3E421F background.


White color preview on #3E421F background

This text has white color on #3E421F background.


Related colors

Complementary color

Complementary color for #hex is #C1BDE0.


I love getcolorcode.com

Triadic colors

1 #1F3E42 and #421F3E with #3E421F are triadic colors.

2 #1F423E and #423E1F with #3E421F are triadic colors.