COLOR #2E7323

HEX: #2E7323
RGB: (46,115,35)

Color info

#2E7323 contains mainly green color. Web safe color of #2E7323 is #336633 (or #363).

RGB color model

#2E7323 color RGB value is (46,115,35).

  • red value is 46;
  • green value is 115;
  • blue value is 35.
RGB:
(46,115,35)
(18%,45%,14%)

RGB channels and saturation

R 46 of 255 = 18%
G 115 of 255 = 45%
B 35 of 255 = 14%

46
115
35

R + G + B ~ 26%. #2E7323 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 115 + 35 = 196 (100%)
R 46 of 196 ~ 23.47%
G 115 of 196 ~ 58.67%
B 35 of 196 ~ 17.86%

%23.47
%58.67
%17.86

CMYK color model

#2E7323 color CMYK value is (60,0,70,55).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 69.57%
  • key color value is 54.90%
CMYK:
(60,0,70,55)
C60M0Y70K55 
(60%,0%,70%,55%)
(0.60/0.00/0.70/0.55)	

CMYK percentages

%60
%0
%69.57
%54.9

Codes

Color #2E7323 in popluar color models

2E7323
RGB4611535
HSL112°53.33%29.41%
HSB/HSV112°69.57%45.10%
CMYK60.00%0.00%69.57%
54.90%

Color #2E7323 in popluar number systems.

HEX2E7323
Decimal4611535
Binary1011101110011100011
Octal5616343

Shades and tints

Shades of #2E7323

#2E7323
(46,115,35)
#2A6920
(42,105,32)
#265F1D
(38,95,29)
#22551A
(34,85,26)
#1E4B17
(30,75,23)
#1A4114
(26,65,20)
#163711
(22,55,17)
#122D0E
(18,45,14)
#0E230B
(14,35,11)
#0A1908
(10,25,8)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #2E7323

#2E7323
(46,115,35)
#417F37
(65,127,55)
#548B4B
(84,139,75)
#67975F
(103,151,95)
#7AA373
(122,163,115)
#8DAF87
(141,175,135)
#A0BB9B
(160,187,155)
#B3C7AF
(179,199,175)
#C6D3C3
(198,211,195)
#D9DFD7
(217,223,215)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7323 color. Also use rgb(46,115,35) instead hex code.

Text Font Color

.myTextColor { color: #2E7323; }

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

This text font color is #2E7323.


Background Color

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

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

This div background color is #2E7323.


Border color

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

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

This div border color is #2E7323.


Opacity

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

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

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

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

This text has shadow with #2E7323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7323 on black background.


Color preview on white background

This text has color #2E7323 on white background.



Black color preview on #2E7323 background

This text has black color on #2E7323 background.


White color preview on #2E7323 background

This text has white color on #2E7323 background.