COLOR #2E0E1D

HEX: #2E0E1D
RGB: (46,14,29)

Color info

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

RGB color model

#2E0E1D color RGB value is (46,14,29).

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

RGB channels and saturation

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

46
14
29

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

Portions of RGB colors in percentages

R + G + B =
46 + 14 + 29 = 89 (100%)
R 46 of 89 ~ 51.69%
G 14 of 89 ~ 15.73%
B 29 of 89 ~ 32.58%

%51.69
%15.73
%32.58

CMYK color model

#2E0E1D color CMYK value is (0,70,37,82).

  • cyan value is 0.00%
  • magenta value is 69.57%
  • yellow value is 36.96%
  • key color value is 81.96%
CMYK:
(0,70,37,82)
C0M70Y37K82 
(0%,70%,37%,82%)
(0.00/0.70/0.37/0.82)	

CMYK percentages

%0
%69.57
%36.96
%81.96

Codes

Color #2E0E1D in popluar color models

2E0E1D
RGB461429
HSL332°53.33%11.76%
HSB/HSV332°69.57%18.04%
CMYK0.00%69.57%36.96%
81.96%

Color #2E0E1D in popluar number systems.

HEX2E0E1D
Decimal461429
Binary101110111011101
Octal561635

Shades and tints

Shades of #2E0E1D

#2E0E1D
(46,14,29)
#2A0D1B
(42,13,27)
#260C19
(38,12,25)
#220B17
(34,11,23)
#1E0A15
(30,10,21)
#1A0913
(26,9,19)
#160811
(22,8,17)
#12070F
(18,7,15)
#0E060D
(14,6,13)
#0A050B
(10,5,11)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #2E0E1D

#2E0E1D
(46,14,29)
#412331
(65,35,49)
#543845
(84,56,69)
#674D59
(103,77,89)
#7A626D
(122,98,109)
#8D7781
(141,119,129)
#A08C95
(160,140,149)
#B3A1A9
(179,161,169)
#C6B6BD
(198,182,189)
#D9CBD1
(217,203,209)
#ECE0E5
(236,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E0E1D; }

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

This text font color is #2E0E1D.


Background Color

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

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

This div background color is #2E0E1D.


Border color

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

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

This div border color is #2E0E1D.


Opacity

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

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

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

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

This text has shadow with #2E0E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0E1D on black background.


Color preview on white background

This text has color #2E0E1D on white background.



Black color preview on #2E0E1D background

This text has black color on #2E0E1D background.


White color preview on #2E0E1D background

This text has white color on #2E0E1D background.