COLOR #2E2212

HEX: #2E2212
RGB: (46,34,18)

Color info

#2E2212 contains red, green and blue colors in about the same proportion. Web safe color of #2E2212 is #333300 (or #330).

RGB color model

#2E2212 color RGB value is (46,34,18).

  • red value is 46;
  • green value is 34;
  • blue value is 18.
RGB:
(46,34,18)
(18%,13%,7%)

RGB channels and saturation

R 46 of 255 = 18%
G 34 of 255 = 13%
B 18 of 255 = 7%

46
34
18

R + G + B ~ 13%. #2E2212 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 34 + 18 = 98 (100%)
R 46 of 98 ~ 46.94%
G 34 of 98 ~ 34.69%
B 18 of 98 ~ 18.37%

%46.94
%34.69
%18.37

CMYK color model

#2E2212 color CMYK value is (0,26,61,82).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 60.87%
  • key color value is 81.96%
CMYK:
(0,26,61,82)
C0M26Y61K82 
(0%,26%,61%,82%)
(0.00/0.26/0.61/0.82)	

CMYK percentages

%0
%26.09
%60.87
%81.96

Codes

Color #2E2212 in popluar color models

2E2212
RGB463418
HSL34°43.75%12.55%
HSB/HSV34°60.87%18.04%
CMYK0.00%26.09%60.87%
81.96%

Color #2E2212 in popluar number systems.

HEX2E2212
Decimal463418
Binary10111010001010010
Octal564222

Shades and tints

Shades of #2E2212

#2E2212
(46,34,18)
#2A1F11
(42,31,17)
#261C10
(38,28,16)
#22190F
(34,25,15)
#1E160E
(30,22,14)
#1A130D
(26,19,13)
#16100C
(22,16,12)
#120D0B
(18,13,11)
#0E0A0A
(14,10,10)
#0A0709
(10,7,9)
#060408
(6,4,8)
#000000
(0,0,0)

Tints of #2E2212

#2E2212
(46,34,18)
#413627
(65,54,39)
#544A3C
(84,74,60)
#675E51
(103,94,81)
#7A7266
(122,114,102)
#8D867B
(141,134,123)
#A09A90
(160,154,144)
#B3AEA5
(179,174,165)
#C6C2BA
(198,194,186)
#D9D6CF
(217,214,207)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E2212 color. Also use rgb(46,34,18) instead hex code.

Text Font Color

.myTextColor { color: #2E2212; }

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

This text font color is #2E2212.


Background Color

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

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

This div background color is #2E2212.


Border color

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

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

This div border color is #2E2212.


Opacity

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

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

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

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

This text has shadow with #2E2212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2212 on black background.


Color preview on white background

This text has color #2E2212 on white background.



Black color preview on #2E2212 background

This text has black color on #2E2212 background.


White color preview on #2E2212 background

This text has white color on #2E2212 background.