COLOR #2E4809

HEX: #2E4809
RGB: (46,72,9)

Color info

#2E4809 contains mainly red and green colors. Web safe color of #2E4809 is #333300 (or #330).

RGB color model

#2E4809 color RGB value is (46,72,9).

  • red value is 46;
  • green value is 72;
  • blue value is 9.
RGB:
(46,72,9)
(18%,28%,4%)

RGB channels and saturation

R 46 of 255 = 18%
G 72 of 255 = 28%
B 9 of 255 = 4%

46
72
9

R + G + B ~ 17%. #2E4809 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 72 + 9 = 127 (100%)
R 46 of 127 ~ 36.22%
G 72 of 127 ~ 56.69%
B 9 of 127 ~ 7.09%

%36.22
%56.69

CMYK color model

#2E4809 color CMYK value is (36,0,88,72).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 71.76%
CMYK:
(36,0,88,72)
C36M0Y88K72 
(36%,0%,88%,72%)
(0.36/0.00/0.88/0.72)	

CMYK percentages

%36.11
%0
%87.5
%71.76

Codes

Color #2E4809 in popluar color models

2E4809
RGB46729
HSL85°77.78%15.88%
HSB/HSV85°87.50%28.24%
CMYK36.11%0.00%87.50%
71.76%

Color #2E4809 in popluar number systems.

HEX2E4809
Decimal46729
Binary10111010010001001
Octal5611011

Shades and tints

Shades of #2E4809

#2E4809
(46,72,9)
#2A4209
(42,66,9)
#263C09
(38,60,9)
#223609
(34,54,9)
#1E3009
(30,48,9)
#1A2A09
(26,42,9)
#162409
(22,36,9)
#121E09
(18,30,9)
#0E1809
(14,24,9)
#0A1209
(10,18,9)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #2E4809

#2E4809
(46,72,9)
#41581F
(65,88,31)
#546835
(84,104,53)
#67784B
(103,120,75)
#7A8861
(122,136,97)
#8D9877
(141,152,119)
#A0A88D
(160,168,141)
#B3B8A3
(179,184,163)
#C6C8B9
(198,200,185)
#D9D8CF
(217,216,207)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4809 color. Also use rgb(46,72,9) instead hex code.

Text Font Color

.myTextColor { color: #2E4809; }

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

This text font color is #2E4809.


Background Color

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

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

This div background color is #2E4809.


Border color

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

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

This div border color is #2E4809.


Opacity

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

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

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

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

This text has shadow with #2E4809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4809 on black background.


Color preview on white background

This text has color #2E4809 on white background.



Black color preview on #2E4809 background

This text has black color on #2E4809 background.


White color preview on #2E4809 background

This text has white color on #2E4809 background.