COLOR #2E2624

HEX: #2E2624
RGB: (46,38,36)

Color info

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

RGB color model

#2E2624 color RGB value is (46,38,36).

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

RGB channels and saturation

R 46 of 255 = 18%
G 38 of 255 = 15%
B 36 of 255 = 14%

46
38
36

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

Portions of RGB colors in percentages

R + G + B =
46 + 38 + 36 = 120 (100%)
R 46 of 120 ~ 38.33%
G 38 of 120 ~ 31.67%
B 36 of 120 ~ 30%

%38.33
%31.67
%30

CMYK color model

#2E2624 color CMYK value is (0,17,22,82).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 21.74%
  • key color value is 81.96%
CMYK:
(0,17,22,82)
C0M17Y22K82 
(0%,17%,22%,82%)
(0.00/0.17/0.22/0.82)	

CMYK percentages

%0
%17.39
%21.74
%81.96

Codes

Color #2E2624 in popluar color models

2E2624
RGB463836
HSL12°12.20%16.08%
HSB/HSV12°21.74%18.04%
CMYK0.00%17.39%21.74%
81.96%

Color #2E2624 in popluar number systems.

HEX2E2624
Decimal463836
Binary101110100110100100
Octal564644

Shades and tints

Shades of #2E2624

#2E2624
(46,38,36)
#2A2321
(42,35,33)
#26201E
(38,32,30)
#221D1B
(34,29,27)
#1E1A18
(30,26,24)
#1A1715
(26,23,21)
#161412
(22,20,18)
#12110F
(18,17,15)
#0E0E0C
(14,14,12)
#0A0B09
(10,11,9)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #2E2624

#2E2624
(46,38,36)
#413937
(65,57,55)
#544C4A
(84,76,74)
#675F5D
(103,95,93)
#7A7270
(122,114,112)
#8D8583
(141,133,131)
#A09896
(160,152,150)
#B3ABA9
(179,171,169)
#C6BEBC
(198,190,188)
#D9D1CF
(217,209,207)
#ECE4E2
(236,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2624; }

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

This text font color is #2E2624.


Background Color

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

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

This div background color is #2E2624.


Border color

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

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

This div border color is #2E2624.


Opacity

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

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

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

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

This text has shadow with #2E2624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2624 on black background.


Color preview on white background

This text has color #2E2624 on white background.



Black color preview on #2E2624 background

This text has black color on #2E2624 background.


White color preview on #2E2624 background

This text has white color on #2E2624 background.