COLOR #2E4420

HEX: #2E4420
RGB: (46,68,32)

Color info

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

RGB color model

#2E4420 color RGB value is (46,68,32).

  • red value is 46;
  • green value is 68;
  • blue value is 32.
RGB:
(46,68,32)
(18%,27%,13%)

RGB channels and saturation

R 46 of 255 = 18%
G 68 of 255 = 27%
B 32 of 255 = 13%

46
68
32

R + G + B ~ 19%. #2E4420 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 68 + 32 = 146 (100%)
R 46 of 146 ~ 31.51%
G 68 of 146 ~ 46.58%
B 32 of 146 ~ 21.92%

%31.51
%46.58
%21.92

CMYK color model

#2E4420 color CMYK value is (32,0,53,73).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 73.33%
CMYK:
(32,0,53,73)
C32M0Y53K73 
(32%,0%,53%,73%)
(0.32/0.00/0.53/0.73)	

CMYK percentages

%32.35
%0
%52.94
%73.33

Codes

Color #2E4420 in popluar color models

2E4420
RGB466832
HSL97°36.00%19.61%
HSB/HSV97°52.94%26.67%
CMYK32.35%0.00%52.94%
73.33%

Color #2E4420 in popluar number systems.

HEX2E4420
Decimal466832
Binary1011101000100100000
Octal5610440

Shades and tints

Shades of #2E4420

#2E4420
(46,68,32)
#2A3E1E
(42,62,30)
#26381C
(38,56,28)
#22321A
(34,50,26)
#1E2C18
(30,44,24)
#1A2616
(26,38,22)
#162014
(22,32,20)
#121A12
(18,26,18)
#0E1410
(14,20,16)
#0A0E0E
(10,14,14)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #2E4420

#2E4420
(46,68,32)
#415534
(65,85,52)
#546648
(84,102,72)
#67775C
(103,119,92)
#7A8870
(122,136,112)
#8D9984
(141,153,132)
#A0AA98
(160,170,152)
#B3BBAC
(179,187,172)
#C6CCC0
(198,204,192)
#D9DDD4
(217,221,212)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4420 color. Also use rgb(46,68,32) instead hex code.

Text Font Color

.myTextColor { color: #2E4420; }

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

This text font color is #2E4420.


Background Color

.myBgColor { background-color: #2E4420; }

<div style="background-color:#2E4420">Inner text</div>

This div background color is #2E4420.


Border color

.myBorderColor { border: 1px solid #2E4420; }

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

This div border color is #2E4420.


Opacity

.myOpacity80 { color: #2E4420; opacity: 0.8; }

<p style="color:#2E4420;opacity:0.8;">80%</p>

Text with #2E4420 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 #2E4420;}

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

This text has shadow with #2E4420 color.

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

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

This text has shadow with #2E4420 primary color and red secondary color.


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

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

This text has shadow with #2E4420 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4420 on black background.


Color preview on white background

This text has color #2E4420 on white background.



Black color preview on #2E4420 background

This text has black color on #2E4420 background.


White color preview on #2E4420 background

This text has white color on #2E4420 background.