COLOR #2E8B54

HEX: #2E8B54
RGB: (46,139,84)

Color info

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

RGB color model

#2E8B54 color RGB value is (46,139,84).

  • red value is 46;
  • green value is 139;
  • blue value is 84.
RGB:
(46,139,84)
(18%,55%,33%)

RGB channels and saturation

R 46 of 255 = 18%
G 139 of 255 = 55%
B 84 of 255 = 33%

46
139
84

R + G + B ~ 35%. #2E8B54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 139 + 84 = 269 (100%)
R 46 of 269 ~ 17.1%
G 139 of 269 ~ 51.67%
B 84 of 269 ~ 31.23%

%17.1
%51.67
%31.23

CMYK color model

#2E8B54 color CMYK value is (67,0,40,45).

  • cyan value is 66.91%
  • magenta value is 0.00%
  • yellow value is 39.57%
  • key color value is 45.49%
CMYK:
(67,0,40,45)
C67M0Y40K45 
(67%,0%,40%,45%)
(0.67/0.00/0.40/0.45)	

CMYK percentages

%66.91
%0
%39.57
%45.49

Codes

Color #2E8B54 in popluar color models

2E8B54
RGB4613984
HSL145°50.27%36.27%
HSB/HSV145°66.91%54.51%
CMYK66.91%0.00%39.57%
45.49%

Color #2E8B54 in popluar number systems.

HEX2E8B54
Decimal4613984
Binary101110100010111010100
Octal56213124

Shades and tints

Shades of #2E8B54

#2E8B54
(46,139,84)
#2A7F4D
(42,127,77)
#267346
(38,115,70)
#22673F
(34,103,63)
#1E5B38
(30,91,56)
#1A4F31
(26,79,49)
#16432A
(22,67,42)
#123723
(18,55,35)
#0E2B1C
(14,43,28)
#0A1F15
(10,31,21)
#06130E
(6,19,14)
#000000
(0,0,0)

Tints of #2E8B54

#2E8B54
(46,139,84)
#419563
(65,149,99)
#549F72
(84,159,114)
#67A981
(103,169,129)
#7AB390
(122,179,144)
#8DBD9F
(141,189,159)
#A0C7AE
(160,199,174)
#B3D1BD
(179,209,189)
#C6DBCC
(198,219,204)
#D9E5DB
(217,229,219)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E8B54 color. Also use rgb(46,139,84) instead hex code.

Text Font Color

.myTextColor { color: #2E8B54; }

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

This text font color is #2E8B54.


Background Color

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

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

This div background color is #2E8B54.


Border color

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

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

This div border color is #2E8B54.


Opacity

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

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

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

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

This text has shadow with #2E8B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8B54 on black background.


Color preview on white background

This text has color #2E8B54 on white background.



Black color preview on #2E8B54 background

This text has black color on #2E8B54 background.


White color preview on #2E8B54 background

This text has white color on #2E8B54 background.