COLOR #2E894E

HEX: #2E894E
RGB: (46,137,78)

Color info

#2E894E contains mainly green and blue colors. Web safe color of #2E894E is #339966 (or #396).

RGB color model

#2E894E color RGB value is (46,137,78).

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

RGB channels and saturation

R 46 of 255 = 18%
G 137 of 255 = 54%
B 78 of 255 = 31%

46
137
78

R + G + B ~ 34%. #2E894E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 137 + 78 = 261 (100%)
R 46 of 261 ~ 17.62%
G 137 of 261 ~ 52.49%
B 78 of 261 ~ 29.89%

%17.62
%52.49
%29.89

CMYK color model

#2E894E color CMYK value is (66,0,43,46).

  • cyan value is 66.42%
  • magenta value is 0.00%
  • yellow value is 43.07%
  • key color value is 46.27%
CMYK:
(66,0,43,46)
C66M0Y43K46 
(66%,0%,43%,46%)
(0.66/0.00/0.43/0.46)	

CMYK percentages

%66.42
%0
%43.07
%46.27

Codes

Color #2E894E in popluar color models

2E894E
RGB4613778
HSL141°49.73%35.88%
HSB/HSV141°66.42%53.73%
CMYK66.42%0.00%43.07%
46.27%

Color #2E894E in popluar number systems.

HEX2E894E
Decimal4613778
Binary101110100010011001110
Octal56211116

Shades and tints

Shades of #2E894E

#2E894E
(46,137,78)
#2A7D47
(42,125,71)
#267140
(38,113,64)
#226539
(34,101,57)
#1E5932
(30,89,50)
#1A4D2B
(26,77,43)
#164124
(22,65,36)
#12351D
(18,53,29)
#0E2916
(14,41,22)
#0A1D0F
(10,29,15)
#061108
(6,17,8)
#000000
(0,0,0)

Tints of #2E894E

#2E894E
(46,137,78)
#41935E
(65,147,94)
#549D6E
(84,157,110)
#67A77E
(103,167,126)
#7AB18E
(122,177,142)
#8DBB9E
(141,187,158)
#A0C5AE
(160,197,174)
#B3CFBE
(179,207,190)
#C6D9CE
(198,217,206)
#D9E3DE
(217,227,222)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E894E; }

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

This text font color is #2E894E.


Background Color

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

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

This div background color is #2E894E.


Border color

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

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

This div border color is #2E894E.


Opacity

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

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

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

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

This text has shadow with #2E894E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E894E on black background.


Color preview on white background

This text has color #2E894E on white background.



Black color preview on #2E894E background

This text has black color on #2E894E background.


White color preview on #2E894E background

This text has white color on #2E894E background.