COLOR #2E1307

HEX: #2E1307
RGB: (46,19,7)

Color info

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

RGB color model

#2E1307 color RGB value is (46,19,7).

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

RGB channels and saturation

R 46 of 255 = 18%
G 19 of 255 = 7%
B 7 of 255 = 3%

46
19
7

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

Portions of RGB colors in percentages

R + G + B =
46 + 19 + 7 = 72 (100%)
R 46 of 72 ~ 63.89%
G 19 of 72 ~ 26.39%
B 7 of 72 ~ 9.72%

%63.89
%26.39
%9.72

CMYK color model

#2E1307 color CMYK value is (0,59,85,82).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 84.78%
  • key color value is 81.96%
CMYK:
(0,59,85,82)
C0M59Y85K82 
(0%,59%,85%,82%)
(0.00/0.59/0.85/0.82)	

CMYK percentages

%0
%58.7
%84.78
%81.96

Codes

Color #2E1307 in popluar color models

2E1307
RGB46197
HSL18°73.58%10.39%
HSB/HSV18°84.78%18.04%
CMYK0.00%58.70%84.78%
81.96%

Color #2E1307 in popluar number systems.

HEX2E1307
Decimal46197
Binary10111010011111
Octal56237

Shades and tints

Shades of #2E1307

#2E1307
(46,19,7)
#2A1207
(42,18,7)
#261107
(38,17,7)
#221007
(34,16,7)
#1E0F07
(30,15,7)
#1A0E07
(26,14,7)
#160D07
(22,13,7)
#120C07
(18,12,7)
#0E0B07
(14,11,7)
#0A0A07
(10,10,7)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #2E1307

#2E1307
(46,19,7)
#41281D
(65,40,29)
#543D33
(84,61,51)
#675249
(103,82,73)
#7A675F
(122,103,95)
#8D7C75
(141,124,117)
#A0918B
(160,145,139)
#B3A6A1
(179,166,161)
#C6BBB7
(198,187,183)
#D9D0CD
(217,208,205)
#ECE5E3
(236,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1307; }

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

This text font color is #2E1307.


Background Color

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

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

This div background color is #2E1307.


Border color

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

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

This div border color is #2E1307.


Opacity

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

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

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

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

This text has shadow with #2E1307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1307 on black background.


Color preview on white background

This text has color #2E1307 on white background.



Black color preview on #2E1307 background

This text has black color on #2E1307 background.


White color preview on #2E1307 background

This text has white color on #2E1307 background.