COLOR #2E4831

HEX: #2E4831
RGB: (46,72,49)

Color info

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

RGB color model

#2E4831 color RGB value is (46,72,49).

  • red value is 46;
  • green value is 72;
  • blue value is 49.
RGB:
(46,72,49)
(18%,28%,19%)

RGB channels and saturation

R 46 of 255 = 18%
G 72 of 255 = 28%
B 49 of 255 = 19%

46
72
49

R + G + B ~ 22%. #2E4831 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 72 + 49 = 167 (100%)
R 46 of 167 ~ 27.54%
G 72 of 167 ~ 43.11%
B 49 of 167 ~ 29.34%

%27.54
%43.11
%29.34

CMYK color model

#2E4831 color CMYK value is (36,0,32,72).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(36,0,32,72)
C36M0Y32K72 
(36%,0%,32%,72%)
(0.36/0.00/0.32/0.72)	

CMYK percentages

%36.11
%0
%31.94
%71.76

Codes

Color #2E4831 in popluar color models

2E4831
RGB467249
HSL127°22.03%23.14%
HSB/HSV127°36.11%28.24%
CMYK36.11%0.00%31.94%
71.76%

Color #2E4831 in popluar number systems.

HEX2E4831
Decimal467249
Binary1011101001000110001
Octal5611061

Shades and tints

Shades of #2E4831

#2E4831
(46,72,49)
#2A422D
(42,66,45)
#263C29
(38,60,41)
#223625
(34,54,37)
#1E3021
(30,48,33)
#1A2A1D
(26,42,29)
#162419
(22,36,25)
#121E15
(18,30,21)
#0E1811
(14,24,17)
#0A120D
(10,18,13)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #2E4831

#2E4831
(46,72,49)
#415843
(65,88,67)
#546855
(84,104,85)
#677867
(103,120,103)
#7A8879
(122,136,121)
#8D988B
(141,152,139)
#A0A89D
(160,168,157)
#B3B8AF
(179,184,175)
#C6C8C1
(198,200,193)
#D9D8D3
(217,216,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4831 color. Also use rgb(46,72,49) instead hex code.

Text Font Color

.myTextColor { color: #2E4831; }

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

This text font color is #2E4831.


Background Color

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

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

This div background color is #2E4831.


Border color

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

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

This div border color is #2E4831.


Opacity

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

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

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

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

This text has shadow with #2E4831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4831 on black background.


Color preview on white background

This text has color #2E4831 on white background.



Black color preview on #2E4831 background

This text has black color on #2E4831 background.


White color preview on #2E4831 background

This text has white color on #2E4831 background.