COLOR #2E3321

HEX: #2E3321
RGB: (46,51,33)

Color info

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

RGB color model

#2E3321 color RGB value is (46,51,33).

  • red value is 46;
  • green value is 51;
  • blue value is 33.
RGB:
(46,51,33)
(18%,20%,13%)

RGB channels and saturation

R 46 of 255 = 18%
G 51 of 255 = 20%
B 33 of 255 = 13%

46
51
33

R + G + B ~ 17%. #2E3321 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 51 + 33 = 130 (100%)
R 46 of 130 ~ 35.38%
G 51 of 130 ~ 39.23%
B 33 of 130 ~ 25.38%

%35.38
%39.23
%25.38

CMYK color model

#2E3321 color CMYK value is (10,0,35,80).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 80.00%
CMYK:
(10,0,35,80)
C10M0Y35K80 
(10%,0%,35%,80%)
(0.10/0.00/0.35/0.80)	

CMYK percentages

%9.8
%0
%35.29
%80

Codes

Color #2E3321 in popluar color models

2E3321
RGB465133
HSL77°21.43%16.47%
HSB/HSV77°35.29%20.00%
CMYK9.80%0.00%35.29%
80.00%

Color #2E3321 in popluar number systems.

HEX2E3321
Decimal465133
Binary101110110011100001
Octal566341

Shades and tints

Shades of #2E3321

#2E3321
(46,51,33)
#2A2F1E
(42,47,30)
#262B1B
(38,43,27)
#222718
(34,39,24)
#1E2315
(30,35,21)
#1A1F12
(26,31,18)
#161B0F
(22,27,15)
#12170C
(18,23,12)
#0E1309
(14,19,9)
#0A0F06
(10,15,6)
#060B03
(6,11,3)
#000000
(0,0,0)

Tints of #2E3321

#2E3321
(46,51,33)
#414535
(65,69,53)
#545749
(84,87,73)
#67695D
(103,105,93)
#7A7B71
(122,123,113)
#8D8D85
(141,141,133)
#A09F99
(160,159,153)
#B3B1AD
(179,177,173)
#C6C3C1
(198,195,193)
#D9D5D5
(217,213,213)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3321; }

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

This text font color is #2E3321.


Background Color

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

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

This div background color is #2E3321.


Border color

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

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

This div border color is #2E3321.


Opacity

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

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

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

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

This text has shadow with #2E3321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3321 on black background.


Color preview on white background

This text has color #2E3321 on white background.



Black color preview on #2E3321 background

This text has black color on #2E3321 background.


White color preview on #2E3321 background

This text has white color on #2E3321 background.