COLOR #2E1306

HEX: #2E1306
RGB: (46,19,6)

Color info

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

RGB color model

#2E1306 color RGB value is (46,19,6).

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

RGB channels and saturation

R 46 of 255 = 18%
G 19 of 255 = 7%
B 6 of 255 = 2%

46
19
6

R + G + B ~ 9%. #2E1306 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 19 + 6 = 71 (100%)
R 46 of 71 ~ 64.79%
G 19 of 71 ~ 26.76%
B 6 of 71 ~ 8.45%

%64.79
%26.76

CMYK color model

#2E1306 color CMYK value is (0,59,87,82).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 86.96%
  • key color value is 81.96%
CMYK:
(0,59,87,82)
C0M59Y87K82 
(0%,59%,87%,82%)
(0.00/0.59/0.87/0.82)	

CMYK percentages

%0
%58.7
%86.96
%81.96

Codes

Color #2E1306 in popluar color models

2E1306
RGB46196
HSL20°76.92%10.20%
HSB/HSV20°86.96%18.04%
CMYK0.00%58.70%86.96%
81.96%

Color #2E1306 in popluar number systems.

HEX2E1306
Decimal46196
Binary10111010011110
Octal56236

Shades and tints

Shades of #2E1306

#2E1306
(46,19,6)
#2A1206
(42,18,6)
#261106
(38,17,6)
#221006
(34,16,6)
#1E0F06
(30,15,6)
#1A0E06
(26,14,6)
#160D06
(22,13,6)
#120C06
(18,12,6)
#0E0B06
(14,11,6)
#0A0A06
(10,10,6)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #2E1306

#2E1306
(46,19,6)
#41281C
(65,40,28)
#543D32
(84,61,50)
#675248
(103,82,72)
#7A675E
(122,103,94)
#8D7C74
(141,124,116)
#A0918A
(160,145,138)
#B3A6A0
(179,166,160)
#C6BBB6
(198,187,182)
#D9D0CC
(217,208,204)
#ECE5E2
(236,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1306; }

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

This text font color is #2E1306.


Background Color

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

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

This div background color is #2E1306.


Border color

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

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

This div border color is #2E1306.


Opacity

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

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

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

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

This text has shadow with #2E1306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1306 on black background.


Color preview on white background

This text has color #2E1306 on white background.



Black color preview on #2E1306 background

This text has black color on #2E1306 background.


White color preview on #2E1306 background

This text has white color on #2E1306 background.