COLOR #2E5617

HEX: #2E5617
RGB: (46,86,23)

Color info

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

RGB color model

#2E5617 color RGB value is (46,86,23).

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

RGB channels and saturation

R 46 of 255 = 18%
G 86 of 255 = 34%
B 23 of 255 = 9%

46
86
23

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

Portions of RGB colors in percentages

R + G + B =
46 + 86 + 23 = 155 (100%)
R 46 of 155 ~ 29.68%
G 86 of 155 ~ 55.48%
B 23 of 155 ~ 14.84%

%29.68
%55.48
%14.84

CMYK color model

#2E5617 color CMYK value is (47,0,73,66).

  • cyan value is 46.51%
  • magenta value is 0.00%
  • yellow value is 73.26%
  • key color value is 66.27%
CMYK:
(47,0,73,66)
C47M0Y73K66 
(47%,0%,73%,66%)
(0.47/0.00/0.73/0.66)	

CMYK percentages

%46.51
%0
%73.26
%66.27

Codes

Color #2E5617 in popluar color models

2E5617
RGB468623
HSL98°57.80%21.37%
HSB/HSV98°73.26%33.73%
CMYK46.51%0.00%73.26%
66.27%

Color #2E5617 in popluar number systems.

HEX2E5617
Decimal468623
Binary101110101011010111
Octal5612627

Shades and tints

Shades of #2E5617

#2E5617
(46,86,23)
#2A4F15
(42,79,21)
#264813
(38,72,19)
#224111
(34,65,17)
#1E3A0F
(30,58,15)
#1A330D
(26,51,13)
#162C0B
(22,44,11)
#122509
(18,37,9)
#0E1E07
(14,30,7)
#0A1705
(10,23,5)
#061003
(6,16,3)
#000000
(0,0,0)

Tints of #2E5617

#2E5617
(46,86,23)
#41652C
(65,101,44)
#547441
(84,116,65)
#678356
(103,131,86)
#7A926B
(122,146,107)
#8DA180
(141,161,128)
#A0B095
(160,176,149)
#B3BFAA
(179,191,170)
#C6CEBF
(198,206,191)
#D9DDD4
(217,221,212)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5617; }

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

This text font color is #2E5617.


Background Color

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

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

This div background color is #2E5617.


Border color

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

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

This div border color is #2E5617.


Opacity

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

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

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

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

This text has shadow with #2E5617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5617 on black background.


Color preview on white background

This text has color #2E5617 on white background.



Black color preview on #2E5617 background

This text has black color on #2E5617 background.


White color preview on #2E5617 background

This text has white color on #2E5617 background.