COLOR #2E3228

HEX: #2E3228
RGB: (46,50,40)

Color info

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

RGB color model

#2E3228 color RGB value is (46,50,40).

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

RGB channels and saturation

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

46
50
40

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

Portions of RGB colors in percentages

R + G + B =
46 + 50 + 40 = 136 (100%)
R 46 of 136 ~ 33.82%
G 50 of 136 ~ 36.76%
B 40 of 136 ~ 29.41%

%33.82
%36.76
%29.41

CMYK color model

#2E3228 color CMYK value is (8,0,20,80).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 80.39%
CMYK:
(8,0,20,80)
C8M0Y20K80 
(8%,0%,20%,80%)
(0.08/0.00/0.20/0.80)	

CMYK percentages

%8
%0
%20
%80.39

Codes

Color #2E3228 in popluar color models

2E3228
RGB465040
HSL84°11.11%17.65%
HSB/HSV84°20.00%19.61%
CMYK8.00%0.00%20.00%
80.39%

Color #2E3228 in popluar number systems.

HEX2E3228
Decimal465040
Binary101110110010101000
Octal566250

Shades and tints

Shades of #2E3228

#2E3228
(46,50,40)
#2A2E25
(42,46,37)
#262A22
(38,42,34)
#22261F
(34,38,31)
#1E221C
(30,34,28)
#1A1E19
(26,30,25)
#161A16
(22,26,22)
#121613
(18,22,19)
#0E1210
(14,18,16)
#0A0E0D
(10,14,13)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #2E3228

#2E3228
(46,50,40)
#41443B
(65,68,59)
#54564E
(84,86,78)
#676861
(103,104,97)
#7A7A74
(122,122,116)
#8D8C87
(141,140,135)
#A09E9A
(160,158,154)
#B3B0AD
(179,176,173)
#C6C2C0
(198,194,192)
#D9D4D3
(217,212,211)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3228; }

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

This text font color is #2E3228.


Background Color

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

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

This div background color is #2E3228.


Border color

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

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

This div border color is #2E3228.


Opacity

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

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

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

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

This text has shadow with #2E3228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3228 on black background.


Color preview on white background

This text has color #2E3228 on white background.



Black color preview on #2E3228 background

This text has black color on #2E3228 background.


White color preview on #2E3228 background

This text has white color on #2E3228 background.