COLOR #2E5E37

HEX: #2E5E37
RGB: (46,94,55)

Color info

#2E5E37 contains red, green and blue colors in about the same proportion. Web safe color of #2E5E37 is #336633 (or #363).

RGB color model

#2E5E37 color RGB value is (46,94,55).

  • red value is 46;
  • green value is 94;
  • blue value is 55.
RGB:
(46,94,55)
(18%,37%,22%)

RGB channels and saturation

R 46 of 255 = 18%
G 94 of 255 = 37%
B 55 of 255 = 22%

46
94
55

R + G + B ~ 26%. #2E5E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 94 + 55 = 195 (100%)
R 46 of 195 ~ 23.59%
G 94 of 195 ~ 48.21%
B 55 of 195 ~ 28.21%

%23.59
%48.21
%28.21

CMYK color model

#2E5E37 color CMYK value is (51,0,41,63).

  • cyan value is 51.06%
  • magenta value is 0.00%
  • yellow value is 41.49%
  • key color value is 63.14%
CMYK:
(51,0,41,63)
C51M0Y41K63 
(51%,0%,41%,63%)
(0.51/0.00/0.41/0.63)	

CMYK percentages

%51.06
%0
%41.49
%63.14

Codes

Color #2E5E37 in popluar color models

2E5E37
RGB469455
HSL131°34.29%27.45%
HSB/HSV131°51.06%36.86%
CMYK51.06%0.00%41.49%
63.14%

Color #2E5E37 in popluar number systems.

HEX2E5E37
Decimal469455
Binary1011101011110110111
Octal5613667

Shades and tints

Shades of #2E5E37

#2E5E37
(46,94,55)
#2A5632
(42,86,50)
#264E2D
(38,78,45)
#224628
(34,70,40)
#1E3E23
(30,62,35)
#1A361E
(26,54,30)
#162E19
(22,46,25)
#122614
(18,38,20)
#0E1E0F
(14,30,15)
#0A160A
(10,22,10)
#060E05
(6,14,5)
#000000
(0,0,0)

Tints of #2E5E37

#2E5E37
(46,94,55)
#416C49
(65,108,73)
#547A5B
(84,122,91)
#67886D
(103,136,109)
#7A967F
(122,150,127)
#8DA491
(141,164,145)
#A0B2A3
(160,178,163)
#B3C0B5
(179,192,181)
#C6CEC7
(198,206,199)
#D9DCD9
(217,220,217)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5E37 color. Also use rgb(46,94,55) instead hex code.

Text Font Color

.myTextColor { color: #2E5E37; }

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

This text font color is #2E5E37.


Background Color

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

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

This div background color is #2E5E37.


Border color

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

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

This div border color is #2E5E37.


Opacity

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

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

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

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

This text has shadow with #2E5E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5E37 on black background.


Color preview on white background

This text has color #2E5E37 on white background.



Black color preview on #2E5E37 background

This text has black color on #2E5E37 background.


White color preview on #2E5E37 background

This text has white color on #2E5E37 background.