COLOR #2E151D

HEX: #2E151D
RGB: (46,21,29)

Color info

#2E151D contains red, green and blue colors in about the same proportion. Web safe color of #2E151D is #330033 (or #303).

RGB color model

#2E151D color RGB value is (46,21,29).

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

RGB channels and saturation

R 46 of 255 = 18%
G 21 of 255 = 8%
B 29 of 255 = 11%

46
21
29

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

Portions of RGB colors in percentages

R + G + B =
46 + 21 + 29 = 96 (100%)
R 46 of 96 ~ 47.92%
G 21 of 96 ~ 21.88%
B 29 of 96 ~ 30.21%

%47.92
%21.88
%30.21

CMYK color model

#2E151D color CMYK value is (0,54,37,82).

  • cyan value is 0.00%
  • magenta value is 54.35%
  • yellow value is 36.96%
  • key color value is 81.96%
CMYK:
(0,54,37,82)
C0M54Y37K82 
(0%,54%,37%,82%)
(0.00/0.54/0.37/0.82)	

CMYK percentages

%0
%54.35
%36.96
%81.96

Codes

Color #2E151D in popluar color models

2E151D
RGB462129
HSL341°37.31%13.14%
HSB/HSV341°54.35%18.04%
CMYK0.00%54.35%36.96%
81.96%

Color #2E151D in popluar number systems.

HEX2E151D
Decimal462129
Binary1011101010111101
Octal562535

Shades and tints

Shades of #2E151D

#2E151D
(46,21,29)
#2A141B
(42,20,27)
#261319
(38,19,25)
#221217
(34,18,23)
#1E1115
(30,17,21)
#1A1013
(26,16,19)
#160F11
(22,15,17)
#120E0F
(18,14,15)
#0E0D0D
(14,13,13)
#0A0C0B
(10,12,11)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #2E151D

#2E151D
(46,21,29)
#412A31
(65,42,49)
#543F45
(84,63,69)
#675459
(103,84,89)
#7A696D
(122,105,109)
#8D7E81
(141,126,129)
#A09395
(160,147,149)
#B3A8A9
(179,168,169)
#C6BDBD
(198,189,189)
#D9D2D1
(217,210,209)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E151D; }

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

This text font color is #2E151D.


Background Color

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

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

This div background color is #2E151D.


Border color

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

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

This div border color is #2E151D.


Opacity

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

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

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

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

This text has shadow with #2E151D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E151D on black background.


Color preview on white background

This text has color #2E151D on white background.



Black color preview on #2E151D background

This text has black color on #2E151D background.


White color preview on #2E151D background

This text has white color on #2E151D background.