COLOR #2E9477

HEX: #2E9477
RGB: (46,148,119)

Color info

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

RGB color model

#2E9477 color RGB value is (46,148,119).

  • red value is 46;
  • green value is 148;
  • blue value is 119.
RGB:
(46,148,119)
(18%,58%,47%)

RGB channels and saturation

R 46 of 255 = 18%
G 148 of 255 = 58%
B 119 of 255 = 47%

46
148
119

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

Portions of RGB colors in percentages

R + G + B =
46 + 148 + 119 = 313 (100%)
R 46 of 313 ~ 14.7%
G 148 of 313 ~ 47.28%
B 119 of 313 ~ 38.02%

%14.7
%47.28
%38.02

CMYK color model

#2E9477 color CMYK value is (69,0,20,42).

  • cyan value is 68.92%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 41.96%
CMYK:
(69,0,20,42)
C69M0Y20K42 
(69%,0%,20%,42%)
(0.69/0.00/0.20/0.42)	

CMYK percentages

%68.92
%0
%19.59
%41.96

Codes

Color #2E9477 in popluar color models

2E9477
RGB46148119
HSL163°52.58%38.04%
HSB/HSV163°68.92%58.04%
CMYK68.92%0.00%19.59%
41.96%

Color #2E9477 in popluar number systems.

HEX2E9477
Decimal46148119
Binary101110100101001110111
Octal56224167

Shades and tints

Shades of #2E9477

#2E9477
(46,148,119)
#2A876D
(42,135,109)
#267A63
(38,122,99)
#226D59
(34,109,89)
#1E604F
(30,96,79)
#1A5345
(26,83,69)
#16463B
(22,70,59)
#123931
(18,57,49)
#0E2C27
(14,44,39)
#0A1F1D
(10,31,29)
#061213
(6,18,19)
#000000
(0,0,0)

Tints of #2E9477

#2E9477
(46,148,119)
#419D83
(65,157,131)
#54A68F
(84,166,143)
#67AF9B
(103,175,155)
#7AB8A7
(122,184,167)
#8DC1B3
(141,193,179)
#A0CABF
(160,202,191)
#B3D3CB
(179,211,203)
#C6DCD7
(198,220,215)
#D9E5E3
(217,229,227)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9477 color. Also use rgb(46,148,119) instead hex code.

Text Font Color

.myTextColor { color: #2E9477; }

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

This text font color is #2E9477.


Background Color

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

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

This div background color is #2E9477.


Border color

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

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

This div border color is #2E9477.


Opacity

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

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

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

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

This text has shadow with #2E9477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9477 on black background.


Color preview on white background

This text has color #2E9477 on white background.



Black color preview on #2E9477 background

This text has black color on #2E9477 background.


White color preview on #2E9477 background

This text has white color on #2E9477 background.