COLOR #2E3616

HEX: #2E3616
RGB: (46,54,22)

Color info

#2E3616 contains red, green and blue colors in about the same proportion. Web safe color of #2E3616 is #333300 (or #330).

RGB color model

#2E3616 color RGB value is (46,54,22).

  • red value is 46;
  • green value is 54;
  • blue value is 22.
RGB:
(46,54,22)
(18%,21%,9%)

RGB channels and saturation

R 46 of 255 = 18%
G 54 of 255 = 21%
B 22 of 255 = 9%

46
54
22

R + G + B ~ 16%. #2E3616 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 54 + 22 = 122 (100%)
R 46 of 122 ~ 37.7%
G 54 of 122 ~ 44.26%
B 22 of 122 ~ 18.03%

%37.7
%44.26
%18.03

CMYK color model

#2E3616 color CMYK value is (15,0,59,79).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 78.82%
CMYK:
(15,0,59,79)
C15M0Y59K79 
(15%,0%,59%,79%)
(0.15/0.00/0.59/0.79)	

CMYK percentages

%14.81
%0
%59.26
%78.82

Codes

Color #2E3616 in popluar color models

2E3616
RGB465422
HSL75°42.11%14.90%
HSB/HSV75°59.26%21.18%
CMYK14.81%0.00%59.26%
78.82%

Color #2E3616 in popluar number systems.

HEX2E3616
Decimal465422
Binary10111011011010110
Octal566626

Shades and tints

Shades of #2E3616

#2E3616
(46,54,22)
#2A3214
(42,50,20)
#262E12
(38,46,18)
#222A10
(34,42,16)
#1E260E
(30,38,14)
#1A220C
(26,34,12)
#161E0A
(22,30,10)
#121A08
(18,26,8)
#0E1606
(14,22,6)
#0A1204
(10,18,4)
#060E02
(6,14,2)
#000000
(0,0,0)

Tints of #2E3616

#2E3616
(46,54,22)
#41482B
(65,72,43)
#545A40
(84,90,64)
#676C55
(103,108,85)
#7A7E6A
(122,126,106)
#8D907F
(141,144,127)
#A0A294
(160,162,148)
#B3B4A9
(179,180,169)
#C6C6BE
(198,198,190)
#D9D8D3
(217,216,211)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3616 color. Also use rgb(46,54,22) instead hex code.

Text Font Color

.myTextColor { color: #2E3616; }

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

This text font color is #2E3616.


Background Color

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

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

This div background color is #2E3616.


Border color

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

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

This div border color is #2E3616.


Opacity

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

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

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

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

This text has shadow with #2E3616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3616 on black background.


Color preview on white background

This text has color #2E3616 on white background.



Black color preview on #2E3616 background

This text has black color on #2E3616 background.


White color preview on #2E3616 background

This text has white color on #2E3616 background.