COLOR #2E4307

HEX: #2E4307
RGB: (46,67,7)

Color info

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

RGB color model

#2E4307 color RGB value is (46,67,7).

  • red value is 46;
  • green value is 67;
  • blue value is 7.
RGB:
(46,67,7)
(18%,26%,3%)

RGB channels and saturation

R 46 of 255 = 18%
G 67 of 255 = 26%
B 7 of 255 = 3%

46
67
7

R + G + B ~ 16%. #2E4307 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 67 + 7 = 120 (100%)
R 46 of 120 ~ 38.33%
G 67 of 120 ~ 55.83%
B 7 of 120 ~ 5.83%

%38.33
%55.83

CMYK color model

#2E4307 color CMYK value is (31,0,90,74).

  • cyan value is 31.34%
  • magenta value is 0.00%
  • yellow value is 89.55%
  • key color value is 73.73%
CMYK:
(31,0,90,74)
C31M0Y90K74 
(31%,0%,90%,74%)
(0.31/0.00/0.90/0.74)	

CMYK percentages

%31.34
%0
%89.55
%73.73

Codes

Color #2E4307 in popluar color models

2E4307
RGB46677
HSL81°81.08%14.51%
HSB/HSV81°89.55%26.27%
CMYK31.34%0.00%89.55%
73.73%

Color #2E4307 in popluar number systems.

HEX2E4307
Decimal46677
Binary1011101000011111
Octal561037

Shades and tints

Shades of #2E4307

#2E4307
(46,67,7)
#2A3D07
(42,61,7)
#263707
(38,55,7)
#223107
(34,49,7)
#1E2B07
(30,43,7)
#1A2507
(26,37,7)
#161F07
(22,31,7)
#121907
(18,25,7)
#0E1307
(14,19,7)
#0A0D07
(10,13,7)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #2E4307

#2E4307
(46,67,7)
#41541D
(65,84,29)
#546533
(84,101,51)
#677649
(103,118,73)
#7A875F
(122,135,95)
#8D9875
(141,152,117)
#A0A98B
(160,169,139)
#B3BAA1
(179,186,161)
#C6CBB7
(198,203,183)
#D9DCCD
(217,220,205)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4307 color. Also use rgb(46,67,7) instead hex code.

Text Font Color

.myTextColor { color: #2E4307; }

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

This text font color is #2E4307.


Background Color

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

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

This div background color is #2E4307.


Border color

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

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

This div border color is #2E4307.


Opacity

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

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

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

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

This text has shadow with #2E4307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4307 on black background.


Color preview on white background

This text has color #2E4307 on white background.



Black color preview on #2E4307 background

This text has black color on #2E4307 background.


White color preview on #2E4307 background

This text has white color on #2E4307 background.