COLOR #2E5614

HEX: #2E5614
RGB: (46,86,20)

Color info

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

RGB color model

#2E5614 color RGB value is (46,86,20).

  • red value is 46;
  • green value is 86;
  • blue value is 20.
RGB:
(46,86,20)
(18%,34%,8%)

RGB channels and saturation

R 46 of 255 = 18%
G 86 of 255 = 34%
B 20 of 255 = 8%

46
86
20

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

Portions of RGB colors in percentages

R + G + B =
46 + 86 + 20 = 152 (100%)
R 46 of 152 ~ 30.26%
G 86 of 152 ~ 56.58%
B 20 of 152 ~ 13.16%

%30.26
%56.58
%13.16

CMYK color model

#2E5614 color CMYK value is (47,0,77,66).

  • cyan value is 46.51%
  • magenta value is 0.00%
  • yellow value is 76.74%
  • key color value is 66.27%
CMYK:
(47,0,77,66)
C47M0Y77K66 
(47%,0%,77%,66%)
(0.47/0.00/0.77/0.66)	

CMYK percentages

%46.51
%0
%76.74
%66.27

Codes

Color #2E5614 in popluar color models

2E5614
RGB468620
HSL96°62.26%20.78%
HSB/HSV96°76.74%33.73%
CMYK46.51%0.00%76.74%
66.27%

Color #2E5614 in popluar number systems.

HEX2E5614
Decimal468620
Binary101110101011010100
Octal5612624

Shades and tints

Shades of #2E5614

#2E5614
(46,86,20)
#2A4F13
(42,79,19)
#264812
(38,72,18)
#224111
(34,65,17)
#1E3A10
(30,58,16)
#1A330F
(26,51,15)
#162C0E
(22,44,14)
#12250D
(18,37,13)
#0E1E0C
(14,30,12)
#0A170B
(10,23,11)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #2E5614

#2E5614
(46,86,20)
#416529
(65,101,41)
#54743E
(84,116,62)
#678353
(103,131,83)
#7A9268
(122,146,104)
#8DA17D
(141,161,125)
#A0B092
(160,176,146)
#B3BFA7
(179,191,167)
#C6CEBC
(198,206,188)
#D9DDD1
(217,221,209)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5614 color. Also use rgb(46,86,20) instead hex code.

Text Font Color

.myTextColor { color: #2E5614; }

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

This text font color is #2E5614.


Background Color

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

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

This div background color is #2E5614.


Border color

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

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

This div border color is #2E5614.


Opacity

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

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

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

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

This text has shadow with #2E5614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5614 on black background.


Color preview on white background

This text has color #2E5614 on white background.



Black color preview on #2E5614 background

This text has black color on #2E5614 background.


White color preview on #2E5614 background

This text has white color on #2E5614 background.