COLOR #2E1113

HEX: #2E1113
RGB: (46,17,19)

Color info

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

RGB color model

#2E1113 color RGB value is (46,17,19).

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

RGB channels and saturation

R 46 of 255 = 18%
G 17 of 255 = 7%
B 19 of 255 = 7%

46
17
19

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

Portions of RGB colors in percentages

R + G + B =
46 + 17 + 19 = 82 (100%)
R 46 of 82 ~ 56.1%
G 17 of 82 ~ 20.73%
B 19 of 82 ~ 23.17%

%56.1
%20.73
%23.17

CMYK color model

#2E1113 color CMYK value is (0,63,59,82).

  • cyan value is 0.00%
  • magenta value is 63.04%
  • yellow value is 58.70%
  • key color value is 81.96%
CMYK:
(0,63,59,82)
C0M63Y59K82 
(0%,63%,59%,82%)
(0.00/0.63/0.59/0.82)	

CMYK percentages

%0
%63.04
%58.7
%81.96

Codes

Color #2E1113 in popluar color models

2E1113
RGB461719
HSL356°46.03%12.35%
HSB/HSV356°63.04%18.04%
CMYK0.00%63.04%58.70%
81.96%

Color #2E1113 in popluar number systems.

HEX2E1113
Decimal461719
Binary1011101000110011
Octal562123

Shades and tints

Shades of #2E1113

#2E1113
(46,17,19)
#2A1012
(42,16,18)
#260F11
(38,15,17)
#220E10
(34,14,16)
#1E0D0F
(30,13,15)
#1A0C0E
(26,12,14)
#160B0D
(22,11,13)
#120A0C
(18,10,12)
#0E090B
(14,9,11)
#0A080A
(10,8,10)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #2E1113

#2E1113
(46,17,19)
#412628
(65,38,40)
#543B3D
(84,59,61)
#675052
(103,80,82)
#7A6567
(122,101,103)
#8D7A7C
(141,122,124)
#A08F91
(160,143,145)
#B3A4A6
(179,164,166)
#C6B9BB
(198,185,187)
#D9CED0
(217,206,208)
#ECE3E5
(236,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1113; }

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

This text font color is #2E1113.


Background Color

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

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

This div background color is #2E1113.


Border color

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

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

This div border color is #2E1113.


Opacity

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

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

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

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

This text has shadow with #2E1113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1113 on black background.


Color preview on white background

This text has color #2E1113 on white background.



Black color preview on #2E1113 background

This text has black color on #2E1113 background.


White color preview on #2E1113 background

This text has white color on #2E1113 background.