COLOR #2E1914

HEX: #2E1914
RGB: (46,25,20)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
25
20

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

Portions of RGB colors in percentages

R + G + B =
46 + 25 + 20 = 91 (100%)
R 46 of 91 ~ 50.55%
G 25 of 91 ~ 27.47%
B 20 of 91 ~ 21.98%

%50.55
%27.47
%21.98

CMYK color model

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

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

CMYK percentages

%0
%45.65
%56.52
%81.96

Codes

Color #2E1914 in popluar color models

2E1914
RGB462520
HSL12°39.39%12.94%
HSB/HSV12°56.52%18.04%
CMYK0.00%45.65%56.52%
81.96%

Color #2E1914 in popluar number systems.

HEX2E1914
Decimal462520
Binary1011101100110100
Octal563124

Shades and tints

Shades of #2E1914

#2E1914
(46,25,20)
#2A1713
(42,23,19)
#261512
(38,21,18)
#221311
(34,19,17)
#1E1110
(30,17,16)
#1A0F0F
(26,15,15)
#160D0E
(22,13,14)
#120B0D
(18,11,13)
#0E090C
(14,9,12)
#0A070B
(10,7,11)
#06050A
(6,5,10)
#000000
(0,0,0)

Tints of #2E1914

#2E1914
(46,25,20)
#412D29
(65,45,41)
#54413E
(84,65,62)
#675553
(103,85,83)
#7A6968
(122,105,104)
#8D7D7D
(141,125,125)
#A09192
(160,145,146)
#B3A5A7
(179,165,167)
#C6B9BC
(198,185,188)
#D9CDD1
(217,205,209)
#ECE1E6
(236,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1914; }

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

This text font color is #2E1914.


Background Color

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

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

This div background color is #2E1914.


Border color

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

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

This div border color is #2E1914.


Opacity

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

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

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

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

This text has shadow with #2E1914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1914 on black background.


Color preview on white background

This text has color #2E1914 on white background.



Black color preview on #2E1914 background

This text has black color on #2E1914 background.


White color preview on #2E1914 background

This text has white color on #2E1914 background.