COLOR #2E5D19

HEX: #2E5D19
RGB: (46,93,25)

Color info

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

RGB color model

#2E5D19 color RGB value is (46,93,25).

  • red value is 46;
  • green value is 93;
  • blue value is 25.
RGB:
(46,93,25)
(18%,36%,10%)

RGB channels and saturation

R 46 of 255 = 18%
G 93 of 255 = 36%
B 25 of 255 = 10%

46
93
25

R + G + B ~ 21%. #2E5D19 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 93 + 25 = 164 (100%)
R 46 of 164 ~ 28.05%
G 93 of 164 ~ 56.71%
B 25 of 164 ~ 15.24%

%28.05
%56.71
%15.24

CMYK color model

#2E5D19 color CMYK value is (51,0,73,64).

  • cyan value is 50.54%
  • magenta value is 0.00%
  • yellow value is 73.12%
  • key color value is 63.53%
CMYK:
(51,0,73,64)
C51M0Y73K64 
(51%,0%,73%,64%)
(0.51/0.00/0.73/0.64)	

CMYK percentages

%50.54
%0
%73.12
%63.53

Codes

Color #2E5D19 in popluar color models

2E5D19
RGB469325
HSL101°57.63%23.14%
HSB/HSV101°73.12%36.47%
CMYK50.54%0.00%73.12%
63.53%

Color #2E5D19 in popluar number systems.

HEX2E5D19
Decimal469325
Binary101110101110111001
Octal5613531

Shades and tints

Shades of #2E5D19

#2E5D19
(46,93,25)
#2A5517
(42,85,23)
#264D15
(38,77,21)
#224513
(34,69,19)
#1E3D11
(30,61,17)
#1A350F
(26,53,15)
#162D0D
(22,45,13)
#12250B
(18,37,11)
#0E1D09
(14,29,9)
#0A1507
(10,21,7)
#060D05
(6,13,5)
#000000
(0,0,0)

Tints of #2E5D19

#2E5D19
(46,93,25)
#416B2D
(65,107,45)
#547941
(84,121,65)
#678755
(103,135,85)
#7A9569
(122,149,105)
#8DA37D
(141,163,125)
#A0B191
(160,177,145)
#B3BFA5
(179,191,165)
#C6CDB9
(198,205,185)
#D9DBCD
(217,219,205)
#ECE9E1
(236,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5D19 color. Also use rgb(46,93,25) instead hex code.

Text Font Color

.myTextColor { color: #2E5D19; }

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

This text font color is #2E5D19.


Background Color

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

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

This div background color is #2E5D19.


Border color

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

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

This div border color is #2E5D19.


Opacity

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

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

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

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

This text has shadow with #2E5D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5D19 on black background.


Color preview on white background

This text has color #2E5D19 on white background.



Black color preview on #2E5D19 background

This text has black color on #2E5D19 background.


White color preview on #2E5D19 background

This text has white color on #2E5D19 background.