COLOR #2E1309

HEX: #2E1309
RGB: (46,19,9)

Color info

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

RGB color model

#2E1309 color RGB value is (46,19,9).

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

RGB channels and saturation

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

46
19
9

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

Portions of RGB colors in percentages

R + G + B =
46 + 19 + 9 = 74 (100%)
R 46 of 74 ~ 62.16%
G 19 of 74 ~ 25.68%
B 9 of 74 ~ 12.16%

%62.16
%25.68
%12.16

CMYK color model

#2E1309 color CMYK value is (0,59,80,82).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 80.43%
  • key color value is 81.96%
CMYK:
(0,59,80,82)
C0M59Y80K82 
(0%,59%,80%,82%)
(0.00/0.59/0.80/0.82)	

CMYK percentages

%0
%58.7
%80.43
%81.96

Codes

Color #2E1309 in popluar color models

2E1309
RGB46199
HSL16°67.27%10.78%
HSB/HSV16°80.43%18.04%
CMYK0.00%58.70%80.43%
81.96%

Color #2E1309 in popluar number systems.

HEX2E1309
Decimal46199
Binary101110100111001
Octal562311

Shades and tints

Shades of #2E1309

#2E1309
(46,19,9)
#2A1209
(42,18,9)
#261109
(38,17,9)
#221009
(34,16,9)
#1E0F09
(30,15,9)
#1A0E09
(26,14,9)
#160D09
(22,13,9)
#120C09
(18,12,9)
#0E0B09
(14,11,9)
#0A0A09
(10,10,9)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #2E1309

#2E1309
(46,19,9)
#41281F
(65,40,31)
#543D35
(84,61,53)
#67524B
(103,82,75)
#7A6761
(122,103,97)
#8D7C77
(141,124,119)
#A0918D
(160,145,141)
#B3A6A3
(179,166,163)
#C6BBB9
(198,187,185)
#D9D0CF
(217,208,207)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1309; }

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

This text font color is #2E1309.


Background Color

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

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

This div background color is #2E1309.


Border color

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

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

This div border color is #2E1309.


Opacity

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

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

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

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

This text has shadow with #2E1309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1309 on black background.


Color preview on white background

This text has color #2E1309 on white background.



Black color preview on #2E1309 background

This text has black color on #2E1309 background.


White color preview on #2E1309 background

This text has white color on #2E1309 background.