COLOR #2E1507

HEX: #2E1507
RGB: (46,21,7)

Color info

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

RGB color model

#2E1507 color RGB value is (46,21,7).

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

RGB channels and saturation

R 46 of 255 = 18%
G 21 of 255 = 8%
B 7 of 255 = 3%

46
21
7

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

Portions of RGB colors in percentages

R + G + B =
46 + 21 + 7 = 74 (100%)
R 46 of 74 ~ 62.16%
G 21 of 74 ~ 28.38%
B 7 of 74 ~ 9.46%

%62.16
%28.38

CMYK color model

#2E1507 color CMYK value is (0,54,85,82).

  • cyan value is 0.00%
  • magenta value is 54.35%
  • yellow value is 84.78%
  • key color value is 81.96%
CMYK:
(0,54,85,82)
C0M54Y85K82 
(0%,54%,85%,82%)
(0.00/0.54/0.85/0.82)	

CMYK percentages

%0
%54.35
%84.78
%81.96

Codes

Color #2E1507 in popluar color models

2E1507
RGB46217
HSL22°73.58%10.39%
HSB/HSV22°84.78%18.04%
CMYK0.00%54.35%84.78%
81.96%

Color #2E1507 in popluar number systems.

HEX2E1507
Decimal46217
Binary10111010101111
Octal56257

Shades and tints

Shades of #2E1507

#2E1507
(46,21,7)
#2A1407
(42,20,7)
#261307
(38,19,7)
#221207
(34,18,7)
#1E1107
(30,17,7)
#1A1007
(26,16,7)
#160F07
(22,15,7)
#120E07
(18,14,7)
#0E0D07
(14,13,7)
#0A0C07
(10,12,7)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #2E1507

#2E1507
(46,21,7)
#412A1D
(65,42,29)
#543F33
(84,63,51)
#675449
(103,84,73)
#7A695F
(122,105,95)
#8D7E75
(141,126,117)
#A0938B
(160,147,139)
#B3A8A1
(179,168,161)
#C6BDB7
(198,189,183)
#D9D2CD
(217,210,205)
#ECE7E3
(236,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1507; }

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

This text font color is #2E1507.


Background Color

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

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

This div background color is #2E1507.


Border color

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

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

This div border color is #2E1507.


Opacity

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

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

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

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

This text has shadow with #2E1507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1507 on black background.


Color preview on white background

This text has color #2E1507 on white background.



Black color preview on #2E1507 background

This text has black color on #2E1507 background.


White color preview on #2E1507 background

This text has white color on #2E1507 background.