COLOR #2E867E

HEX: #2E867E
RGB: (46,134,126)

Color info

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

RGB color model

#2E867E color RGB value is (46,134,126).

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

RGB channels and saturation

R 46 of 255 = 18%
G 134 of 255 = 53%
B 126 of 255 = 49%

46
134
126

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

Portions of RGB colors in percentages

R + G + B =
46 + 134 + 126 = 306 (100%)
R 46 of 306 ~ 15.03%
G 134 of 306 ~ 43.79%
B 126 of 306 ~ 41.18%

%15.03
%43.79
%41.18

CMYK color model

#2E867E color CMYK value is (66,0,6,47).

  • cyan value is 65.67%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 47.45%
CMYK:
(66,0,6,47)
C66M0Y6K47 
(66%,0%,6%,47%)
(0.66/0.00/0.06/0.47)	

CMYK percentages

%65.67
%0
%5.97
%47.45

Codes

Color #2E867E in popluar color models

2E867E
RGB46134126
HSL175°48.89%35.29%
HSB/HSV175°65.67%52.55%
CMYK65.67%0.00%5.97%
47.45%

Color #2E867E in popluar number systems.

HEX2E867E
Decimal46134126
Binary101110100001101111110
Octal56206176

Shades and tints

Shades of #2E867E

#2E867E
(46,134,126)
#2A7A73
(42,122,115)
#266E68
(38,110,104)
#22625D
(34,98,93)
#1E5652
(30,86,82)
#1A4A47
(26,74,71)
#163E3C
(22,62,60)
#123231
(18,50,49)
#0E2626
(14,38,38)
#0A1A1B
(10,26,27)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #2E867E

#2E867E
(46,134,126)
#419189
(65,145,137)
#549C94
(84,156,148)
#67A79F
(103,167,159)
#7AB2AA
(122,178,170)
#8DBDB5
(141,189,181)
#A0C8C0
(160,200,192)
#B3D3CB
(179,211,203)
#C6DED6
(198,222,214)
#D9E9E1
(217,233,225)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E867E; }

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

This text font color is #2E867E.


Background Color

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

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

This div background color is #2E867E.


Border color

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

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

This div border color is #2E867E.


Opacity

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

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

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

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

This text has shadow with #2E867E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E867E on black background.


Color preview on white background

This text has color #2E867E on white background.



Black color preview on #2E867E background

This text has black color on #2E867E background.


White color preview on #2E867E background

This text has white color on #2E867E background.