COLOR #2E6407

HEX: #2E6407
RGB: (46,100,7)

Color info

#2E6407 contains mainly red and green colors. Web safe color of #2E6407 is #336600 (or #360).

RGB color model

#2E6407 color RGB value is (46,100,7).

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

RGB channels and saturation

R 46 of 255 = 18%
G 100 of 255 = 39%
B 7 of 255 = 3%

46
100
7

R + G + B ~ 20%. #2E6407 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 100 + 7 = 153 (100%)
R 46 of 153 ~ 30.07%
G 100 of 153 ~ 65.36%
B 7 of 153 ~ 4.58%

%30.07
%65.36

CMYK color model

#2E6407 color CMYK value is (54,0,93,61).

  • cyan value is 54.00%
  • magenta value is 0.00%
  • yellow value is 93.00%
  • key color value is 60.78%
CMYK:
(54,0,93,61)
C54M0Y93K61 
(54%,0%,93%,61%)
(0.54/0.00/0.93/0.61)	

CMYK percentages

%54
%0
%93
%60.78

Codes

Color #2E6407 in popluar color models

2E6407
RGB461007
HSL95°86.92%20.98%
HSB/HSV95°93.00%39.22%
CMYK54.00%0.00%93.00%
60.78%

Color #2E6407 in popluar number systems.

HEX2E6407
Decimal461007
Binary1011101100100111
Octal561447

Shades and tints

Shades of #2E6407

#2E6407
(46,100,7)
#2A5B07
(42,91,7)
#265207
(38,82,7)
#224907
(34,73,7)
#1E4007
(30,64,7)
#1A3707
(26,55,7)
#162E07
(22,46,7)
#122507
(18,37,7)
#0E1C07
(14,28,7)
#0A1307
(10,19,7)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #2E6407

#2E6407
(46,100,7)
#41721D
(65,114,29)
#548033
(84,128,51)
#678E49
(103,142,73)
#7A9C5F
(122,156,95)
#8DAA75
(141,170,117)
#A0B88B
(160,184,139)
#B3C6A1
(179,198,161)
#C6D4B7
(198,212,183)
#D9E2CD
(217,226,205)
#ECF0E3
(236,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6407; }

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

This text font color is #2E6407.


Background Color

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

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

This div background color is #2E6407.


Border color

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

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

This div border color is #2E6407.


Opacity

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

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

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

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

This text has shadow with #2E6407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6407 on black background.


Color preview on white background

This text has color #2E6407 on white background.



Black color preview on #2E6407 background

This text has black color on #2E6407 background.


White color preview on #2E6407 background

This text has white color on #2E6407 background.