COLOR #2E3917

HEX: #2E3917
RGB: (46,57,23)

Color info

#2E3917 contains red, green and blue colors in about the same proportion. Web safe color of #2E3917 is #333300 (or #330).

RGB color model

#2E3917 color RGB value is (46,57,23).

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

RGB channels and saturation

R 46 of 255 = 18%
G 57 of 255 = 22%
B 23 of 255 = 9%

46
57
23

R + G + B ~ 16%. #2E3917 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 57 + 23 = 126 (100%)
R 46 of 126 ~ 36.51%
G 57 of 126 ~ 45.24%
B 23 of 126 ~ 18.25%

%36.51
%45.24
%18.25

CMYK color model

#2E3917 color CMYK value is (19,0,60,78).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 59.65%
  • key color value is 77.65%
CMYK:
(19,0,60,78)
C19M0Y60K78 
(19%,0%,60%,78%)
(0.19/0.00/0.60/0.78)	

CMYK percentages

%19.3
%0
%59.65
%77.65

Codes

Color #2E3917 in popluar color models

2E3917
RGB465723
HSL79°42.50%15.69%
HSB/HSV79°59.65%22.35%
CMYK19.30%0.00%59.65%
77.65%

Color #2E3917 in popluar number systems.

HEX2E3917
Decimal465723
Binary10111011100110111
Octal567127

Shades and tints

Shades of #2E3917

#2E3917
(46,57,23)
#2A3415
(42,52,21)
#262F13
(38,47,19)
#222A11
(34,42,17)
#1E250F
(30,37,15)
#1A200D
(26,32,13)
#161B0B
(22,27,11)
#121609
(18,22,9)
#0E1107
(14,17,7)
#0A0C05
(10,12,5)
#060703
(6,7,3)
#000000
(0,0,0)

Tints of #2E3917

#2E3917
(46,57,23)
#414B2C
(65,75,44)
#545D41
(84,93,65)
#676F56
(103,111,86)
#7A816B
(122,129,107)
#8D9380
(141,147,128)
#A0A595
(160,165,149)
#B3B7AA
(179,183,170)
#C6C9BF
(198,201,191)
#D9DBD4
(217,219,212)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3917; }

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

This text font color is #2E3917.


Background Color

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

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

This div background color is #2E3917.


Border color

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

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

This div border color is #2E3917.


Opacity

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

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

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

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

This text has shadow with #2E3917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3917 on black background.


Color preview on white background

This text has color #2E3917 on white background.



Black color preview on #2E3917 background

This text has black color on #2E3917 background.


White color preview on #2E3917 background

This text has white color on #2E3917 background.