COLOR #2E1919

HEX: #2E1919
RGB: (46,25,25)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
25
25

R + G + B ~ 13%. #2E1919 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 25 + 25 = 96 (100%)
R 46 of 96 ~ 47.92%
G 25 of 96 ~ 26.04%
B 25 of 96 ~ 26.04%

%47.92
%26.04
%26.04

CMYK color model

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

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

CMYK percentages

%0
%45.65
%45.65
%81.96

Codes

Color #2E1919 in popluar color models

2E1919
RGB462525
HSL29.58%13.92%
HSB/HSV45.65%18.04%
CMYK0.00%45.65%45.65%
81.96%

Color #2E1919 in popluar number systems.

HEX2E1919
Decimal462525
Binary1011101100111001
Octal563131

Shades and tints

Shades of #2E1919

#2E1919
(46,25,25)
#2A1717
(42,23,23)
#261515
(38,21,21)
#221313
(34,19,19)
#1E1111
(30,17,17)
#1A0F0F
(26,15,15)
#160D0D
(22,13,13)
#120B0B
(18,11,11)
#0E0909
(14,9,9)
#0A0707
(10,7,7)
#060505
(6,5,5)
#000000
(0,0,0)

Tints of #2E1919

#2E1919
(46,25,25)
#412D2D
(65,45,45)
#544141
(84,65,65)
#675555
(103,85,85)
#7A6969
(122,105,105)
#8D7D7D
(141,125,125)
#A09191
(160,145,145)
#B3A5A5
(179,165,165)
#C6B9B9
(198,185,185)
#D9CDCD
(217,205,205)
#ECE1E1
(236,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1919; }

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

This text font color is #2E1919.


Background Color

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

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

This div background color is #2E1919.


Border color

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

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

This div border color is #2E1919.


Opacity

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

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

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

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

This text has shadow with #2E1919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1919 on black background.


Color preview on white background

This text has color #2E1919 on white background.



Black color preview on #2E1919 background

This text has black color on #2E1919 background.


White color preview on #2E1919 background

This text has white color on #2E1919 background.