COLOR #2E4120

HEX: #2E4120
RGB: (46,65,32)

Color info

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

RGB color model

#2E4120 color RGB value is (46,65,32).

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

RGB channels and saturation

R 46 of 255 = 18%
G 65 of 255 = 25%
B 32 of 255 = 13%

46
65
32

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

Portions of RGB colors in percentages

R + G + B =
46 + 65 + 32 = 143 (100%)
R 46 of 143 ~ 32.17%
G 65 of 143 ~ 45.45%
B 32 of 143 ~ 22.38%

%32.17
%45.45
%22.38

CMYK color model

#2E4120 color CMYK value is (29,0,51,75).

  • cyan value is 29.23%
  • magenta value is 0.00%
  • yellow value is 50.77%
  • key color value is 74.51%
CMYK:
(29,0,51,75)
C29M0Y51K75 
(29%,0%,51%,75%)
(0.29/0.00/0.51/0.75)	

CMYK percentages

%29.23
%0
%50.77
%74.51

Codes

Color #2E4120 in popluar color models

2E4120
RGB466532
HSL95°34.02%19.02%
HSB/HSV95°50.77%25.49%
CMYK29.23%0.00%50.77%
74.51%

Color #2E4120 in popluar number systems.

HEX2E4120
Decimal466532
Binary1011101000001100000
Octal5610140

Shades and tints

Shades of #2E4120

#2E4120
(46,65,32)
#2A3C1E
(42,60,30)
#26371C
(38,55,28)
#22321A
(34,50,26)
#1E2D18
(30,45,24)
#1A2816
(26,40,22)
#162314
(22,35,20)
#121E12
(18,30,18)
#0E1910
(14,25,16)
#0A140E
(10,20,14)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #2E4120

#2E4120
(46,65,32)
#415234
(65,82,52)
#546348
(84,99,72)
#67745C
(103,116,92)
#7A8570
(122,133,112)
#8D9684
(141,150,132)
#A0A798
(160,167,152)
#B3B8AC
(179,184,172)
#C6C9C0
(198,201,192)
#D9DAD4
(217,218,212)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4120; }

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

This text font color is #2E4120.


Background Color

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

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

This div background color is #2E4120.


Border color

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

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

This div border color is #2E4120.


Opacity

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

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

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

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

This text has shadow with #2E4120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4120 on black background.


Color preview on white background

This text has color #2E4120 on white background.



Black color preview on #2E4120 background

This text has black color on #2E4120 background.


White color preview on #2E4120 background

This text has white color on #2E4120 background.