COLOR #2E4D1C

HEX: #2E4D1C
RGB: (46,77,28)

Color info

#2E4D1C contains red, green and blue colors in about the same proportion. Web safe color of #2E4D1C is #333333 (or #333).

RGB color model

#2E4D1C color RGB value is (46,77,28).

  • red value is 46;
  • green value is 77;
  • blue value is 28.
RGB:
(46,77,28)
(18%,30%,11%)

RGB channels and saturation

R 46 of 255 = 18%
G 77 of 255 = 30%
B 28 of 255 = 11%

46
77
28

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

Portions of RGB colors in percentages

R + G + B =
46 + 77 + 28 = 151 (100%)
R 46 of 151 ~ 30.46%
G 77 of 151 ~ 50.99%
B 28 of 151 ~ 18.54%

%30.46
%50.99
%18.54

CMYK color model

#2E4D1C color CMYK value is (40,0,64,70).

  • cyan value is 40.26%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 69.80%
CMYK:
(40,0,64,70)
C40M0Y64K70 
(40%,0%,64%,70%)
(0.40/0.00/0.64/0.70)	

CMYK percentages

%40.26
%0
%63.64
%69.8

Codes

Color #2E4D1C in popluar color models

2E4D1C
RGB467728
HSL98°46.67%20.59%
HSB/HSV98°63.64%30.20%
CMYK40.26%0.00%63.64%
69.80%

Color #2E4D1C in popluar number systems.

HEX2E4D1C
Decimal467728
Binary101110100110111100
Octal5611534

Shades and tints

Shades of #2E4D1C

#2E4D1C
(46,77,28)
#2A461A
(42,70,26)
#263F18
(38,63,24)
#223816
(34,56,22)
#1E3114
(30,49,20)
#1A2A12
(26,42,18)
#162310
(22,35,16)
#121C0E
(18,28,14)
#0E150C
(14,21,12)
#0A0E0A
(10,14,10)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #2E4D1C

#2E4D1C
(46,77,28)
#415D30
(65,93,48)
#546D44
(84,109,68)
#677D58
(103,125,88)
#7A8D6C
(122,141,108)
#8D9D80
(141,157,128)
#A0AD94
(160,173,148)
#B3BDA8
(179,189,168)
#C6CDBC
(198,205,188)
#D9DDD0
(217,221,208)
#ECEDE4
(236,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4D1C color. Also use rgb(46,77,28) instead hex code.

Text Font Color

.myTextColor { color: #2E4D1C; }

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

This text font color is #2E4D1C.


Background Color

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

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

This div background color is #2E4D1C.


Border color

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

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

This div border color is #2E4D1C.


Opacity

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

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

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

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

This text has shadow with #2E4D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4D1C on black background.


Color preview on white background

This text has color #2E4D1C on white background.



Black color preview on #2E4D1C background

This text has black color on #2E4D1C background.


White color preview on #2E4D1C background

This text has white color on #2E4D1C background.