COLOR #2E876C

HEX: #2E876C
RGB: (46,135,108)

Color info

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

RGB color model

#2E876C color RGB value is (46,135,108).

  • red value is 46;
  • green value is 135;
  • blue value is 108.
RGB:
(46,135,108)
(18%,53%,42%)

RGB channels and saturation

R 46 of 255 = 18%
G 135 of 255 = 53%
B 108 of 255 = 42%

46
135
108

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

Portions of RGB colors in percentages

R + G + B =
46 + 135 + 108 = 289 (100%)
R 46 of 289 ~ 15.92%
G 135 of 289 ~ 46.71%
B 108 of 289 ~ 37.37%

%15.92
%46.71
%37.37

CMYK color model

#2E876C color CMYK value is (66,0,20,47).

  • cyan value is 65.93%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(66,0,20,47)
C66M0Y20K47 
(66%,0%,20%,47%)
(0.66/0.00/0.20/0.47)	

CMYK percentages

%65.93
%0
%20
%47.06

Codes

Color #2E876C in popluar color models

2E876C
RGB46135108
HSL162°49.17%35.49%
HSB/HSV162°65.93%52.94%
CMYK65.93%0.00%20.00%
47.06%

Color #2E876C in popluar number systems.

HEX2E876C
Decimal46135108
Binary101110100001111101100
Octal56207154

Shades and tints

Shades of #2E876C

#2E876C
(46,135,108)
#2A7B63
(42,123,99)
#266F5A
(38,111,90)
#226351
(34,99,81)
#1E5748
(30,87,72)
#1A4B3F
(26,75,63)
#163F36
(22,63,54)
#12332D
(18,51,45)
#0E2724
(14,39,36)
#0A1B1B
(10,27,27)
#060F12
(6,15,18)
#000000
(0,0,0)

Tints of #2E876C

#2E876C
(46,135,108)
#419179
(65,145,121)
#549B86
(84,155,134)
#67A593
(103,165,147)
#7AAFA0
(122,175,160)
#8DB9AD
(141,185,173)
#A0C3BA
(160,195,186)
#B3CDC7
(179,205,199)
#C6D7D4
(198,215,212)
#D9E1E1
(217,225,225)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E876C; }

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

This text font color is #2E876C.


Background Color

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

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

This div background color is #2E876C.


Border color

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

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

This div border color is #2E876C.


Opacity

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

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

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

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

This text has shadow with #2E876C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E876C on black background.


Color preview on white background

This text has color #2E876C on white background.



Black color preview on #2E876C background

This text has black color on #2E876C background.


White color preview on #2E876C background

This text has white color on #2E876C background.