COLOR #2E5518

HEX: #2E5518 RGB: (46,85,24)

Color info

#2E5518 contains mainly red and green colors. Web safe color of #2E5518 is #336600 (or #360).

RGB color model

#2E5518 color RGB value is (46,85,24).

RGB: (46,85,24) (18%, 33%, 9%)

RGB channels and saturation

R 46 of 255 = 18%
G 85 of 255 = 33%
B 24 of 255 = 9%

46
85
24

R + G + B ~ 20%. #2E5518 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 85 + 24 = 155 (100%)
R 46 of 155 ~ 29.68%
G 85 of 155 ~ 54.84%
B 24 of 155 ~ 15.48'%

%29.68
%54.84
%15.48

CMYK color model

#2E5518 color CMYK value is (46,0,72,67).

  • cyan value is 45.88%
  • magenta value is 0.00%
  • yellow value is 71.76%
  • key color value is 66.67%

CMYK: (46,0,72,67)
C46M0Y72K67 (46%, 0%, 72%, 67%)
(0.46 / 0.00 / 0.72 / 0.67)

CMYK percentages

%45.88
%0
%71.76
%66.67

Codes

Color #2E5518 in popluar color models

2E 55 18
RGB 46 85 24
HSL 98° 55.96% 21.37%
HSB/HSV 98° 71.76% 33.33%
CMYK 45.88% 0.00% 71.76%
66.67%

Color #2E5518 in popluar number systems.

HEX 2E 55 18
Decimal 46 85 24
Binary 101110 1010101 11000
Octal 56 125 30

Shades and tints

Shades of #2E5518

#2E5518
(46,85,24)
#2A4E16
(42,78,22)
#264714
(38,71,20)
#224012
(34,64,18)
#1E3910
(30,57,16)
#1A320E
(26,50,14)
#162B0C
(22,43,12)
#12240A
(18,36,10)
#0E1D08
(14,29,8)
#0A1606
(10,22,6)
#060F04
(6,15,4)
#000000
(0,0,0)

Tints of #2E5518

#2E5518
(46,85,24)
#41642D
(65,100,45)
#547342
(84,115,66)
#678257
(103,130,87)
#7A916C
(122,145,108)
#8DA081
(141,160,129)
#A0AF96
(160,175,150)
#B3BEAB
(179,190,171)
#C6CDC0
(198,205,192)
#D9DCD5
(217,220,213)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5518 color. Also use rgb(46,85,24) instead hex code.

Text Font Color

.myTextColor { color: #2E5518; }

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

This text font color is #2E5518.

Background Color

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

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

This div background color is #2E5518.

Border color

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

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

This div border color is #2E5518.

Opacity

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

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

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

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

This text has shadow with #2E5518 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5518.

Preview

Color preview on black background

This text has color #2E5518 on black background.


Color preview on white background

This text has color #2E5518 on white background.


Black color preview on #2E5518 background

This text has black color on #2E5518 background.


White color preview on #2E5518 background

This text has white color on #2E5518 background.


Related colors

Complementary color

Complementary color for #hex is #D1AAE7.


I love getcolorcode.com

Triadic colors

1 #182E55 and #55182E with #2E5518 are triadic colors.

2 #18552E and #552E18 with #2E5518 are triadic colors.