COLOR #3E4324

HEX: #3E4324
RGB: (62,67,36)

Color info

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

RGB color model

#3E4324 color RGB value is (62,67,36).

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

RGB channels and saturation

R 62 of 255 = 24%
G 67 of 255 = 26%
B 36 of 255 = 14%

62
67
36

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

Portions of RGB colors in percentages

R + G + B =
62 + 67 + 36 = 165 (100%)
R 62 of 165 ~ 37.58%
G 67 of 165 ~ 40.61%
B 36 of 165 ~ 21.82%

%37.58
%40.61
%21.82

CMYK color model

#3E4324 color CMYK value is (7,0,46,74).

  • cyan value is 7.46%
  • magenta value is 0.00%
  • yellow value is 46.27%
  • key color value is 73.73%
CMYK:
(7,0,46,74)
C7M0Y46K74 
(7%,0%,46%,74%)
(0.07/0.00/0.46/0.74)	

CMYK percentages

%7.46
%0
%46.27
%73.73

Codes

Color #3E4324 in popluar color models

3E4324
RGB626736
HSL70°30.10%20.20%
HSB/HSV70°46.27%26.27%
CMYK7.46%0.00%46.27%
73.73%

Color #3E4324 in popluar number systems.

HEX3E4324
Decimal626736
Binary1111101000011100100
Octal7610344

Shades and tints

Shades of #3E4324

#3E4324
(62,67,36)
#393D21
(57,61,33)
#34371E
(52,55,30)
#2F311B
(47,49,27)
#2A2B18
(42,43,24)
#252515
(37,37,21)
#201F12
(32,31,18)
#1B190F
(27,25,15)
#16130C
(22,19,12)
#110D09
(17,13,9)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #3E4324

#3E4324
(62,67,36)
#4F5437
(79,84,55)
#60654A
(96,101,74)
#71765D
(113,118,93)
#828770
(130,135,112)
#939883
(147,152,131)
#A4A996
(164,169,150)
#B5BAA9
(181,186,169)
#C6CBBC
(198,203,188)
#D7DCCF
(215,220,207)
#E8EDE2
(232,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4324; }

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

This text font color is #3E4324.


Background Color

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

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

This div background color is #3E4324.


Border color

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

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

This div border color is #3E4324.


Opacity

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

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

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

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

This text has shadow with #3E4324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4324 on black background.


Color preview on white background

This text has color #3E4324 on white background.



Black color preview on #3E4324 background

This text has black color on #3E4324 background.


White color preview on #3E4324 background

This text has white color on #3E4324 background.