COLOR #2E4E13

HEX: #2E4E13
RGB: (46,78,19)

Color info

#2E4E13 contains red, green and blue colors in about the same proportion. Web safe color of #2E4E13 is #336600 (or #360).

RGB color model

#2E4E13 color RGB value is (46,78,19).

  • red value is 46;
  • green value is 78;
  • blue value is 19.
RGB:
(46,78,19)
(18%,31%,7%)

RGB channels and saturation

R 46 of 255 = 18%
G 78 of 255 = 31%
B 19 of 255 = 7%

46
78
19

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

Portions of RGB colors in percentages

R + G + B =
46 + 78 + 19 = 143 (100%)
R 46 of 143 ~ 32.17%
G 78 of 143 ~ 54.55%
B 19 of 143 ~ 13.29%

%32.17
%54.55
%13.29

CMYK color model

#2E4E13 color CMYK value is (41,0,76,69).

  • cyan value is 41.03%
  • magenta value is 0.00%
  • yellow value is 75.64%
  • key color value is 69.41%
CMYK:
(41,0,76,69)
C41M0Y76K69 
(41%,0%,76%,69%)
(0.41/0.00/0.76/0.69)	

CMYK percentages

%41.03
%0
%75.64
%69.41

Codes

Color #2E4E13 in popluar color models

2E4E13
RGB467819
HSL93°60.82%19.02%
HSB/HSV93°75.64%30.59%
CMYK41.03%0.00%75.64%
69.41%

Color #2E4E13 in popluar number systems.

HEX2E4E13
Decimal467819
Binary101110100111010011
Octal5611623

Shades and tints

Shades of #2E4E13

#2E4E13
(46,78,19)
#2A4712
(42,71,18)
#264011
(38,64,17)
#223910
(34,57,16)
#1E320F
(30,50,15)
#1A2B0E
(26,43,14)
#16240D
(22,36,13)
#121D0C
(18,29,12)
#0E160B
(14,22,11)
#0A0F0A
(10,15,10)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #2E4E13

#2E4E13
(46,78,19)
#415E28
(65,94,40)
#546E3D
(84,110,61)
#677E52
(103,126,82)
#7A8E67
(122,142,103)
#8D9E7C
(141,158,124)
#A0AE91
(160,174,145)
#B3BEA6
(179,190,166)
#C6CEBB
(198,206,187)
#D9DED0
(217,222,208)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4E13 color. Also use rgb(46,78,19) instead hex code.

Text Font Color

.myTextColor { color: #2E4E13; }

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

This text font color is #2E4E13.


Background Color

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

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

This div background color is #2E4E13.


Border color

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

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

This div border color is #2E4E13.


Opacity

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

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

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

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

This text has shadow with #2E4E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4E13 on black background.


Color preview on white background

This text has color #2E4E13 on white background.



Black color preview on #2E4E13 background

This text has black color on #2E4E13 background.


White color preview on #2E4E13 background

This text has white color on #2E4E13 background.