COLOR #2E0C13

HEX: #2E0C13
RGB: (46,12,19)

Color info

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

RGB color model

#2E0C13 color RGB value is (46,12,19).

  • red value is 46;
  • green value is 12;
  • blue value is 19.
RGB:
(46,12,19)
(18%,5%,7%)

RGB channels and saturation

R 46 of 255 = 18%
G 12 of 255 = 5%
B 19 of 255 = 7%

46
12
19

R + G + B ~ 10%. #2E0C13 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 12 + 19 = 77 (100%)
R 46 of 77 ~ 59.74%
G 12 of 77 ~ 15.58%
B 19 of 77 ~ 24.68%

%59.74
%15.58
%24.68

CMYK color model

#2E0C13 color CMYK value is (0,74,59,82).

  • cyan value is 0.00%
  • magenta value is 73.91%
  • yellow value is 58.70%
  • key color value is 81.96%
CMYK:
(0,74,59,82)
C0M74Y59K82 
(0%,74%,59%,82%)
(0.00/0.74/0.59/0.82)	

CMYK percentages

%0
%73.91
%58.7
%81.96

Codes

Color #2E0C13 in popluar color models

2E0C13
RGB461219
HSL348°58.62%11.37%
HSB/HSV348°73.91%18.04%
CMYK0.00%73.91%58.70%
81.96%

Color #2E0C13 in popluar number systems.

HEX2E0C13
Decimal461219
Binary101110110010011
Octal561423

Shades and tints

Shades of #2E0C13

#2E0C13
(46,12,19)
#2A0B12
(42,11,18)
#260A11
(38,10,17)
#220910
(34,9,16)
#1E080F
(30,8,15)
#1A070E
(26,7,14)
#16060D
(22,6,13)
#12050C
(18,5,12)
#0E040B
(14,4,11)
#0A030A
(10,3,10)
#060209
(6,2,9)
#000000
(0,0,0)

Tints of #2E0C13

#2E0C13
(46,12,19)
#412228
(65,34,40)
#54383D
(84,56,61)
#674E52
(103,78,82)
#7A6467
(122,100,103)
#8D7A7C
(141,122,124)
#A09091
(160,144,145)
#B3A6A6
(179,166,166)
#C6BCBB
(198,188,187)
#D9D2D0
(217,210,208)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E0C13 color. Also use rgb(46,12,19) instead hex code.

Text Font Color

.myTextColor { color: #2E0C13; }

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

This text font color is #2E0C13.


Background Color

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

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

This div background color is #2E0C13.


Border color

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

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

This div border color is #2E0C13.


Opacity

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

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

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

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

This text has shadow with #2E0C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0C13 on black background.


Color preview on white background

This text has color #2E0C13 on white background.



Black color preview on #2E0C13 background

This text has black color on #2E0C13 background.


White color preview on #2E0C13 background

This text has white color on #2E0C13 background.