COLOR #2E796E

HEX: #2E796E
RGB: (46,121,110)

Color info

#2E796E contains mainly green and blue colors. Web safe color of #2E796E is #336666 (or #366).

RGB color model

#2E796E color RGB value is (46,121,110).

  • red value is 46;
  • green value is 121;
  • blue value is 110.
RGB:
(46,121,110)
(18%,47%,43%)

RGB channels and saturation

R 46 of 255 = 18%
G 121 of 255 = 47%
B 110 of 255 = 43%

46
121
110

R + G + B ~ 36%. #2E796E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 121 + 110 = 277 (100%)
R 46 of 277 ~ 16.61%
G 121 of 277 ~ 43.68%
B 110 of 277 ~ 39.71%

%16.61
%43.68
%39.71

CMYK color model

#2E796E color CMYK value is (62,0,9,53).

  • cyan value is 61.98%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 52.55%
CMYK:
(62,0,9,53)
C62M0Y9K53 
(62%,0%,9%,53%)
(0.62/0.00/0.09/0.53)	

CMYK percentages

%61.98
%0
%9.09
%52.55

Codes

Color #2E796E in popluar color models

2E796E
RGB46121110
HSL171°44.91%32.75%
HSB/HSV171°61.98%47.45%
CMYK61.98%0.00%9.09%
52.55%

Color #2E796E in popluar number systems.

HEX2E796E
Decimal46121110
Binary10111011110011101110
Octal56171156

Shades and tints

Shades of #2E796E

#2E796E
(46,121,110)
#2A6E64
(42,110,100)
#26635A
(38,99,90)
#225850
(34,88,80)
#1E4D46
(30,77,70)
#1A423C
(26,66,60)
#163732
(22,55,50)
#122C28
(18,44,40)
#0E211E
(14,33,30)
#0A1614
(10,22,20)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #2E796E

#2E796E
(46,121,110)
#41857B
(65,133,123)
#549188
(84,145,136)
#679D95
(103,157,149)
#7AA9A2
(122,169,162)
#8DB5AF
(141,181,175)
#A0C1BC
(160,193,188)
#B3CDC9
(179,205,201)
#C6D9D6
(198,217,214)
#D9E5E3
(217,229,227)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E796E; }

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

This text font color is #2E796E.


Background Color

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

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

This div background color is #2E796E.


Border color

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

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

This div border color is #2E796E.


Opacity

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

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

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

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

This text has shadow with #2E796E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E796E on black background.


Color preview on white background

This text has color #2E796E on white background.



Black color preview on #2E796E background

This text has black color on #2E796E background.


White color preview on #2E796E background

This text has white color on #2E796E background.