COLOR #2EA584

HEX: #2EA584
RGB: (46,165,132)

Color info

#2EA584 contains mainly green and blue colors. Web safe color of #2EA584 is #339999 (or #399).

RGB color model

#2EA584 color RGB value is (46,165,132).

  • red value is 46;
  • green value is 165;
  • blue value is 132.
RGB:
(46,165,132)
(18%,65%,52%)

RGB channels and saturation

R 46 of 255 = 18%
G 165 of 255 = 65%
B 132 of 255 = 52%

46
165
132

R + G + B ~ 45%. #2EA584 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 165 + 132 = 343 (100%)
R 46 of 343 ~ 13.41%
G 165 of 343 ~ 48.1%
B 132 of 343 ~ 38.48%

%13.41
%48.1
%38.48

CMYK color model

#2EA584 color CMYK value is (72,0,20,35).

  • cyan value is 72.12%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 35.29%
CMYK:
(72,0,20,35)
C72M0Y20K35 
(72%,0%,20%,35%)
(0.72/0.00/0.20/0.35)	

CMYK percentages

%72.12
%0
%20
%35.29

Codes

Color #2EA584 in popluar color models

2EA584
RGB46165132
HSL163°56.40%41.37%
HSB/HSV163°72.12%64.71%
CMYK72.12%0.00%20.00%
35.29%

Color #2EA584 in popluar number systems.

HEX2EA584
Decimal46165132
Binary1011101010010110000100
Octal56245204

Shades and tints

Shades of #2EA584

#2EA584
(46,165,132)
#2A9678
(42,150,120)
#26876C
(38,135,108)
#227860
(34,120,96)
#1E6954
(30,105,84)
#1A5A48
(26,90,72)
#164B3C
(22,75,60)
#123C30
(18,60,48)
#0E2D24
(14,45,36)
#0A1E18
(10,30,24)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #2EA584

#2EA584
(46,165,132)
#41AD8F
(65,173,143)
#54B59A
(84,181,154)
#67BDA5
(103,189,165)
#7AC5B0
(122,197,176)
#8DCDBB
(141,205,187)
#A0D5C6
(160,213,198)
#B3DDD1
(179,221,209)
#C6E5DC
(198,229,220)
#D9EDE7
(217,237,231)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EA584 color. Also use rgb(46,165,132) instead hex code.

Text Font Color

.myTextColor { color: #2EA584; }

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

This text font color is #2EA584.


Background Color

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

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

This div background color is #2EA584.


Border color

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

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

This div border color is #2EA584.


Opacity

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

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

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

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

This text has shadow with #2EA584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EA584 on black background.


Color preview on white background

This text has color #2EA584 on white background.



Black color preview on #2EA584 background

This text has black color on #2EA584 background.


White color preview on #2EA584 background

This text has white color on #2EA584 background.