COLOR #3E4422

HEX: #3E4422
RGB: (62,68,34)

Color info

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

RGB color model

#3E4422 color RGB value is (62,68,34).

  • red value is 62;
  • green value is 68;
  • blue value is 34.
RGB:
(62,68,34)
(24%,27%,13%)

RGB channels and saturation

R 62 of 255 = 24%
G 68 of 255 = 27%
B 34 of 255 = 13%

62
68
34

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

Portions of RGB colors in percentages

R + G + B =
62 + 68 + 34 = 164 (100%)
R 62 of 164 ~ 37.8%
G 68 of 164 ~ 41.46%
B 34 of 164 ~ 20.73%

%37.8
%41.46
%20.73

CMYK color model

#3E4422 color CMYK value is (9,0,50,73).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 73.33%
CMYK:
(9,0,50,73)
C9M0Y50K73 
(9%,0%,50%,73%)
(0.09/0.00/0.50/0.73)	

CMYK percentages

%8.82
%0
%50
%73.33

Codes

Color #3E4422 in popluar color models

3E4422
RGB626834
HSL71°33.33%20.00%
HSB/HSV71°50.00%26.67%
CMYK8.82%0.00%50.00%
73.33%

Color #3E4422 in popluar number systems.

HEX3E4422
Decimal626834
Binary1111101000100100010
Octal7610442

Shades and tints

Shades of #3E4422

#3E4422
(62,68,34)
#393E1F
(57,62,31)
#34381C
(52,56,28)
#2F3219
(47,50,25)
#2A2C16
(42,44,22)
#252613
(37,38,19)
#202010
(32,32,16)
#1B1A0D
(27,26,13)
#16140A
(22,20,10)
#110E07
(17,14,7)
#0C0804
(12,8,4)
#000000
(0,0,0)

Tints of #3E4422

#3E4422
(62,68,34)
#4F5536
(79,85,54)
#60664A
(96,102,74)
#71775E
(113,119,94)
#828872
(130,136,114)
#939986
(147,153,134)
#A4AA9A
(164,170,154)
#B5BBAE
(181,187,174)
#C6CCC2
(198,204,194)
#D7DDD6
(215,221,214)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4422 color. Also use rgb(62,68,34) instead hex code.

Text Font Color

.myTextColor { color: #3E4422; }

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

This text font color is #3E4422.


Background Color

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

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

This div background color is #3E4422.


Border color

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

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

This div border color is #3E4422.


Opacity

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

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

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

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

This text has shadow with #3E4422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4422 on black background.


Color preview on white background

This text has color #3E4422 on white background.



Black color preview on #3E4422 background

This text has black color on #3E4422 background.


White color preview on #3E4422 background

This text has white color on #3E4422 background.