COLOR #2E6537

HEX: #2E6537 RGB: (46,101,55)

Color info

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

RGB color model

#2E6537 color RGB value is (46,101,55).

RGB: (46,101,55) (18%, 40%, 22%)

RGB channels and saturation

R 46 of 255 = 18%
G 101 of 255 = 40%
B 55 of 255 = 22%

46
101
55

R + G + B ~ 27%. #2E6537 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 101 + 55 = 202 (100%)
R 46 of 202 ~ 22.77%
G 101 of 202 ~ 50%
B 55 of 202 ~ 27.23'%

%22.77
%50
%27.23

CMYK color model

#2E6537 color CMYK value is (54,0,46,60).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 60.39%

CMYK: (54,0,46,60)
C54M0Y46K60 (54%, 0%, 46%, 60%)
(0.54 / 0.00 / 0.46 / 0.60)

CMYK percentages

%54.46
%0
%45.54
%60.39

Codes

Color #2E6537 in popluar color models

2E 65 37
RGB 46 101 55
HSL 130° 37.41% 28.82%
HSB/HSV 130° 54.46% 39.61%
CMYK 54.46% 0.00% 45.54%
60.39%

Color #2E6537 in popluar number systems.

HEX 2E 65 37
Decimal 46 101 55
Binary 101110 1100101 110111
Octal 56 145 67

Shades and tints

Shades of #2E6537

#2E6537
(46,101,55)
#2A5C32
(42,92,50)
#26532D
(38,83,45)
#224A28
(34,74,40)
#1E4123
(30,65,35)
#1A381E
(26,56,30)
#162F19
(22,47,25)
#122614
(18,38,20)
#0E1D0F
(14,29,15)
#0A140A
(10,20,10)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #2E6537

#2E6537
(46,101,55)
#417349
(65,115,73)
#54815B
(84,129,91)
#678F6D
(103,143,109)
#7A9D7F
(122,157,127)
#8DAB91
(141,171,145)
#A0B9A3
(160,185,163)
#B3C7B5
(179,199,181)
#C6D5C7
(198,213,199)
#D9E3D9
(217,227,217)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6537; }

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

This text font color is #2E6537.

Background Color

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

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

This div background color is #2E6537.

Border color

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

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

This div border color is #2E6537.

Opacity

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

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

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

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

This text has shadow with #2E6537 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E6537.

Preview

Color preview on black background

This text has color #2E6537 on black background.


Color preview on white background

This text has color #2E6537 on white background.


Black color preview on #2E6537 background

This text has black color on #2E6537 background.


White color preview on #2E6537 background

This text has white color on #2E6537 background.


Related colors

Complementary color

Complementary color for #hex is #D19AC8.


I love getcolorcode.com

Triadic colors

1 #372E65 and #65372E with #2E6537 are triadic colors.

2 #37652E and #652E37 with #2E6537 are triadic colors.