COLOR #2E1713

HEX: #2E1713
RGB: (46,23,19)

Color info

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

RGB color model

#2E1713 color RGB value is (46,23,19).

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

RGB channels and saturation

R 46 of 255 = 18%
G 23 of 255 = 9%
B 19 of 255 = 7%

46
23
19

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

Portions of RGB colors in percentages

R + G + B =
46 + 23 + 19 = 88 (100%)
R 46 of 88 ~ 52.27%
G 23 of 88 ~ 26.14%
B 19 of 88 ~ 21.59%

%52.27
%26.14
%21.59

CMYK color model

#2E1713 color CMYK value is (0,50,59,82).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 58.70%
  • key color value is 81.96%
CMYK:
(0,50,59,82)
C0M50Y59K82 
(0%,50%,59%,82%)
(0.00/0.50/0.59/0.82)	

CMYK percentages

%0
%50
%58.7
%81.96

Codes

Color #2E1713 in popluar color models

2E1713
RGB462319
HSL41.54%12.75%
HSB/HSV58.70%18.04%
CMYK0.00%50.00%58.70%
81.96%

Color #2E1713 in popluar number systems.

HEX2E1713
Decimal462319
Binary1011101011110011
Octal562723

Shades and tints

Shades of #2E1713

#2E1713
(46,23,19)
#2A1512
(42,21,18)
#261311
(38,19,17)
#221110
(34,17,16)
#1E0F0F
(30,15,15)
#1A0D0E
(26,13,14)
#160B0D
(22,11,13)
#12090C
(18,9,12)
#0E070B
(14,7,11)
#0A050A
(10,5,10)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #2E1713

#2E1713
(46,23,19)
#412C28
(65,44,40)
#54413D
(84,65,61)
#675652
(103,86,82)
#7A6B67
(122,107,103)
#8D807C
(141,128,124)
#A09591
(160,149,145)
#B3AAA6
(179,170,166)
#C6BFBB
(198,191,187)
#D9D4D0
(217,212,208)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1713; }

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

This text font color is #2E1713.


Background Color

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

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

This div background color is #2E1713.


Border color

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

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

This div border color is #2E1713.


Opacity

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

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

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

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

This text has shadow with #2E1713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1713 on black background.


Color preview on white background

This text has color #2E1713 on white background.



Black color preview on #2E1713 background

This text has black color on #2E1713 background.


White color preview on #2E1713 background

This text has white color on #2E1713 background.