COLOR #2E1519

HEX: #2E1519
RGB: (46,21,25)

Color info

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

RGB color model

#2E1519 color RGB value is (46,21,25).

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

RGB channels and saturation

R 46 of 255 = 18%
G 21 of 255 = 8%
B 25 of 255 = 10%

46
21
25

R + G + B ~ 12%. #2E1519 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 21 + 25 = 92 (100%)
R 46 of 92 ~ 50%
G 21 of 92 ~ 22.83%
B 25 of 92 ~ 27.17%

%50
%22.83
%27.17

CMYK color model

#2E1519 color CMYK value is (0,54,46,82).

  • cyan value is 0.00%
  • magenta value is 54.35%
  • yellow value is 45.65%
  • key color value is 81.96%
CMYK:
(0,54,46,82)
C0M54Y46K82 
(0%,54%,46%,82%)
(0.00/0.54/0.46/0.82)	

CMYK percentages

%0
%54.35
%45.65
%81.96

Codes

Color #2E1519 in popluar color models

2E1519
RGB462125
HSL350°37.31%13.14%
HSB/HSV350°54.35%18.04%
CMYK0.00%54.35%45.65%
81.96%

Color #2E1519 in popluar number systems.

HEX2E1519
Decimal462125
Binary1011101010111001
Octal562531

Shades and tints

Shades of #2E1519

#2E1519
(46,21,25)
#2A1417
(42,20,23)
#261315
(38,19,21)
#221213
(34,18,19)
#1E1111
(30,17,17)
#1A100F
(26,16,15)
#160F0D
(22,15,13)
#120E0B
(18,14,11)
#0E0D09
(14,13,9)
#0A0C07
(10,12,7)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #2E1519

#2E1519
(46,21,25)
#412A2D
(65,42,45)
#543F41
(84,63,65)
#675455
(103,84,85)
#7A6969
(122,105,105)
#8D7E7D
(141,126,125)
#A09391
(160,147,145)
#B3A8A5
(179,168,165)
#C6BDB9
(198,189,185)
#D9D2CD
(217,210,205)
#ECE7E1
(236,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1519; }

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

This text font color is #2E1519.


Background Color

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

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

This div background color is #2E1519.


Border color

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

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

This div border color is #2E1519.


Opacity

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

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

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

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

This text has shadow with #2E1519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1519 on black background.


Color preview on white background

This text has color #2E1519 on white background.



Black color preview on #2E1519 background

This text has black color on #2E1519 background.


White color preview on #2E1519 background

This text has white color on #2E1519 background.