COLOR #2E6447

HEX: #2E6447
RGB: (46,100,71)

Color info

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

RGB color model

#2E6447 color RGB value is (46,100,71).

  • red value is 46;
  • green value is 100;
  • blue value is 71.
RGB:
(46,100,71)
(18%,39%,28%)

RGB channels and saturation

R 46 of 255 = 18%
G 100 of 255 = 39%
B 71 of 255 = 28%

46
100
71

R + G + B ~ 28%. #2E6447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 100 + 71 = 217 (100%)
R 46 of 217 ~ 21.2%
G 100 of 217 ~ 46.08%
B 71 of 217 ~ 32.72%

%21.2
%46.08
%32.72

CMYK color model

#2E6447 color CMYK value is (54,0,29,61).

  • cyan value is 54.00%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 60.78%
CMYK:
(54,0,29,61)
C54M0Y29K61 
(54%,0%,29%,61%)
(0.54/0.00/0.29/0.61)	

CMYK percentages

%54
%0
%29
%60.78

Codes

Color #2E6447 in popluar color models

2E6447
RGB4610071
HSL148°36.99%28.63%
HSB/HSV148°54.00%39.22%
CMYK54.00%0.00%29.00%
60.78%

Color #2E6447 in popluar number systems.

HEX2E6447
Decimal4610071
Binary10111011001001000111
Octal56144107

Shades and tints

Shades of #2E6447

#2E6447
(46,100,71)
#2A5B41
(42,91,65)
#26523B
(38,82,59)
#224935
(34,73,53)
#1E402F
(30,64,47)
#1A3729
(26,55,41)
#162E23
(22,46,35)
#12251D
(18,37,29)
#0E1C17
(14,28,23)
#0A1311
(10,19,17)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #2E6447

#2E6447
(46,100,71)
#417257
(65,114,87)
#548067
(84,128,103)
#678E77
(103,142,119)
#7A9C87
(122,156,135)
#8DAA97
(141,170,151)
#A0B8A7
(160,184,167)
#B3C6B7
(179,198,183)
#C6D4C7
(198,212,199)
#D9E2D7
(217,226,215)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6447 color. Also use rgb(46,100,71) instead hex code.

Text Font Color

.myTextColor { color: #2E6447; }

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

This text font color is #2E6447.


Background Color

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

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

This div background color is #2E6447.


Border color

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

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

This div border color is #2E6447.


Opacity

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

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

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

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

This text has shadow with #2E6447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6447 on black background.


Color preview on white background

This text has color #2E6447 on white background.



Black color preview on #2E6447 background

This text has black color on #2E6447 background.


White color preview on #2E6447 background

This text has white color on #2E6447 background.