COLOR #2E1323

HEX: #2E1323
RGB: (46,19,35)

Color info

#2E1323 contains red, green and blue colors in about the same proportion. Web safe color of #2E1323 is #330033 (or #303).

RGB color model

#2E1323 color RGB value is (46,19,35).

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

RGB channels and saturation

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

46
19
35

R + G + B ~ 13%. #2E1323 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 19 + 35 = 100 (100%)
R 46 of 100 ~ 46%
G 19 of 100 ~ 19%
B 35 of 100 ~ 35%

%46
%19
%35

CMYK color model

#2E1323 color CMYK value is (0,59,24,82).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 23.91%
  • key color value is 81.96%
CMYK:
(0,59,24,82)
C0M59Y24K82 
(0%,59%,24%,82%)
(0.00/0.59/0.24/0.82)	

CMYK percentages

%0
%58.7
%23.91
%81.96

Codes

Color #2E1323 in popluar color models

2E1323
RGB461935
HSL324°41.54%12.75%
HSB/HSV324°58.70%18.04%
CMYK0.00%58.70%23.91%
81.96%

Color #2E1323 in popluar number systems.

HEX2E1323
Decimal461935
Binary10111010011100011
Octal562343

Shades and tints

Shades of #2E1323

#2E1323
(46,19,35)
#2A1220
(42,18,32)
#26111D
(38,17,29)
#22101A
(34,16,26)
#1E0F17
(30,15,23)
#1A0E14
(26,14,20)
#160D11
(22,13,17)
#120C0E
(18,12,14)
#0E0B0B
(14,11,11)
#0A0A08
(10,10,8)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #2E1323

#2E1323
(46,19,35)
#412837
(65,40,55)
#543D4B
(84,61,75)
#67525F
(103,82,95)
#7A6773
(122,103,115)
#8D7C87
(141,124,135)
#A0919B
(160,145,155)
#B3A6AF
(179,166,175)
#C6BBC3
(198,187,195)
#D9D0D7
(217,208,215)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1323; }

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

This text font color is #2E1323.


Background Color

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

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

This div background color is #2E1323.


Border color

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

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

This div border color is #2E1323.


Opacity

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

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

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

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

This text has shadow with #2E1323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1323 on black background.


Color preview on white background

This text has color #2E1323 on white background.



Black color preview on #2E1323 background

This text has black color on #2E1323 background.


White color preview on #2E1323 background

This text has white color on #2E1323 background.