COLOR #2E4621

HEX: #2E4621 RGB: (46,70,33)

Color info

#2E4621 contains red, green and blue colors in about the same proportion. Web safe color of #2E4621 is #333333 (or #333).

RGB color model

#2E4621 color RGB value is (46,70,33).

RGB: (46,70,33) (18%, 27%, 13%)

RGB channels and saturation

R 46 of 255 = 18%
G 70 of 255 = 27%
B 33 of 255 = 13%

46
70
33

R + G + B ~ 19%. #2E4621 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 70 + 33 = 149 (100%)
R 46 of 149 ~ 30.87%
G 70 of 149 ~ 46.98%
B 33 of 149 ~ 22.15'%

%30.87
%46.98
%22.15

CMYK color model

#2E4621 color CMYK value is (34,0,53,73).

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 52.86%
  • key color value is 72.55%

CMYK: (34,0,53,73)
C34M0Y53K73 (34%, 0%, 53%, 73%)
(0.34 / 0.00 / 0.53 / 0.73)

CMYK percentages

%34.29
%0
%52.86
%72.55

Codes

Color #2E4621 in popluar color models

2E 46 21
RGB 46 70 33
HSL 99° 35.92% 20.20%
HSB/HSV 99° 52.86% 27.45%
CMYK 34.29% 0.00% 52.86%
72.55%

Color #2E4621 in popluar number systems.

HEX 2E 46 21
Decimal 46 70 33
Binary 101110 1000110 100001
Octal 56 106 41

Shades and tints

Shades of #2E4621

#2E4621
(46,70,33)
#2A401E
(42,64,30)
#263A1B
(38,58,27)
#223418
(34,52,24)
#1E2E15
(30,46,21)
#1A2812
(26,40,18)
#16220F
(22,34,15)
#121C0C
(18,28,12)
#0E1609
(14,22,9)
#0A1006
(10,16,6)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #2E4621

#2E4621
(46,70,33)
#415635
(65,86,53)
#546649
(84,102,73)
#67765D
(103,118,93)
#7A8671
(122,134,113)
#8D9685
(141,150,133)
#A0A699
(160,166,153)
#B3B6AD
(179,182,173)
#C6C6C1
(198,198,193)
#D9D6D5
(217,214,213)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4621 color. Also use rgb(46,70,33) instead hex code.

Text Font Color

.myTextColor { color: #2E4621; }

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

This text font color is #2E4621.

Background Color

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

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

This div background color is #2E4621.

Border color

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

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

This div border color is #2E4621.

Opacity

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

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

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

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

This text has shadow with #2E4621 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4621.

Preview

Color preview on black background

This text has color #2E4621 on black background.


Color preview on white background

This text has color #2E4621 on white background.


Black color preview on #2E4621 background

This text has black color on #2E4621 background.


White color preview on #2E4621 background

This text has white color on #2E4621 background.


Related colors

Complementary color

Complementary color for #hex is #D1B9DE.


I love getcolorcode.com

Triadic colors

1 #212E46 and #46212E with #2E4621 are triadic colors.

2 #21462E and #462E21 with #2E4621 are triadic colors.