COLOR #2E1411

HEX: #2E1411
RGB: (46,20,17)

Color info

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

RGB color model

#2E1411 color RGB value is (46,20,17).

  • red value is 46;
  • green value is 20;
  • blue value is 17.
RGB:
(46,20,17)
(18%,8%,7%)

RGB channels and saturation

R 46 of 255 = 18%
G 20 of 255 = 8%
B 17 of 255 = 7%

46
20
17

R + G + B ~ 11%. #2E1411 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 20 + 17 = 83 (100%)
R 46 of 83 ~ 55.42%
G 20 of 83 ~ 24.1%
B 17 of 83 ~ 20.48%

%55.42
%24.1
%20.48

CMYK color model

#2E1411 color CMYK value is (0,57,63,82).

  • cyan value is 0.00%
  • magenta value is 56.52%
  • yellow value is 63.04%
  • key color value is 81.96%
CMYK:
(0,57,63,82)
C0M57Y63K82 
(0%,57%,63%,82%)
(0.00/0.57/0.63/0.82)	

CMYK percentages

%0
%56.52
%63.04
%81.96

Codes

Color #2E1411 in popluar color models

2E1411
RGB462017
HSL46.03%12.35%
HSB/HSV63.04%18.04%
CMYK0.00%56.52%63.04%
81.96%

Color #2E1411 in popluar number systems.

HEX2E1411
Decimal462017
Binary1011101010010001
Octal562421

Shades and tints

Shades of #2E1411

#2E1411
(46,20,17)
#2A1310
(42,19,16)
#26120F
(38,18,15)
#22110E
(34,17,14)
#1E100D
(30,16,13)
#1A0F0C
(26,15,12)
#160E0B
(22,14,11)
#120D0A
(18,13,10)
#0E0C09
(14,12,9)
#0A0B08
(10,11,8)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #2E1411

#2E1411
(46,20,17)
#412926
(65,41,38)
#543E3B
(84,62,59)
#675350
(103,83,80)
#7A6865
(122,104,101)
#8D7D7A
(141,125,122)
#A0928F
(160,146,143)
#B3A7A4
(179,167,164)
#C6BCB9
(198,188,185)
#D9D1CE
(217,209,206)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1411 color. Also use rgb(46,20,17) instead hex code.

Text Font Color

.myTextColor { color: #2E1411; }

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

This text font color is #2E1411.


Background Color

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

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

This div background color is #2E1411.


Border color

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

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

This div border color is #2E1411.


Opacity

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

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

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

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

This text has shadow with #2E1411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1411 on black background.


Color preview on white background

This text has color #2E1411 on white background.



Black color preview on #2E1411 background

This text has black color on #2E1411 background.


White color preview on #2E1411 background

This text has white color on #2E1411 background.