COLOR #2E2420

HEX: #2E2420
RGB: (46,36,32)

Color info

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

RGB color model

#2E2420 color RGB value is (46,36,32).

  • red value is 46;
  • green value is 36;
  • blue value is 32.
RGB:
(46,36,32)
(18%,14%,13%)

RGB channels and saturation

R 46 of 255 = 18%
G 36 of 255 = 14%
B 32 of 255 = 13%

46
36
32

R + G + B ~ 15%. #2E2420 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 36 + 32 = 114 (100%)
R 46 of 114 ~ 40.35%
G 36 of 114 ~ 31.58%
B 32 of 114 ~ 28.07%

%40.35
%31.58
%28.07

CMYK color model

#2E2420 color CMYK value is (0,22,30,82).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 30.43%
  • key color value is 81.96%
CMYK:
(0,22,30,82)
C0M22Y30K82 
(0%,22%,30%,82%)
(0.00/0.22/0.30/0.82)	

CMYK percentages

%0
%21.74
%30.43
%81.96

Codes

Color #2E2420 in popluar color models

2E2420
RGB463632
HSL17°17.95%15.29%
HSB/HSV17°30.43%18.04%
CMYK0.00%21.74%30.43%
81.96%

Color #2E2420 in popluar number systems.

HEX2E2420
Decimal463632
Binary101110100100100000
Octal564440

Shades and tints

Shades of #2E2420

#2E2420
(46,36,32)
#2A211E
(42,33,30)
#261E1C
(38,30,28)
#221B1A
(34,27,26)
#1E1818
(30,24,24)
#1A1516
(26,21,22)
#161214
(22,18,20)
#120F12
(18,15,18)
#0E0C10
(14,12,16)
#0A090E
(10,9,14)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #2E2420

#2E2420
(46,36,32)
#413734
(65,55,52)
#544A48
(84,74,72)
#675D5C
(103,93,92)
#7A7070
(122,112,112)
#8D8384
(141,131,132)
#A09698
(160,150,152)
#B3A9AC
(179,169,172)
#C6BCC0
(198,188,192)
#D9CFD4
(217,207,212)
#ECE2E8
(236,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E2420 color. Also use rgb(46,36,32) instead hex code.

Text Font Color

.myTextColor { color: #2E2420; }

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

This text font color is #2E2420.


Background Color

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

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

This div background color is #2E2420.


Border color

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

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

This div border color is #2E2420.


Opacity

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

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

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

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

This text has shadow with #2E2420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2420 on black background.


Color preview on white background

This text has color #2E2420 on white background.



Black color preview on #2E2420 background

This text has black color on #2E2420 background.


White color preview on #2E2420 background

This text has white color on #2E2420 background.