COLOR #2E6631

HEX: #2E6631
RGB: (46,102,49)

Color info

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

RGB color model

#2E6631 color RGB value is (46,102,49).

  • red value is 46;
  • green value is 102;
  • blue value is 49.
RGB:
(46,102,49)
(18%,40%,19%)

RGB channels and saturation

R 46 of 255 = 18%
G 102 of 255 = 40%
B 49 of 255 = 19%

46
102
49

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

Portions of RGB colors in percentages

R + G + B =
46 + 102 + 49 = 197 (100%)
R 46 of 197 ~ 23.35%
G 102 of 197 ~ 51.78%
B 49 of 197 ~ 24.87%

%23.35
%51.78
%24.87

CMYK color model

#2E6631 color CMYK value is (55,0,52,60).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 51.96%
  • key color value is 60.00%
CMYK:
(55,0,52,60)
C55M0Y52K60 
(55%,0%,52%,60%)
(0.55/0.00/0.52/0.60)	

CMYK percentages

%54.9
%0
%51.96
%60

Codes

Color #2E6631 in popluar color models

2E6631
RGB4610249
HSL123°37.84%29.02%
HSB/HSV123°54.90%40.00%
CMYK54.90%0.00%51.96%
60.00%

Color #2E6631 in popluar number systems.

HEX2E6631
Decimal4610249
Binary1011101100110110001
Octal5614661

Shades and tints

Shades of #2E6631

#2E6631
(46,102,49)
#2A5D2D
(42,93,45)
#265429
(38,84,41)
#224B25
(34,75,37)
#1E4221
(30,66,33)
#1A391D
(26,57,29)
#163019
(22,48,25)
#122715
(18,39,21)
#0E1E11
(14,30,17)
#0A150D
(10,21,13)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #2E6631

#2E6631
(46,102,49)
#417343
(65,115,67)
#548055
(84,128,85)
#678D67
(103,141,103)
#7A9A79
(122,154,121)
#8DA78B
(141,167,139)
#A0B49D
(160,180,157)
#B3C1AF
(179,193,175)
#C6CEC1
(198,206,193)
#D9DBD3
(217,219,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6631 color. Also use rgb(46,102,49) instead hex code.

Text Font Color

.myTextColor { color: #2E6631; }

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

This text font color is #2E6631.


Background Color

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

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

This div background color is #2E6631.


Border color

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

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

This div border color is #2E6631.


Opacity

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

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

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

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

This text has shadow with #2E6631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6631 on black background.


Color preview on white background

This text has color #2E6631 on white background.



Black color preview on #2E6631 background

This text has black color on #2E6631 background.


White color preview on #2E6631 background

This text has white color on #2E6631 background.