COLOR #2E1D15

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
29
21

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

Portions of RGB colors in percentages

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

%47.92
%30.21
%21.88

CMYK color model

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

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

CMYK percentages

%0
%36.96
%54.35
%81.96

Codes

Color #2E1D15 in popluar color models

2E1D15
RGB462921
HSL19°37.31%13.14%
HSB/HSV19°54.35%18.04%
CMYK0.00%36.96%54.35%
81.96%

Color #2E1D15 in popluar number systems.

HEX2E1D15
Decimal462921
Binary1011101110110101
Octal563525

Shades and tints

Shades of #2E1D15

#2E1D15
(46,29,21)
#2A1B14
(42,27,20)
#261913
(38,25,19)
#221712
(34,23,18)
#1E1511
(30,21,17)
#1A1310
(26,19,16)
#16110F
(22,17,15)
#120F0E
(18,15,14)
#0E0D0D
(14,13,13)
#0A0B0C
(10,11,12)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #2E1D15

#2E1D15
(46,29,21)
#41312A
(65,49,42)
#54453F
(84,69,63)
#675954
(103,89,84)
#7A6D69
(122,109,105)
#8D817E
(141,129,126)
#A09593
(160,149,147)
#B3A9A8
(179,169,168)
#C6BDBD
(198,189,189)
#D9D1D2
(217,209,210)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1D15; }

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

This text font color is #2E1D15.


Background Color

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

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

This div background color is #2E1D15.


Border color

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

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

This div border color is #2E1D15.


Opacity

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

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

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

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

This text has shadow with #2E1D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1D15 on black background.


Color preview on white background

This text has color #2E1D15 on white background.



Black color preview on #2E1D15 background

This text has black color on #2E1D15 background.


White color preview on #2E1D15 background

This text has white color on #2E1D15 background.