COLOR #2E1226

HEX: #2E1226
RGB: (46,18,38)

Color info

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

RGB color model

#2E1226 color RGB value is (46,18,38).

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

RGB channels and saturation

R 46 of 255 = 18%
G 18 of 255 = 7%
B 38 of 255 = 15%

46
18
38

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

Portions of RGB colors in percentages

R + G + B =
46 + 18 + 38 = 102 (100%)
R 46 of 102 ~ 45.1%
G 18 of 102 ~ 17.65%
B 38 of 102 ~ 37.25%

%45.1
%17.65
%37.25

CMYK color model

#2E1226 color CMYK value is (0,61,17,82).

  • cyan value is 0.00%
  • magenta value is 60.87%
  • yellow value is 17.39%
  • key color value is 81.96%
CMYK:
(0,61,17,82)
C0M61Y17K82 
(0%,61%,17%,82%)
(0.00/0.61/0.17/0.82)	

CMYK percentages

%0
%60.87
%17.39
%81.96

Codes

Color #2E1226 in popluar color models

2E1226
RGB461838
HSL317°43.75%12.55%
HSB/HSV317°60.87%18.04%
CMYK0.00%60.87%17.39%
81.96%

Color #2E1226 in popluar number systems.

HEX2E1226
Decimal461838
Binary10111010010100110
Octal562246

Shades and tints

Shades of #2E1226

#2E1226
(46,18,38)
#2A1123
(42,17,35)
#261020
(38,16,32)
#220F1D
(34,15,29)
#1E0E1A
(30,14,26)
#1A0D17
(26,13,23)
#160C14
(22,12,20)
#120B11
(18,11,17)
#0E0A0E
(14,10,14)
#0A090B
(10,9,11)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #2E1226

#2E1226
(46,18,38)
#412739
(65,39,57)
#543C4C
(84,60,76)
#67515F
(103,81,95)
#7A6672
(122,102,114)
#8D7B85
(141,123,133)
#A09098
(160,144,152)
#B3A5AB
(179,165,171)
#C6BABE
(198,186,190)
#D9CFD1
(217,207,209)
#ECE4E4
(236,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1226; }

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

This text font color is #2E1226.


Background Color

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

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

This div background color is #2E1226.


Border color

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

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

This div border color is #2E1226.


Opacity

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

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

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

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

This text has shadow with #2E1226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1226 on black background.


Color preview on white background

This text has color #2E1226 on white background.



Black color preview on #2E1226 background

This text has black color on #2E1226 background.


White color preview on #2E1226 background

This text has white color on #2E1226 background.