COLOR #2E8673

HEX: #2E8673
RGB: (46,134,115)

Color info

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

RGB color model

#2E8673 color RGB value is (46,134,115).

  • red value is 46;
  • green value is 134;
  • blue value is 115.
RGB:
(46,134,115)
(18%,53%,45%)

RGB channels and saturation

R 46 of 255 = 18%
G 134 of 255 = 53%
B 115 of 255 = 45%

46
134
115

R + G + B ~ 39%. #2E8673 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 134 + 115 = 295 (100%)
R 46 of 295 ~ 15.59%
G 134 of 295 ~ 45.42%
B 115 of 295 ~ 38.98%

%15.59
%45.42
%38.98

CMYK color model

#2E8673 color CMYK value is (66,0,14,47).

  • cyan value is 65.67%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK:
(66,0,14,47)
C66M0Y14K47 
(66%,0%,14%,47%)
(0.66/0.00/0.14/0.47)	

CMYK percentages

%65.67
%0
%14.18
%47.45

Codes

Color #2E8673 in popluar color models

2E8673
RGB46134115
HSL167°48.89%35.29%
HSB/HSV167°65.67%52.55%
CMYK65.67%0.00%14.18%
47.45%

Color #2E8673 in popluar number systems.

HEX2E8673
Decimal46134115
Binary101110100001101110011
Octal56206163

Shades and tints

Shades of #2E8673

#2E8673
(46,134,115)
#2A7A69
(42,122,105)
#266E5F
(38,110,95)
#226255
(34,98,85)
#1E564B
(30,86,75)
#1A4A41
(26,74,65)
#163E37
(22,62,55)
#12322D
(18,50,45)
#0E2623
(14,38,35)
#0A1A19
(10,26,25)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #2E8673

#2E8673
(46,134,115)
#41917F
(65,145,127)
#549C8B
(84,156,139)
#67A797
(103,167,151)
#7AB2A3
(122,178,163)
#8DBDAF
(141,189,175)
#A0C8BB
(160,200,187)
#B3D3C7
(179,211,199)
#C6DED3
(198,222,211)
#D9E9DF
(217,233,223)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E8673; }

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

This text font color is #2E8673.


Background Color

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

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

This div background color is #2E8673.


Border color

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

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

This div border color is #2E8673.


Opacity

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

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

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

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

This text has shadow with #2E8673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8673 on black background.


Color preview on white background

This text has color #2E8673 on white background.



Black color preview on #2E8673 background

This text has black color on #2E8673 background.


White color preview on #2E8673 background

This text has white color on #2E8673 background.