COLOR #2E8989

HEX: #2E8989
RGB: (46,137,137)

Color info

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

RGB color model

#2E8989 color RGB value is (46,137,137).

  • red value is 46;
  • green value is 137;
  • blue value is 137.
RGB:
(46,137,137)
(18%,54%,54%)

RGB channels and saturation

R 46 of 255 = 18%
G 137 of 255 = 54%
B 137 of 255 = 54%

46
137
137

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

Portions of RGB colors in percentages

R + G + B =
46 + 137 + 137 = 320 (100%)
R 46 of 320 ~ 14.38%
G 137 of 320 ~ 42.81%
B 137 of 320 ~ 42.81%

%14.38
%42.81
%42.81

CMYK color model

#2E8989 color CMYK value is (66,0,0,46).

  • cyan value is 66.42%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(66,0,0,46)
C66M0Y0K46 
(66%,0%,0%,46%)
(0.66/0.00/0.00/0.46)	

CMYK percentages

%66.42
%0
%0
%46.27

Codes

Color #2E8989 in popluar color models

2E8989
RGB46137137
HSL180°49.73%35.88%
HSB/HSV180°66.42%53.73%
CMYK66.42%0.00%0.00%
46.27%

Color #2E8989 in popluar number systems.

HEX2E8989
Decimal46137137
Binary1011101000100110001001
Octal56211211

Shades and tints

Shades of #2E8989

#2E8989
(46,137,137)
#2A7D7D
(42,125,125)
#267171
(38,113,113)
#226565
(34,101,101)
#1E5959
(30,89,89)
#1A4D4D
(26,77,77)
#164141
(22,65,65)
#123535
(18,53,53)
#0E2929
(14,41,41)
#0A1D1D
(10,29,29)
#061111
(6,17,17)
#000000
(0,0,0)

Tints of #2E8989

#2E8989
(46,137,137)
#419393
(65,147,147)
#549D9D
(84,157,157)
#67A7A7
(103,167,167)
#7AB1B1
(122,177,177)
#8DBBBB
(141,187,187)
#A0C5C5
(160,197,197)
#B3CFCF
(179,207,207)
#C6D9D9
(198,217,217)
#D9E3E3
(217,227,227)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E8989; }

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

This text font color is #2E8989.


Background Color

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

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

This div background color is #2E8989.


Border color

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

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

This div border color is #2E8989.


Opacity

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

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

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

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

This text has shadow with #2E8989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8989 on black background.


Color preview on white background

This text has color #2E8989 on white background.



Black color preview on #2E8989 background

This text has black color on #2E8989 background.


White color preview on #2E8989 background

This text has white color on #2E8989 background.