COLOR #2E1F15

HEX: #2E1F15
RGB: (46,31,21)

Color info

#2E1F15 contains red, green and blue colors in about the same proportion. Web safe color of #2E1F15 is #333300 (or #330).

RGB color model

#2E1F15 color RGB value is (46,31,21).

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

RGB channels and saturation

R 46 of 255 = 18%
G 31 of 255 = 12%
B 21 of 255 = 8%

46
31
21

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

Portions of RGB colors in percentages

R + G + B =
46 + 31 + 21 = 98 (100%)
R 46 of 98 ~ 46.94%
G 31 of 98 ~ 31.63%
B 21 of 98 ~ 21.43%

%46.94
%31.63
%21.43

CMYK color model

#2E1F15 color CMYK value is (0,33,54,82).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 54.35%
  • key color value is 81.96%
CMYK:
(0,33,54,82)
C0M33Y54K82 
(0%,33%,54%,82%)
(0.00/0.33/0.54/0.82)	

CMYK percentages

%0
%32.61
%54.35
%81.96

Codes

Color #2E1F15 in popluar color models

2E1F15
RGB463121
HSL24°37.31%13.14%
HSB/HSV24°54.35%18.04%
CMYK0.00%32.61%54.35%
81.96%

Color #2E1F15 in popluar number systems.

HEX2E1F15
Decimal463121
Binary1011101111110101
Octal563725

Shades and tints

Shades of #2E1F15

#2E1F15
(46,31,21)
#2A1D14
(42,29,20)
#261B13
(38,27,19)
#221912
(34,25,18)
#1E1711
(30,23,17)
#1A1510
(26,21,16)
#16130F
(22,19,15)
#12110E
(18,17,14)
#0E0F0D
(14,15,13)
#0A0D0C
(10,13,12)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #2E1F15

#2E1F15
(46,31,21)
#41332A
(65,51,42)
#54473F
(84,71,63)
#675B54
(103,91,84)
#7A6F69
(122,111,105)
#8D837E
(141,131,126)
#A09793
(160,151,147)
#B3ABA8
(179,171,168)
#C6BFBD
(198,191,189)
#D9D3D2
(217,211,210)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1F15; }

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

This text font color is #2E1F15.


Background Color

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

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

This div background color is #2E1F15.


Border color

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

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

This div border color is #2E1F15.


Opacity

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

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

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

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

This text has shadow with #2E1F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1F15 on black background.


Color preview on white background

This text has color #2E1F15 on white background.



Black color preview on #2E1F15 background

This text has black color on #2E1F15 background.


White color preview on #2E1F15 background

This text has white color on #2E1F15 background.