COLOR #2E6E37

HEX: #2E6E37
RGB: (46,110,55)

Color info

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

RGB color model

#2E6E37 color RGB value is (46,110,55).

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

RGB channels and saturation

R 46 of 255 = 18%
G 110 of 255 = 43%
B 55 of 255 = 22%

46
110
55

R + G + B ~ 28%. #2E6E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 110 + 55 = 211 (100%)
R 46 of 211 ~ 21.8%
G 110 of 211 ~ 52.13%
B 55 of 211 ~ 26.07%

%21.8
%52.13
%26.07

CMYK color model

#2E6E37 color CMYK value is (58,0,50,57).

  • cyan value is 58.18%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 56.86%
CMYK: (58,0,50,57) C58M0Y50K57 (58%,0%,50%,57%) (0.58/0.00/0.50/0.57)

CMYK percentages

%58.18
%0
%50
%56.86

Codes

Color #2E6E37 in popluar color models

2E6E37
RGB4611055
HSL128°41.03%30.59%
HSB/HSV128°58.18%43.14%
CMYK58.18%0.00%50.00%
56.86%

Color #2E6E37 in popluar number systems.

HEX2E6E37
Decimal4611055
Binary1011101101110110111
Octal5615667

Shades and tints

Shades of #2E6E37

#2E6E37
(46,110,55)
#2A6432
(42,100,50)
#265A2D
(38,90,45)
#225028
(34,80,40)
#1E4623
(30,70,35)
#1A3C1E
(26,60,30)
#163219
(22,50,25)
#122814
(18,40,20)
#0E1E0F
(14,30,15)
#0A140A
(10,20,10)
#060A05
(6,10,5)
#000000
(0,0,0)

Tints of #2E6E37

#2E6E37
(46,110,55)
#417B49
(65,123,73)
#54885B
(84,136,91)
#67956D
(103,149,109)
#7AA27F
(122,162,127)
#8DAF91
(141,175,145)
#A0BCA3
(160,188,163)
#B3C9B5
(179,201,181)
#C6D6C7
(198,214,199)
#D9E3D9
(217,227,217)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6E37; }

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

This text font color is #2E6E37.


Background Color

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

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

This div background color is #2E6E37.


Border color

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

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

This div border color is #2E6E37.


Opacity

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

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

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

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

This text has shadow with #2E6E37 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #2E6E37 on black background.


Color preview on white background

This text has color #2E6E37 on white background.



Black color preview on #2E6E37 background

This text has black color on #2E6E37 background.


White color preview on #2E6E37 background

This text has white color on #2E6E37 background.