COLOR #2E4E27

HEX: #2E4E27
RGB: (46,78,39)

Color info

#2E4E27 contains red, green and blue colors in about the same proportion. Web safe color of #2E4E27 is #336633 (or #363).

RGB color model

#2E4E27 color RGB value is (46,78,39).

  • red value is 46;
  • green value is 78;
  • blue value is 39.
RGB:
(46,78,39)
(18%,31%,15%)

RGB channels and saturation

R 46 of 255 = 18%
G 78 of 255 = 31%
B 39 of 255 = 15%

46
78
39

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

Portions of RGB colors in percentages

R + G + B =
46 + 78 + 39 = 163 (100%)
R 46 of 163 ~ 28.22%
G 78 of 163 ~ 47.85%
B 39 of 163 ~ 23.93%

%28.22
%47.85
%23.93

CMYK color model

#2E4E27 color CMYK value is (41,0,50,69).

  • cyan value is 41.03%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 69.41%
CMYK:
(41,0,50,69)
C41M0Y50K69 
(41%,0%,50%,69%)
(0.41/0.00/0.50/0.69)	

CMYK percentages

%41.03
%0
%50
%69.41

Codes

Color #2E4E27 in popluar color models

2E4E27
RGB467839
HSL109°33.33%22.94%
HSB/HSV109°50.00%30.59%
CMYK41.03%0.00%50.00%
69.41%

Color #2E4E27 in popluar number systems.

HEX2E4E27
Decimal467839
Binary1011101001110100111
Octal5611647

Shades and tints

Shades of #2E4E27

#2E4E27
(46,78,39)
#2A4724
(42,71,36)
#264021
(38,64,33)
#22391E
(34,57,30)
#1E321B
(30,50,27)
#1A2B18
(26,43,24)
#162415
(22,36,21)
#121D12
(18,29,18)
#0E160F
(14,22,15)
#0A0F0C
(10,15,12)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #2E4E27

#2E4E27
(46,78,39)
#415E3A
(65,94,58)
#546E4D
(84,110,77)
#677E60
(103,126,96)
#7A8E73
(122,142,115)
#8D9E86
(141,158,134)
#A0AE99
(160,174,153)
#B3BEAC
(179,190,172)
#C6CEBF
(198,206,191)
#D9DED2
(217,222,210)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4E27 color. Also use rgb(46,78,39) instead hex code.

Text Font Color

.myTextColor { color: #2E4E27; }

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

This text font color is #2E4E27.


Background Color

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

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

This div background color is #2E4E27.


Border color

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

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

This div border color is #2E4E27.


Opacity

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

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

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

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

This text has shadow with #2E4E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4E27 on black background.


Color preview on white background

This text has color #2E4E27 on white background.



Black color preview on #2E4E27 background

This text has black color on #2E4E27 background.


White color preview on #2E4E27 background

This text has white color on #2E4E27 background.