COLOR #2E1224

HEX: #2E1224
RGB: (46,18,36)

Color info

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

RGB color model

#2E1224 color RGB value is (46,18,36).

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

RGB channels and saturation

R 46 of 255 = 18%
G 18 of 255 = 7%
B 36 of 255 = 14%

46
18
36

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

Portions of RGB colors in percentages

R + G + B =
46 + 18 + 36 = 100 (100%)
R 46 of 100 ~ 46%
G 18 of 100 ~ 18%
B 36 of 100 ~ 36%

%46
%18
%36

CMYK color model

#2E1224 color CMYK value is (0,61,22,82).

  • cyan value is 0.00%
  • magenta value is 60.87%
  • yellow value is 21.74%
  • key color value is 81.96%
CMYK:
(0,61,22,82)
C0M61Y22K82 
(0%,61%,22%,82%)
(0.00/0.61/0.22/0.82)	

CMYK percentages

%0
%60.87
%21.74
%81.96

Codes

Color #2E1224 in popluar color models

2E1224
RGB461836
HSL321°43.75%12.55%
HSB/HSV321°60.87%18.04%
CMYK0.00%60.87%21.74%
81.96%

Color #2E1224 in popluar number systems.

HEX2E1224
Decimal461836
Binary10111010010100100
Octal562244

Shades and tints

Shades of #2E1224

#2E1224
(46,18,36)
#2A1121
(42,17,33)
#26101E
(38,16,30)
#220F1B
(34,15,27)
#1E0E18
(30,14,24)
#1A0D15
(26,13,21)
#160C12
(22,12,18)
#120B0F
(18,11,15)
#0E0A0C
(14,10,12)
#0A0909
(10,9,9)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #2E1224

#2E1224
(46,18,36)
#412737
(65,39,55)
#543C4A
(84,60,74)
#67515D
(103,81,93)
#7A6670
(122,102,112)
#8D7B83
(141,123,131)
#A09096
(160,144,150)
#B3A5A9
(179,165,169)
#C6BABC
(198,186,188)
#D9CFCF
(217,207,207)
#ECE4E2
(236,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1224; }

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

This text font color is #2E1224.


Background Color

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

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

This div background color is #2E1224.


Border color

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

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

This div border color is #2E1224.


Opacity

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

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

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

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

This text has shadow with #2E1224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1224 on black background.


Color preview on white background

This text has color #2E1224 on white background.



Black color preview on #2E1224 background

This text has black color on #2E1224 background.


White color preview on #2E1224 background

This text has white color on #2E1224 background.