COLOR #3E4E2D

HEX: #3E4E2D
RGB: (62,78,45)

Color info

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

RGB color model

#3E4E2D color RGB value is (62,78,45).

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

RGB channels and saturation

R 62 of 255 = 24%
G 78 of 255 = 31%
B 45 of 255 = 18%

62
78
45

R + G + B ~ 24%. #3E4E2D is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 78 + 45 = 185 (100%)
R 62 of 185 ~ 33.51%
G 78 of 185 ~ 42.16%
B 45 of 185 ~ 24.32%

%33.51
%42.16
%24.32

CMYK color model

#3E4E2D color CMYK value is (21,0,42,69).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 69.41%
CMYK:
(21,0,42,69)
C21M0Y42K69 
(21%,0%,42%,69%)
(0.21/0.00/0.42/0.69)	

CMYK percentages

%20.51
%0
%42.31
%69.41

Codes

Color #3E4E2D in popluar color models

3E4E2D
RGB627845
HSL89°26.83%24.12%
HSB/HSV89°42.31%30.59%
CMYK20.51%0.00%42.31%
69.41%

Color #3E4E2D in popluar number systems.

HEX3E4E2D
Decimal627845
Binary1111101001110101101
Octal7611655

Shades and tints

Shades of #3E4E2D

#3E4E2D
(62,78,45)
#394729
(57,71,41)
#344025
(52,64,37)
#2F3921
(47,57,33)
#2A321D
(42,50,29)
#252B19
(37,43,25)
#202415
(32,36,21)
#1B1D11
(27,29,17)
#16160D
(22,22,13)
#110F09
(17,15,9)
#0C0805
(12,8,5)
#000000
(0,0,0)

Tints of #3E4E2D

#3E4E2D
(62,78,45)
#4F5E40
(79,94,64)
#606E53
(96,110,83)
#717E66
(113,126,102)
#828E79
(130,142,121)
#939E8C
(147,158,140)
#A4AE9F
(164,174,159)
#B5BEB2
(181,190,178)
#C6CEC5
(198,206,197)
#D7DED8
(215,222,216)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4E2D; }

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

This text font color is #3E4E2D.


Background Color

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

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

This div background color is #3E4E2D.


Border color

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

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

This div border color is #3E4E2D.


Opacity

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

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

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

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

This text has shadow with #3E4E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4E2D on black background.


Color preview on white background

This text has color #3E4E2D on white background.



Black color preview on #3E4E2D background

This text has black color on #3E4E2D background.


White color preview on #3E4E2D background

This text has white color on #3E4E2D background.