COLOR #2E4122

HEX: #2E4122
RGB: (46,65,34)

Color info

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

RGB color model

#2E4122 color RGB value is (46,65,34).

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

RGB channels and saturation

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

46
65
34

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

Portions of RGB colors in percentages

R + G + B =
46 + 65 + 34 = 145 (100%)
R 46 of 145 ~ 31.72%
G 65 of 145 ~ 44.83%
B 34 of 145 ~ 23.45%

%31.72
%44.83
%23.45

CMYK color model

#2E4122 color CMYK value is (29,0,48,75).

  • cyan value is 29.23%
  • magenta value is 0.00%
  • yellow value is 47.69%
  • key color value is 74.51%
CMYK:
(29,0,48,75)
C29M0Y48K75 
(29%,0%,48%,75%)
(0.29/0.00/0.48/0.75)	

CMYK percentages

%29.23
%0
%47.69
%74.51

Codes

Color #2E4122 in popluar color models

2E4122
RGB466534
HSL97°31.31%19.41%
HSB/HSV97°47.69%25.49%
CMYK29.23%0.00%47.69%
74.51%

Color #2E4122 in popluar number systems.

HEX2E4122
Decimal466534
Binary1011101000001100010
Octal5610142

Shades and tints

Shades of #2E4122

#2E4122
(46,65,34)
#2A3C1F
(42,60,31)
#26371C
(38,55,28)
#223219
(34,50,25)
#1E2D16
(30,45,22)
#1A2813
(26,40,19)
#162310
(22,35,16)
#121E0D
(18,30,13)
#0E190A
(14,25,10)
#0A1407
(10,20,7)
#060F04
(6,15,4)
#000000
(0,0,0)

Tints of #2E4122

#2E4122
(46,65,34)
#415236
(65,82,54)
#54634A
(84,99,74)
#67745E
(103,116,94)
#7A8572
(122,133,114)
#8D9686
(141,150,134)
#A0A79A
(160,167,154)
#B3B8AE
(179,184,174)
#C6C9C2
(198,201,194)
#D9DAD6
(217,218,214)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4122; }

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

This text font color is #2E4122.


Background Color

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

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

This div background color is #2E4122.


Border color

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

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

This div border color is #2E4122.


Opacity

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

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

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

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

This text has shadow with #2E4122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4122 on black background.


Color preview on white background

This text has color #2E4122 on white background.



Black color preview on #2E4122 background

This text has black color on #2E4122 background.


White color preview on #2E4122 background

This text has white color on #2E4122 background.