COLOR #2E8170

HEX: #2E8170
RGB: (46,129,112)

Color info

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

RGB color model

#2E8170 color RGB value is (46,129,112).

  • red value is 46;
  • green value is 129;
  • blue value is 112.
RGB:
(46,129,112)
(18%,51%,44%)

RGB channels and saturation

R 46 of 255 = 18%
G 129 of 255 = 51%
B 112 of 255 = 44%

46
129
112

R + G + B ~ 38%. #2E8170 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 129 + 112 = 287 (100%)
R 46 of 287 ~ 16.03%
G 129 of 287 ~ 44.95%
B 112 of 287 ~ 39.02%

%16.03
%44.95
%39.02

CMYK color model

#2E8170 color CMYK value is (64,0,13,49).

  • cyan value is 64.34%
  • magenta value is 0.00%
  • yellow value is 13.18%
  • key color value is 49.41%
CMYK:
(64,0,13,49)
C64M0Y13K49 
(64%,0%,13%,49%)
(0.64/0.00/0.13/0.49)	

CMYK percentages

%64.34
%0
%13.18
%49.41

Codes

Color #2E8170 in popluar color models

2E8170
RGB46129112
HSL168°47.43%34.31%
HSB/HSV168°64.34%50.59%
CMYK64.34%0.00%13.18%
49.41%

Color #2E8170 in popluar number systems.

HEX2E8170
Decimal46129112
Binary101110100000011110000
Octal56201160

Shades and tints

Shades of #2E8170

#2E8170
(46,129,112)
#2A7666
(42,118,102)
#266B5C
(38,107,92)
#226052
(34,96,82)
#1E5548
(30,85,72)
#1A4A3E
(26,74,62)
#163F34
(22,63,52)
#12342A
(18,52,42)
#0E2920
(14,41,32)
#0A1E16
(10,30,22)
#06130C
(6,19,12)
#000000
(0,0,0)

Tints of #2E8170

#2E8170
(46,129,112)
#418C7D
(65,140,125)
#54978A
(84,151,138)
#67A297
(103,162,151)
#7AADA4
(122,173,164)
#8DB8B1
(141,184,177)
#A0C3BE
(160,195,190)
#B3CECB
(179,206,203)
#C6D9D8
(198,217,216)
#D9E4E5
(217,228,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E8170; }

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

This text font color is #2E8170.


Background Color

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

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

This div background color is #2E8170.


Border color

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

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

This div border color is #2E8170.


Opacity

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

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

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

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

This text has shadow with #2E8170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8170 on black background.


Color preview on white background

This text has color #2E8170 on white background.



Black color preview on #2E8170 background

This text has black color on #2E8170 background.


White color preview on #2E8170 background

This text has white color on #2E8170 background.