COLOR #2E1816

HEX: #2E1816
RGB: (46,24,22)

Color info

#2E1816 contains red, green and blue colors in about the same proportion. Web safe color of #2E1816 is #330000 (or #300).

RGB color model

#2E1816 color RGB value is (46,24,22).

  • red value is 46;
  • green value is 24;
  • blue value is 22.
RGB:
(46,24,22)
(18%,9%,9%)

RGB channels and saturation

R 46 of 255 = 18%
G 24 of 255 = 9%
B 22 of 255 = 9%

46
24
22

R + G + B ~ 12%. #2E1816 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 24 + 22 = 92 (100%)
R 46 of 92 ~ 50%
G 24 of 92 ~ 26.09%
B 22 of 92 ~ 23.91%

%50
%26.09
%23.91

CMYK color model

#2E1816 color CMYK value is (0,48,52,82).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 52.17%
  • key color value is 81.96%
CMYK:
(0,48,52,82)
C0M48Y52K82 
(0%,48%,52%,82%)
(0.00/0.48/0.52/0.82)	

CMYK percentages

%0
%47.83
%52.17
%81.96

Codes

Color #2E1816 in popluar color models

2E1816
RGB462422
HSL35.29%13.33%
HSB/HSV52.17%18.04%
CMYK0.00%47.83%52.17%
81.96%

Color #2E1816 in popluar number systems.

HEX2E1816
Decimal462422
Binary1011101100010110
Octal563026

Shades and tints

Shades of #2E1816

#2E1816
(46,24,22)
#2A1614
(42,22,20)
#261412
(38,20,18)
#221210
(34,18,16)
#1E100E
(30,16,14)
#1A0E0C
(26,14,12)
#160C0A
(22,12,10)
#120A08
(18,10,8)
#0E0806
(14,8,6)
#0A0604
(10,6,4)
#060402
(6,4,2)
#000000
(0,0,0)

Tints of #2E1816

#2E1816
(46,24,22)
#412D2B
(65,45,43)
#544240
(84,66,64)
#675755
(103,87,85)
#7A6C6A
(122,108,106)
#8D817F
(141,129,127)
#A09694
(160,150,148)
#B3ABA9
(179,171,169)
#C6C0BE
(198,192,190)
#D9D5D3
(217,213,211)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1816 color. Also use rgb(46,24,22) instead hex code.

Text Font Color

.myTextColor { color: #2E1816; }

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

This text font color is #2E1816.


Background Color

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

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

This div background color is #2E1816.


Border color

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

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

This div border color is #2E1816.


Opacity

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

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

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

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

This text has shadow with #2E1816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1816 on black background.


Color preview on white background

This text has color #2E1816 on white background.



Black color preview on #2E1816 background

This text has black color on #2E1816 background.


White color preview on #2E1816 background

This text has white color on #2E1816 background.