COLOR #2E1312

HEX: #2E1312
RGB: (46,19,18)

Color info

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

RGB color model

#2E1312 color RGB value is (46,19,18).

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

RGB channels and saturation

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

46
19
18

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

Portions of RGB colors in percentages

R + G + B =
46 + 19 + 18 = 83 (100%)
R 46 of 83 ~ 55.42%
G 19 of 83 ~ 22.89%
B 18 of 83 ~ 21.69%

%55.42
%22.89
%21.69

CMYK color model

#2E1312 color CMYK value is (0,59,61,82).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 60.87%
  • key color value is 81.96%
CMYK:
(0,59,61,82)
C0M59Y61K82 
(0%,59%,61%,82%)
(0.00/0.59/0.61/0.82)	

CMYK percentages

%0
%58.7
%60.87
%81.96

Codes

Color #2E1312 in popluar color models

2E1312
RGB461918
HSL43.75%12.55%
HSB/HSV60.87%18.04%
CMYK0.00%58.70%60.87%
81.96%

Color #2E1312 in popluar number systems.

HEX2E1312
Decimal461918
Binary1011101001110010
Octal562322

Shades and tints

Shades of #2E1312

#2E1312
(46,19,18)
#2A1211
(42,18,17)
#261110
(38,17,16)
#22100F
(34,16,15)
#1E0F0E
(30,15,14)
#1A0E0D
(26,14,13)
#160D0C
(22,13,12)
#120C0B
(18,12,11)
#0E0B0A
(14,11,10)
#0A0A09
(10,10,9)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #2E1312

#2E1312
(46,19,18)
#412827
(65,40,39)
#543D3C
(84,61,60)
#675251
(103,82,81)
#7A6766
(122,103,102)
#8D7C7B
(141,124,123)
#A09190
(160,145,144)
#B3A6A5
(179,166,165)
#C6BBBA
(198,187,186)
#D9D0CF
(217,208,207)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1312; }

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

This text font color is #2E1312.


Background Color

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

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

This div background color is #2E1312.


Border color

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

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

This div border color is #2E1312.


Opacity

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

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

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

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

This text has shadow with #2E1312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1312 on black background.


Color preview on white background

This text has color #2E1312 on white background.



Black color preview on #2E1312 background

This text has black color on #2E1312 background.


White color preview on #2E1312 background

This text has white color on #2E1312 background.