COLOR #2E4D3B

HEX: #2E4D3B
RGB: (46,77,59)

Color info

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

RGB color model

#2E4D3B color RGB value is (46,77,59).

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

RGB channels and saturation

R 46 of 255 = 18%
G 77 of 255 = 30%
B 59 of 255 = 23%

46
77
59

R + G + B ~ 24%. #2E4D3B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 77 + 59 = 182 (100%)
R 46 of 182 ~ 25.27%
G 77 of 182 ~ 42.31%
B 59 of 182 ~ 32.42%

%25.27
%42.31
%32.42

CMYK color model

#2E4D3B color CMYK value is (40,0,23,70).

  • cyan value is 40.26%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 69.80%
CMYK:
(40,0,23,70)
C40M0Y23K70 
(40%,0%,23%,70%)
(0.40/0.00/0.23/0.70)	

CMYK percentages

%40.26
%0
%23.38
%69.8

Codes

Color #2E4D3B in popluar color models

2E4D3B
RGB467759
HSL145°25.20%24.12%
HSB/HSV145°40.26%30.20%
CMYK40.26%0.00%23.38%
69.80%

Color #2E4D3B in popluar number systems.

HEX2E4D3B
Decimal467759
Binary1011101001101111011
Octal5611573

Shades and tints

Shades of #2E4D3B

#2E4D3B
(46,77,59)
#2A4636
(42,70,54)
#263F31
(38,63,49)
#22382C
(34,56,44)
#1E3127
(30,49,39)
#1A2A22
(26,42,34)
#16231D
(22,35,29)
#121C18
(18,28,24)
#0E1513
(14,21,19)
#0A0E0E
(10,14,14)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #2E4D3B

#2E4D3B
(46,77,59)
#415D4C
(65,93,76)
#546D5D
(84,109,93)
#677D6E
(103,125,110)
#7A8D7F
(122,141,127)
#8D9D90
(141,157,144)
#A0ADA1
(160,173,161)
#B3BDB2
(179,189,178)
#C6CDC3
(198,205,195)
#D9DDD4
(217,221,212)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4D3B; }

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

This text font color is #2E4D3B.


Background Color

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

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

This div background color is #2E4D3B.


Border color

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

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

This div border color is #2E4D3B.


Opacity

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

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

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

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

This text has shadow with #2E4D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4D3B on black background.


Color preview on white background

This text has color #2E4D3B on white background.



Black color preview on #2E4D3B background

This text has black color on #2E4D3B background.


White color preview on #2E4D3B background

This text has white color on #2E4D3B background.