COLOR #2E5010

HEX: #2E5010
RGB: (46,80,16)

Color info

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

RGB color model

#2E5010 color RGB value is (46,80,16).

  • red value is 46;
  • green value is 80;
  • blue value is 16.
RGB:
(46,80,16)
(18%,31%,6%)

RGB channels and saturation

R 46 of 255 = 18%
G 80 of 255 = 31%
B 16 of 255 = 6%

46
80
16

R + G + B ~ 18%. #2E5010 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 80 + 16 = 142 (100%)
R 46 of 142 ~ 32.39%
G 80 of 142 ~ 56.34%
B 16 of 142 ~ 11.27%

%32.39
%56.34
%11.27

CMYK color model

#2E5010 color CMYK value is (43,0,80,69).

  • cyan value is 42.50%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 68.63%
CMYK:
(43,0,80,69)
C43M0Y80K69 
(43%,0%,80%,69%)
(0.43/0.00/0.80/0.69)	

CMYK percentages

%42.5
%0
%80
%68.63

Codes

Color #2E5010 in popluar color models

2E5010
RGB468016
HSL92°66.67%18.82%
HSB/HSV92°80.00%31.37%
CMYK42.50%0.00%80.00%
68.63%

Color #2E5010 in popluar number systems.

HEX2E5010
Decimal468016
Binary101110101000010000
Octal5612020

Shades and tints

Shades of #2E5010

#2E5010
(46,80,16)
#2A490F
(42,73,15)
#26420E
(38,66,14)
#223B0D
(34,59,13)
#1E340C
(30,52,12)
#1A2D0B
(26,45,11)
#16260A
(22,38,10)
#121F09
(18,31,9)
#0E1808
(14,24,8)
#0A1107
(10,17,7)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #2E5010

#2E5010
(46,80,16)
#415F25
(65,95,37)
#546E3A
(84,110,58)
#677D4F
(103,125,79)
#7A8C64
(122,140,100)
#8D9B79
(141,155,121)
#A0AA8E
(160,170,142)
#B3B9A3
(179,185,163)
#C6C8B8
(198,200,184)
#D9D7CD
(217,215,205)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5010 color. Also use rgb(46,80,16) instead hex code.

Text Font Color

.myTextColor { color: #2E5010; }

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

This text font color is #2E5010.


Background Color

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

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

This div background color is #2E5010.


Border color

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

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

This div border color is #2E5010.


Opacity

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

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

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

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

This text has shadow with #2E5010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5010 on black background.


Color preview on white background

This text has color #2E5010 on white background.



Black color preview on #2E5010 background

This text has black color on #2E5010 background.


White color preview on #2E5010 background

This text has white color on #2E5010 background.