COLOR #2E0D1D

HEX: #2E0D1D
RGB: (46,13,29)

Color info

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

RGB color model

#2E0D1D color RGB value is (46,13,29).

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

RGB channels and saturation

R 46 of 255 = 18%
G 13 of 255 = 5%
B 29 of 255 = 11%

46
13
29

R + G + B ~ 11%. #2E0D1D is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 13 + 29 = 88 (100%)
R 46 of 88 ~ 52.27%
G 13 of 88 ~ 14.77%
B 29 of 88 ~ 32.95%

%52.27
%14.77
%32.95

CMYK color model

#2E0D1D color CMYK value is (0,72,37,82).

  • cyan value is 0.00%
  • magenta value is 71.74%
  • yellow value is 36.96%
  • key color value is 81.96%
CMYK:
(0,72,37,82)
C0M72Y37K82 
(0%,72%,37%,82%)
(0.00/0.72/0.37/0.82)	

CMYK percentages

%0
%71.74
%36.96
%81.96

Codes

Color #2E0D1D in popluar color models

2E0D1D
RGB461329
HSL331°55.93%11.57%
HSB/HSV331°71.74%18.04%
CMYK0.00%71.74%36.96%
81.96%

Color #2E0D1D in popluar number systems.

HEX2E0D1D
Decimal461329
Binary101110110111101
Octal561535

Shades and tints

Shades of #2E0D1D

#2E0D1D
(46,13,29)
#2A0C1B
(42,12,27)
#260B19
(38,11,25)
#220A17
(34,10,23)
#1E0915
(30,9,21)
#1A0813
(26,8,19)
#160711
(22,7,17)
#12060F
(18,6,15)
#0E050D
(14,5,13)
#0A040B
(10,4,11)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #2E0D1D

#2E0D1D
(46,13,29)
#412331
(65,35,49)
#543945
(84,57,69)
#674F59
(103,79,89)
#7A656D
(122,101,109)
#8D7B81
(141,123,129)
#A09195
(160,145,149)
#B3A7A9
(179,167,169)
#C6BDBD
(198,189,189)
#D9D3D1
(217,211,209)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E0D1D; }

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

This text font color is #2E0D1D.


Background Color

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

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

This div background color is #2E0D1D.


Border color

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

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

This div border color is #2E0D1D.


Opacity

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

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

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

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

This text has shadow with #2E0D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0D1D on black background.


Color preview on white background

This text has color #2E0D1D on white background.



Black color preview on #2E0D1D background

This text has black color on #2E0D1D background.


White color preview on #2E0D1D background

This text has white color on #2E0D1D background.