COLOR #2E5F37

HEX: #2E5F37 RGB: (46,95,55)

Color info

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

RGB color model

#2E5F37 color RGB value is (46,95,55).

RGB: (46,95,55) (18%, 37%, 22%)

RGB channels and saturation

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

46
95
55

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

Portions of RGB colors in percentages

R + G + B = 46 + 95 + 55 = 196 (100%)
R 46 of 196 ~ 23.47%
G 95 of 196 ~ 48.47%
B 55 of 196 ~ 28.06'%

%23.47
%48.47
%28.06

CMYK color model

#2E5F37 color CMYK value is (52,0,42,63).

  • cyan value is 51.58%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 62.75%

CMYK: (52,0,42,63)
C52M0Y42K63 (52%, 0%, 42%, 63%)
(0.52 / 0.00 / 0.42 / 0.63)

CMYK percentages

%51.58
%0
%42.11
%62.75

Codes

Color #2E5F37 in popluar color models

2E 5F 37
RGB 46 95 55
HSL 131° 34.75% 27.65%
HSB/HSV 131° 51.58% 37.25%
CMYK 51.58% 0.00% 42.11%
62.75%

Color #2E5F37 in popluar number systems.

HEX 2E 5F 37
Decimal 46 95 55
Binary 101110 1011111 110111
Octal 56 137 67

Shades and tints

Shades of #2E5F37

#2E5F37
(46,95,55)
#2A5732
(42,87,50)
#264F2D
(38,79,45)
#224728
(34,71,40)
#1E3F23
(30,63,35)
#1A371E
(26,55,30)
#162F19
(22,47,25)
#122714
(18,39,20)
#0E1F0F
(14,31,15)
#0A170A
(10,23,10)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #2E5F37

#2E5F37
(46,95,55)
#416D49
(65,109,73)
#547B5B
(84,123,91)
#67896D
(103,137,109)
#7A977F
(122,151,127)
#8DA591
(141,165,145)
#A0B3A3
(160,179,163)
#B3C1B5
(179,193,181)
#C6CFC7
(198,207,199)
#D9DDD9
(217,221,217)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5F37; }

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

This text font color is #2E5F37.

Background Color

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

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

This div background color is #2E5F37.

Border color

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

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

This div border color is #2E5F37.

Opacity

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

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

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

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

This text has shadow with #2E5F37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5F37.

Preview

Color preview on black background

This text has color #2E5F37 on black background.


Color preview on white background

This text has color #2E5F37 on white background.


Black color preview on #2E5F37 background

This text has black color on #2E5F37 background.


White color preview on #2E5F37 background

This text has white color on #2E5F37 background.


Related colors

Complementary color

Complementary color for #hex is #D1A0C8.


I love getcolorcode.com

Triadic colors

1 #372E5F and #5F372E with #2E5F37 are triadic colors.

2 #375F2E and #5F2E37 with #2E5F37 are triadic colors.