COLOR #2E9D83

HEX: #2E9D83
RGB: (46,157,131)

Color info

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

RGB color model

#2E9D83 color RGB value is (46,157,131).

  • red value is 46;
  • green value is 157;
  • blue value is 131.
RGB:
(46,157,131)
(18%,62%,51%)

RGB channels and saturation

R 46 of 255 = 18%
G 157 of 255 = 62%
B 131 of 255 = 51%

46
157
131

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

Portions of RGB colors in percentages

R + G + B =
46 + 157 + 131 = 334 (100%)
R 46 of 334 ~ 13.77%
G 157 of 334 ~ 47.01%
B 131 of 334 ~ 39.22%

%13.77
%47.01
%39.22

CMYK color model

#2E9D83 color CMYK value is (71,0,17,38).

  • cyan value is 70.70%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 38.43%
CMYK:
(71,0,17,38)
C71M0Y17K38 
(71%,0%,17%,38%)
(0.71/0.00/0.17/0.38)	

CMYK percentages

%70.7
%0
%16.56
%38.43

Codes

Color #2E9D83 in popluar color models

2E9D83
RGB46157131
HSL166°54.68%39.80%
HSB/HSV166°70.70%61.57%
CMYK70.70%0.00%16.56%
38.43%

Color #2E9D83 in popluar number systems.

HEX2E9D83
Decimal46157131
Binary1011101001110110000011
Octal56235203

Shades and tints

Shades of #2E9D83

#2E9D83
(46,157,131)
#2A8F78
(42,143,120)
#26816D
(38,129,109)
#227362
(34,115,98)
#1E6557
(30,101,87)
#1A574C
(26,87,76)
#164941
(22,73,65)
#123B36
(18,59,54)
#0E2D2B
(14,45,43)
#0A1F20
(10,31,32)
#061115
(6,17,21)
#000000
(0,0,0)

Tints of #2E9D83

#2E9D83
(46,157,131)
#41A58E
(65,165,142)
#54AD99
(84,173,153)
#67B5A4
(103,181,164)
#7ABDAF
(122,189,175)
#8DC5BA
(141,197,186)
#A0CDC5
(160,205,197)
#B3D5D0
(179,213,208)
#C6DDDB
(198,221,219)
#D9E5E6
(217,229,230)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9D83 color. Also use rgb(46,157,131) instead hex code.

Text Font Color

.myTextColor { color: #2E9D83; }

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

This text font color is #2E9D83.


Background Color

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

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

This div background color is #2E9D83.


Border color

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

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

This div border color is #2E9D83.


Opacity

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

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

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

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

This text has shadow with #2E9D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9D83 on black background.


Color preview on white background

This text has color #2E9D83 on white background.



Black color preview on #2E9D83 background

This text has black color on #2E9D83 background.


White color preview on #2E9D83 background

This text has white color on #2E9D83 background.