COLOR #3E4E1E

HEX: #3E4E1E
RGB: (62,78,30)

Color info

#3E4E1E contains red, green and blue colors in about the same proportion. Web safe color of #3E4E1E is #336633 (or #363).

RGB color model

#3E4E1E color RGB value is (62,78,30).

  • red value is 62;
  • green value is 78;
  • blue value is 30.
RGB:
(62,78,30)
(24%,31%,12%)

RGB channels and saturation

R 62 of 255 = 24%
G 78 of 255 = 31%
B 30 of 255 = 12%

62
78
30

R + G + B ~ 22%. #3E4E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 78 + 30 = 170 (100%)
R 62 of 170 ~ 36.47%
G 78 of 170 ~ 45.88%
B 30 of 170 ~ 17.65%

%36.47
%45.88
%17.65

CMYK color model

#3E4E1E color CMYK value is (21,0,62,69).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 69.41%
CMYK:
(21,0,62,69)
C21M0Y62K69 
(21%,0%,62%,69%)
(0.21/0.00/0.62/0.69)	

CMYK percentages

%20.51
%0
%61.54
%69.41

Codes

Color #3E4E1E in popluar color models

3E4E1E
RGB627830
HSL80°44.44%21.18%
HSB/HSV80°61.54%30.59%
CMYK20.51%0.00%61.54%
69.41%

Color #3E4E1E in popluar number systems.

HEX3E4E1E
Decimal627830
Binary111110100111011110
Octal7611636

Shades and tints

Shades of #3E4E1E

#3E4E1E
(62,78,30)
#39471C
(57,71,28)
#34401A
(52,64,26)
#2F3918
(47,57,24)
#2A3216
(42,50,22)
#252B14
(37,43,20)
#202412
(32,36,18)
#1B1D10
(27,29,16)
#16160E
(22,22,14)
#110F0C
(17,15,12)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #3E4E1E

#3E4E1E
(62,78,30)
#4F5E32
(79,94,50)
#606E46
(96,110,70)
#717E5A
(113,126,90)
#828E6E
(130,142,110)
#939E82
(147,158,130)
#A4AE96
(164,174,150)
#B5BEAA
(181,190,170)
#C6CEBE
(198,206,190)
#D7DED2
(215,222,210)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4E1E color. Also use rgb(62,78,30) instead hex code.

Text Font Color

.myTextColor { color: #3E4E1E; }

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

This text font color is #3E4E1E.


Background Color

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

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

This div background color is #3E4E1E.


Border color

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

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

This div border color is #3E4E1E.


Opacity

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

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

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

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

This text has shadow with #3E4E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4E1E on black background.


Color preview on white background

This text has color #3E4E1E on white background.



Black color preview on #3E4E1E background

This text has black color on #3E4E1E background.


White color preview on #3E4E1E background

This text has white color on #3E4E1E background.