COLOR #2E0D18

HEX: #2E0D18
RGB: (46,13,24)

Color info

#2E0D18 contains red, green and blue colors in about the same proportion. Web safe color of #2E0D18 is #330000 (or #300).

RGB color model

#2E0D18 color RGB value is (46,13,24).

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

RGB channels and saturation

R 46 of 255 = 18%
G 13 of 255 = 5%
B 24 of 255 = 9%

46
13
24

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

Portions of RGB colors in percentages

R + G + B =
46 + 13 + 24 = 83 (100%)
R 46 of 83 ~ 55.42%
G 13 of 83 ~ 15.66%
B 24 of 83 ~ 28.92%

%55.42
%15.66
%28.92

CMYK color model

#2E0D18 color CMYK value is (0,72,48,82).

  • cyan value is 0.00%
  • magenta value is 71.74%
  • yellow value is 47.83%
  • key color value is 81.96%
CMYK:
(0,72,48,82)
C0M72Y48K82 
(0%,72%,48%,82%)
(0.00/0.72/0.48/0.82)	

CMYK percentages

%0
%71.74
%47.83
%81.96

Codes

Color #2E0D18 in popluar color models

2E0D18
RGB461324
HSL340°55.93%11.57%
HSB/HSV340°71.74%18.04%
CMYK0.00%71.74%47.83%
81.96%

Color #2E0D18 in popluar number systems.

HEX2E0D18
Decimal461324
Binary101110110111000
Octal561530

Shades and tints

Shades of #2E0D18

#2E0D18
(46,13,24)
#2A0C16
(42,12,22)
#260B14
(38,11,20)
#220A12
(34,10,18)
#1E0910
(30,9,16)
#1A080E
(26,8,14)
#16070C
(22,7,12)
#12060A
(18,6,10)
#0E0508
(14,5,8)
#0A0406
(10,4,6)
#060304
(6,3,4)
#000000
(0,0,0)

Tints of #2E0D18

#2E0D18
(46,13,24)
#41232D
(65,35,45)
#543942
(84,57,66)
#674F57
(103,79,87)
#7A656C
(122,101,108)
#8D7B81
(141,123,129)
#A09196
(160,145,150)
#B3A7AB
(179,167,171)
#C6BDC0
(198,189,192)
#D9D3D5
(217,211,213)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E0D18; }

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

This text font color is #2E0D18.


Background Color

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

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

This div background color is #2E0D18.


Border color

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

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

This div border color is #2E0D18.


Opacity

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

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

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

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

This text has shadow with #2E0D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0D18 on black background.


Color preview on white background

This text has color #2E0D18 on white background.



Black color preview on #2E0D18 background

This text has black color on #2E0D18 background.


White color preview on #2E0D18 background

This text has white color on #2E0D18 background.