COLOR #2E7044

HEX: #2E7044
RGB: (46,112,68)

Color info

#2E7044 contains mainly green and blue colors. Web safe color of #2E7044 is #336633 (or #363).

RGB color model

#2E7044 color RGB value is (46,112,68).

  • red value is 46;
  • green value is 112;
  • blue value is 68.
RGB:
(46,112,68)
(18%,44%,27%)

RGB channels and saturation

R 46 of 255 = 18%
G 112 of 255 = 44%
B 68 of 255 = 27%

46
112
68

R + G + B ~ 30%. #2E7044 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 112 + 68 = 226 (100%)
R 46 of 226 ~ 20.35%
G 112 of 226 ~ 49.56%
B 68 of 226 ~ 30.09%

%20.35
%49.56
%30.09

CMYK color model

#2E7044 color CMYK value is (59,0,39,56).

  • cyan value is 58.93%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 56.08%
CMYK:
(59,0,39,56)
C59M0Y39K56 
(59%,0%,39%,56%)
(0.59/0.00/0.39/0.56)	

CMYK percentages

%58.93
%0
%39.29
%56.08

Codes

Color #2E7044 in popluar color models

2E7044
RGB4611268
HSL140°41.77%30.98%
HSB/HSV140°58.93%43.92%
CMYK58.93%0.00%39.29%
56.08%

Color #2E7044 in popluar number systems.

HEX2E7044
Decimal4611268
Binary10111011100001000100
Octal56160104

Shades and tints

Shades of #2E7044

#2E7044
(46,112,68)
#2A663E
(42,102,62)
#265C38
(38,92,56)
#225232
(34,82,50)
#1E482C
(30,72,44)
#1A3E26
(26,62,38)
#163420
(22,52,32)
#122A1A
(18,42,26)
#0E2014
(14,32,20)
#0A160E
(10,22,14)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #2E7044

#2E7044
(46,112,68)
#417D55
(65,125,85)
#548A66
(84,138,102)
#679777
(103,151,119)
#7AA488
(122,164,136)
#8DB199
(141,177,153)
#A0BEAA
(160,190,170)
#B3CBBB
(179,203,187)
#C6D8CC
(198,216,204)
#D9E5DD
(217,229,221)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7044 color. Also use rgb(46,112,68) instead hex code.

Text Font Color

.myTextColor { color: #2E7044; }

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

This text font color is #2E7044.


Background Color

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

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

This div background color is #2E7044.


Border color

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

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

This div border color is #2E7044.


Opacity

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

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

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

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

This text has shadow with #2E7044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7044 on black background.


Color preview on white background

This text has color #2E7044 on white background.



Black color preview on #2E7044 background

This text has black color on #2E7044 background.


White color preview on #2E7044 background

This text has white color on #2E7044 background.