COLOR #2E5716

HEX: #2E5716
RGB: (46,87,22)

Color info

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

RGB color model

#2E5716 color RGB value is (46,87,22).

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

RGB channels and saturation

R 46 of 255 = 18%
G 87 of 255 = 34%
B 22 of 255 = 9%

46
87
22

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

Portions of RGB colors in percentages

R + G + B =
46 + 87 + 22 = 155 (100%)
R 46 of 155 ~ 29.68%
G 87 of 155 ~ 56.13%
B 22 of 155 ~ 14.19%

%29.68
%56.13
%14.19

CMYK color model

#2E5716 color CMYK value is (47,0,75,66).

  • cyan value is 47.13%
  • magenta value is 0.00%
  • yellow value is 74.71%
  • key color value is 65.88%
CMYK:
(47,0,75,66)
C47M0Y75K66 
(47%,0%,75%,66%)
(0.47/0.00/0.75/0.66)	

CMYK percentages

%47.13
%0
%74.71
%65.88

Codes

Color #2E5716 in popluar color models

2E5716
RGB468722
HSL98°59.63%21.37%
HSB/HSV98°74.71%34.12%
CMYK47.13%0.00%74.71%
65.88%

Color #2E5716 in popluar number systems.

HEX2E5716
Decimal468722
Binary101110101011110110
Octal5612726

Shades and tints

Shades of #2E5716

#2E5716
(46,87,22)
#2A5014
(42,80,20)
#264912
(38,73,18)
#224210
(34,66,16)
#1E3B0E
(30,59,14)
#1A340C
(26,52,12)
#162D0A
(22,45,10)
#122608
(18,38,8)
#0E1F06
(14,31,6)
#0A1804
(10,24,4)
#061102
(6,17,2)
#000000
(0,0,0)

Tints of #2E5716

#2E5716
(46,87,22)
#41662B
(65,102,43)
#547540
(84,117,64)
#678455
(103,132,85)
#7A936A
(122,147,106)
#8DA27F
(141,162,127)
#A0B194
(160,177,148)
#B3C0A9
(179,192,169)
#C6CFBE
(198,207,190)
#D9DED3
(217,222,211)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5716 color. Also use rgb(46,87,22) instead hex code.

Text Font Color

.myTextColor { color: #2E5716; }

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

This text font color is #2E5716.


Background Color

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

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

This div background color is #2E5716.


Border color

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

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

This div border color is #2E5716.


Opacity

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

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

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

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

This text has shadow with #2E5716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5716 on black background.


Color preview on white background

This text has color #2E5716 on white background.



Black color preview on #2E5716 background

This text has black color on #2E5716 background.


White color preview on #2E5716 background

This text has white color on #2E5716 background.