COLOR #2E5027

HEX: #2E5027 RGB: (46,80,39)

Color info

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

RGB color model

#2E5027 color RGB value is (46,80,39).

RGB: (46,80,39) (18%, 31%, 15%)

RGB channels and saturation

R 46 of 255 = 18%
G 80 of 255 = 31%
B 39 of 255 = 15%

46
80
39

R + G + B ~ 21%. #2E5027 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 80 + 39 = 165 (100%)
R 46 of 165 ~ 27.88%
G 80 of 165 ~ 48.48%
B 39 of 165 ~ 23.64'%

%27.88
%48.48
%23.64

CMYK color model

#2E5027 color CMYK value is (43,0,51,69).

  • cyan value is 42.50%
  • magenta value is 0.00%
  • yellow value is 51.25%
  • key color value is 68.63%

CMYK: (43,0,51,69)
C43M0Y51K69 (43%, 0%, 51%, 69%)
(0.43 / 0.00 / 0.51 / 0.69)

CMYK percentages

%42.5
%0
%51.25
%68.63

Codes

Color #2E5027 in popluar color models

2E 50 27
RGB 46 80 39
HSL 110° 34.45% 23.33%
HSB/HSV 110° 51.25% 31.37%
CMYK 42.50% 0.00% 51.25%
68.63%

Color #2E5027 in popluar number systems.

HEX 2E 50 27
Decimal 46 80 39
Binary 101110 1010000 100111
Octal 56 120 47

Shades and tints

Shades of #2E5027

#2E5027
(46,80,39)
#2A4924
(42,73,36)
#264221
(38,66,33)
#223B1E
(34,59,30)
#1E341B
(30,52,27)
#1A2D18
(26,45,24)
#162615
(22,38,21)
#121F12
(18,31,18)
#0E180F
(14,24,15)
#0A110C
(10,17,12)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #2E5027

#2E5027
(46,80,39)
#415F3A
(65,95,58)
#546E4D
(84,110,77)
#677D60
(103,125,96)
#7A8C73
(122,140,115)
#8D9B86
(141,155,134)
#A0AA99
(160,170,153)
#B3B9AC
(179,185,172)
#C6C8BF
(198,200,191)
#D9D7D2
(217,215,210)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5027 color. Also use rgb(46,80,39) instead hex code.

Text Font Color

.myTextColor { color: #2E5027; }

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

This text font color is #2E5027.

Background Color

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

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

This div background color is #2E5027.

Border color

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

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

This div border color is #2E5027.

Opacity

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

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

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

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

This text has shadow with #2E5027 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5027.

Preview

Color preview on black background

This text has color #2E5027 on black background.


Color preview on white background

This text has color #2E5027 on white background.


Black color preview on #2E5027 background

This text has black color on #2E5027 background.


White color preview on #2E5027 background

This text has white color on #2E5027 background.


Related colors

Complementary color

Complementary color for #hex is #D1AFD8.


I love getcolorcode.com

Triadic colors

1 #272E50 and #50272E with #2E5027 are triadic colors.

2 #27502E and #502E27 with #2E5027 are triadic colors.