COLOR #3E4424

HEX: #3E4424
RGB: (62,68,36)

Color info

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

RGB color model

#3E4424 color RGB value is (62,68,36).

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

RGB channels and saturation

R 62 of 255 = 24%
G 68 of 255 = 27%
B 36 of 255 = 14%

62
68
36

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

Portions of RGB colors in percentages

R + G + B =
62 + 68 + 36 = 166 (100%)
R 62 of 166 ~ 37.35%
G 68 of 166 ~ 40.96%
B 36 of 166 ~ 21.69%

%37.35
%40.96
%21.69

CMYK color model

#3E4424 color CMYK value is (9,0,47,73).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 73.33%
CMYK:
(9,0,47,73)
C9M0Y47K73 
(9%,0%,47%,73%)
(0.09/0.00/0.47/0.73)	

CMYK percentages

%8.82
%0
%47.06
%73.33

Codes

Color #3E4424 in popluar color models

3E4424
RGB626836
HSL71°30.77%20.39%
HSB/HSV71°47.06%26.67%
CMYK8.82%0.00%47.06%
73.33%

Color #3E4424 in popluar number systems.

HEX3E4424
Decimal626836
Binary1111101000100100100
Octal7610444

Shades and tints

Shades of #3E4424

#3E4424
(62,68,36)
#393E21
(57,62,33)
#34381E
(52,56,30)
#2F321B
(47,50,27)
#2A2C18
(42,44,24)
#252615
(37,38,21)
#202012
(32,32,18)
#1B1A0F
(27,26,15)
#16140C
(22,20,12)
#110E09
(17,14,9)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #3E4424

#3E4424
(62,68,36)
#4F5537
(79,85,55)
#60664A
(96,102,74)
#71775D
(113,119,93)
#828870
(130,136,112)
#939983
(147,153,131)
#A4AA96
(164,170,150)
#B5BBA9
(181,187,169)
#C6CCBC
(198,204,188)
#D7DDCF
(215,221,207)
#E8EEE2
(232,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4424; }

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

This text font color is #3E4424.


Background Color

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

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

This div background color is #3E4424.


Border color

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

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

This div border color is #3E4424.


Opacity

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

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

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

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

This text has shadow with #3E4424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4424 on black background.


Color preview on white background

This text has color #3E4424 on white background.



Black color preview on #3E4424 background

This text has black color on #3E4424 background.


White color preview on #3E4424 background

This text has white color on #3E4424 background.