COLOR #2E4506

HEX: #2E4506
RGB: (46,69,6)

Color info

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

RGB color model

#2E4506 color RGB value is (46,69,6).

  • red value is 46;
  • green value is 69;
  • blue value is 6.
RGB:
(46,69,6)
(18%,27%,2%)

RGB channels and saturation

R 46 of 255 = 18%
G 69 of 255 = 27%
B 6 of 255 = 2%

46
69
6

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

Portions of RGB colors in percentages

R + G + B =
46 + 69 + 6 = 121 (100%)
R 46 of 121 ~ 38.02%
G 69 of 121 ~ 57.02%
B 6 of 121 ~ 4.96%

%38.02
%57.02

CMYK color model

#2E4506 color CMYK value is (33,0,91,73).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 91.30%
  • key color value is 72.94%
CMYK:
(33,0,91,73)
C33M0Y91K73 
(33%,0%,91%,73%)
(0.33/0.00/0.91/0.73)	

CMYK percentages

%33.33
%0
%91.3
%72.94

Codes

Color #2E4506 in popluar color models

2E4506
RGB46696
HSL82°84.00%14.71%
HSB/HSV82°91.30%27.06%
CMYK33.33%0.00%91.30%
72.94%

Color #2E4506 in popluar number systems.

HEX2E4506
Decimal46696
Binary1011101000101110
Octal561056

Shades and tints

Shades of #2E4506

#2E4506
(46,69,6)
#2A3F06
(42,63,6)
#263906
(38,57,6)
#223306
(34,51,6)
#1E2D06
(30,45,6)
#1A2706
(26,39,6)
#162106
(22,33,6)
#121B06
(18,27,6)
#0E1506
(14,21,6)
#0A0F06
(10,15,6)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #2E4506

#2E4506
(46,69,6)
#41551C
(65,85,28)
#546532
(84,101,50)
#677548
(103,117,72)
#7A855E
(122,133,94)
#8D9574
(141,149,116)
#A0A58A
(160,165,138)
#B3B5A0
(179,181,160)
#C6C5B6
(198,197,182)
#D9D5CC
(217,213,204)
#ECE5E2
(236,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4506 color. Also use rgb(46,69,6) instead hex code.

Text Font Color

.myTextColor { color: #2E4506; }

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

This text font color is #2E4506.


Background Color

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

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

This div background color is #2E4506.


Border color

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

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

This div border color is #2E4506.


Opacity

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

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

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

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

This text has shadow with #2E4506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4506 on black background.


Color preview on white background

This text has color #2E4506 on white background.



Black color preview on #2E4506 background

This text has black color on #2E4506 background.


White color preview on #2E4506 background

This text has white color on #2E4506 background.