COLOR #2E7353

HEX: #2E7353
RGB: (46,115,83)

Color info

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

RGB color model

#2E7353 color RGB value is (46,115,83).

  • red value is 46;
  • green value is 115;
  • blue value is 83.
RGB:
(46,115,83)
(18%,45%,33%)

RGB channels and saturation

R 46 of 255 = 18%
G 115 of 255 = 45%
B 83 of 255 = 33%

46
115
83

R + G + B ~ 32%. #2E7353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 115 + 83 = 244 (100%)
R 46 of 244 ~ 18.85%
G 115 of 244 ~ 47.13%
B 83 of 244 ~ 34.02%

%18.85
%47.13
%34.02

CMYK color model

#2E7353 color CMYK value is (60,0,28,55).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 27.83%
  • key color value is 54.90%
CMYK:
(60,0,28,55)
C60M0Y28K55 
(60%,0%,28%,55%)
(0.60/0.00/0.28/0.55)	

CMYK percentages

%60
%0
%27.83
%54.9

Codes

Color #2E7353 in popluar color models

2E7353
RGB4611583
HSL152°42.86%31.57%
HSB/HSV152°60.00%45.10%
CMYK60.00%0.00%27.83%
54.90%

Color #2E7353 in popluar number systems.

HEX2E7353
Decimal4611583
Binary10111011100111010011
Octal56163123

Shades and tints

Shades of #2E7353

#2E7353
(46,115,83)
#2A694C
(42,105,76)
#265F45
(38,95,69)
#22553E
(34,85,62)
#1E4B37
(30,75,55)
#1A4130
(26,65,48)
#163729
(22,55,41)
#122D22
(18,45,34)
#0E231B
(14,35,27)
#0A1914
(10,25,20)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #2E7353

#2E7353
(46,115,83)
#417F62
(65,127,98)
#548B71
(84,139,113)
#679780
(103,151,128)
#7AA38F
(122,163,143)
#8DAF9E
(141,175,158)
#A0BBAD
(160,187,173)
#B3C7BC
(179,199,188)
#C6D3CB
(198,211,203)
#D9DFDA
(217,223,218)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7353 color. Also use rgb(46,115,83) instead hex code.

Text Font Color

.myTextColor { color: #2E7353; }

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

This text font color is #2E7353.


Background Color

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

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

This div background color is #2E7353.


Border color

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

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

This div border color is #2E7353.


Opacity

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

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

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

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

This text has shadow with #2E7353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7353 on black background.


Color preview on white background

This text has color #2E7353 on white background.



Black color preview on #2E7353 background

This text has black color on #2E7353 background.


White color preview on #2E7353 background

This text has white color on #2E7353 background.