COLOR #2E3328

HEX: #2E3328
RGB: (46,51,40)

Color info

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

RGB color model

#2E3328 color RGB value is (46,51,40).

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

RGB channels and saturation

R 46 of 255 = 18%
G 51 of 255 = 20%
B 40 of 255 = 16%

46
51
40

R + G + B ~ 18%. #2E3328 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 51 + 40 = 137 (100%)
R 46 of 137 ~ 33.58%
G 51 of 137 ~ 37.23%
B 40 of 137 ~ 29.2%

%33.58
%37.23
%29.2

CMYK color model

#2E3328 color CMYK value is (10,0,22,80).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(10,0,22,80)
C10M0Y22K80 
(10%,0%,22%,80%)
(0.10/0.00/0.22/0.80)	

CMYK percentages

%9.8
%0
%21.57
%80

Codes

Color #2E3328 in popluar color models

2E3328
RGB465140
HSL87°12.09%17.84%
HSB/HSV87°21.57%20.00%
CMYK9.80%0.00%21.57%
80.00%

Color #2E3328 in popluar number systems.

HEX2E3328
Decimal465140
Binary101110110011101000
Octal566350

Shades and tints

Shades of #2E3328

#2E3328
(46,51,40)
#2A2F25
(42,47,37)
#262B22
(38,43,34)
#22271F
(34,39,31)
#1E231C
(30,35,28)
#1A1F19
(26,31,25)
#161B16
(22,27,22)
#121713
(18,23,19)
#0E1310
(14,19,16)
#0A0F0D
(10,15,13)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #2E3328

#2E3328
(46,51,40)
#41453B
(65,69,59)
#54574E
(84,87,78)
#676961
(103,105,97)
#7A7B74
(122,123,116)
#8D8D87
(141,141,135)
#A09F9A
(160,159,154)
#B3B1AD
(179,177,173)
#C6C3C0
(198,195,192)
#D9D5D3
(217,213,211)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3328; }

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

This text font color is #2E3328.


Background Color

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

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

This div background color is #2E3328.


Border color

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

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

This div border color is #2E3328.


Opacity

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

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

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

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

This text has shadow with #2E3328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3328 on black background.


Color preview on white background

This text has color #2E3328 on white background.



Black color preview on #2E3328 background

This text has black color on #2E3328 background.


White color preview on #2E3328 background

This text has white color on #2E3328 background.