COLOR #2E1209

HEX: #2E1209
RGB: (46,18,9)

Color info

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

RGB color model

#2E1209 color RGB value is (46,18,9).

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

RGB channels and saturation

R 46 of 255 = 18%
G 18 of 255 = 7%
B 9 of 255 = 4%

46
18
9

R + G + B ~ 10%. #2E1209 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 18 + 9 = 73 (100%)
R 46 of 73 ~ 63.01%
G 18 of 73 ~ 24.66%
B 9 of 73 ~ 12.33%

%63.01
%24.66
%12.33

CMYK color model

#2E1209 color CMYK value is (0,61,80,82).

  • cyan value is 0.00%
  • magenta value is 60.87%
  • yellow value is 80.43%
  • key color value is 81.96%
CMYK:
(0,61,80,82)
C0M61Y80K82 
(0%,61%,80%,82%)
(0.00/0.61/0.80/0.82)	

CMYK percentages

%0
%60.87
%80.43
%81.96

Codes

Color #2E1209 in popluar color models

2E1209
RGB46189
HSL15°67.27%10.78%
HSB/HSV15°80.43%18.04%
CMYK0.00%60.87%80.43%
81.96%

Color #2E1209 in popluar number systems.

HEX2E1209
Decimal46189
Binary101110100101001
Octal562211

Shades and tints

Shades of #2E1209

#2E1209
(46,18,9)
#2A1109
(42,17,9)
#261009
(38,16,9)
#220F09
(34,15,9)
#1E0E09
(30,14,9)
#1A0D09
(26,13,9)
#160C09
(22,12,9)
#120B09
(18,11,9)
#0E0A09
(14,10,9)
#0A0909
(10,9,9)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #2E1209

#2E1209
(46,18,9)
#41271F
(65,39,31)
#543C35
(84,60,53)
#67514B
(103,81,75)
#7A6661
(122,102,97)
#8D7B77
(141,123,119)
#A0908D
(160,144,141)
#B3A5A3
(179,165,163)
#C6BAB9
(198,186,185)
#D9CFCF
(217,207,207)
#ECE4E5
(236,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1209; }

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

This text font color is #2E1209.


Background Color

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

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

This div background color is #2E1209.


Border color

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

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

This div border color is #2E1209.


Opacity

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

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

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

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

This text has shadow with #2E1209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1209 on black background.


Color preview on white background

This text has color #2E1209 on white background.



Black color preview on #2E1209 background

This text has black color on #2E1209 background.


White color preview on #2E1209 background

This text has white color on #2E1209 background.