COLOR #2E8057

HEX: #2E8057
RGB: (46,128,87)

Color info

#2E8057 contains mainly green and blue colors. Web safe color of #2E8057 is #336666 (or #366).

RGB color model

#2E8057 color RGB value is (46,128,87).

  • red value is 46;
  • green value is 128;
  • blue value is 87.
RGB:
(46,128,87)
(18%,50%,34%)

RGB channels and saturation

R 46 of 255 = 18%
G 128 of 255 = 50%
B 87 of 255 = 34%

46
128
87

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

Portions of RGB colors in percentages

R + G + B =
46 + 128 + 87 = 261 (100%)
R 46 of 261 ~ 17.62%
G 128 of 261 ~ 49.04%
B 87 of 261 ~ 33.33%

%17.62
%49.04
%33.33

CMYK color model

#2E8057 color CMYK value is (64,0,32,50).

  • cyan value is 64.06%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 49.80%
CMYK:
(64,0,32,50)
C64M0Y32K50 
(64%,0%,32%,50%)
(0.64/0.00/0.32/0.50)	

CMYK percentages

%64.06
%0
%32.03
%49.8

Codes

Color #2E8057 in popluar color models

2E8057
RGB4612887
HSL150°47.13%34.12%
HSB/HSV150°64.06%50.20%
CMYK64.06%0.00%32.03%
49.80%

Color #2E8057 in popluar number systems.

HEX2E8057
Decimal4612887
Binary101110100000001010111
Octal56200127

Shades and tints

Shades of #2E8057

#2E8057
(46,128,87)
#2A7550
(42,117,80)
#266A49
(38,106,73)
#225F42
(34,95,66)
#1E543B
(30,84,59)
#1A4934
(26,73,52)
#163E2D
(22,62,45)
#123326
(18,51,38)
#0E281F
(14,40,31)
#0A1D18
(10,29,24)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #2E8057

#2E8057
(46,128,87)
#418B66
(65,139,102)
#549675
(84,150,117)
#67A184
(103,161,132)
#7AAC93
(122,172,147)
#8DB7A2
(141,183,162)
#A0C2B1
(160,194,177)
#B3CDC0
(179,205,192)
#C6D8CF
(198,216,207)
#D9E3DE
(217,227,222)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E8057 color. Also use rgb(46,128,87) instead hex code.

Text Font Color

.myTextColor { color: #2E8057; }

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

This text font color is #2E8057.


Background Color

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

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

This div background color is #2E8057.


Border color

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

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

This div border color is #2E8057.


Opacity

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

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

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

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

This text has shadow with #2E8057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8057 on black background.


Color preview on white background

This text has color #2E8057 on white background.



Black color preview on #2E8057 background

This text has black color on #2E8057 background.


White color preview on #2E8057 background

This text has white color on #2E8057 background.