COLOR #2E6D4F

HEX: #2E6D4F
RGB: (46,109,79)

Color info

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

RGB color model

#2E6D4F color RGB value is (46,109,79).

  • red value is 46;
  • green value is 109;
  • blue value is 79.
RGB:
(46,109,79)
(18%,43%,31%)

RGB channels and saturation

R 46 of 255 = 18%
G 109 of 255 = 43%
B 79 of 255 = 31%

46
109
79

R + G + B ~ 31%. #2E6D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 109 + 79 = 234 (100%)
R 46 of 234 ~ 19.66%
G 109 of 234 ~ 46.58%
B 79 of 234 ~ 33.76%

%19.66
%46.58
%33.76

CMYK color model

#2E6D4F color CMYK value is (58,0,28,57).

  • cyan value is 57.80%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 57.25%
CMYK:
(58,0,28,57)
C58M0Y28K57 
(58%,0%,28%,57%)
(0.58/0.00/0.28/0.57)	

CMYK percentages

%57.8
%0
%27.52
%57.25

Codes

Color #2E6D4F in popluar color models

2E6D4F
RGB4610979
HSL151°40.65%30.39%
HSB/HSV151°57.80%42.75%
CMYK57.80%0.00%27.52%
57.25%

Color #2E6D4F in popluar number systems.

HEX2E6D4F
Decimal4610979
Binary10111011011011001111
Octal56155117

Shades and tints

Shades of #2E6D4F

#2E6D4F
(46,109,79)
#2A6448
(42,100,72)
#265B41
(38,91,65)
#22523A
(34,82,58)
#1E4933
(30,73,51)
#1A402C
(26,64,44)
#163725
(22,55,37)
#122E1E
(18,46,30)
#0E2517
(14,37,23)
#0A1C10
(10,28,16)
#061309
(6,19,9)
#000000
(0,0,0)

Tints of #2E6D4F

#2E6D4F
(46,109,79)
#417A5F
(65,122,95)
#54876F
(84,135,111)
#67947F
(103,148,127)
#7AA18F
(122,161,143)
#8DAE9F
(141,174,159)
#A0BBAF
(160,187,175)
#B3C8BF
(179,200,191)
#C6D5CF
(198,213,207)
#D9E2DF
(217,226,223)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6D4F color. Also use rgb(46,109,79) instead hex code.

Text Font Color

.myTextColor { color: #2E6D4F; }

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

This text font color is #2E6D4F.


Background Color

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

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

This div background color is #2E6D4F.


Border color

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

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

This div border color is #2E6D4F.


Opacity

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

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

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

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

This text has shadow with #2E6D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6D4F on black background.


Color preview on white background

This text has color #2E6D4F on white background.



Black color preview on #2E6D4F background

This text has black color on #2E6D4F background.


White color preview on #2E6D4F background

This text has white color on #2E6D4F background.