COLOR #2E122E

HEX: #2E122E
RGB: (46,18,46)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
18
46

R + G + B ~ 14%. #2E122E is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 18 + 46 = 110 (100%)
R 46 of 110 ~ 41.82%
G 18 of 110 ~ 16.36%
B 46 of 110 ~ 41.82%

%41.82
%16.36
%41.82

CMYK color model

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

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

CMYK percentages

%0
%60.87
%0
%81.96

Codes

Color #2E122E in popluar color models

2E122E
RGB461846
HSL300°43.75%12.55%
HSB/HSV300°60.87%18.04%
CMYK0.00%60.87%0.00%
81.96%

Color #2E122E in popluar number systems.

HEX2E122E
Decimal461846
Binary10111010010101110
Octal562256

Shades and tints

Shades of #2E122E

#2E122E
(46,18,46)
#2A112A
(42,17,42)
#261026
(38,16,38)
#220F22
(34,15,34)
#1E0E1E
(30,14,30)
#1A0D1A
(26,13,26)
#160C16
(22,12,22)
#120B12
(18,11,18)
#0E0A0E
(14,10,14)
#0A090A
(10,9,10)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #2E122E

#2E122E
(46,18,46)
#412741
(65,39,65)
#543C54
(84,60,84)
#675167
(103,81,103)
#7A667A
(122,102,122)
#8D7B8D
(141,123,141)
#A090A0
(160,144,160)
#B3A5B3
(179,165,179)
#C6BAC6
(198,186,198)
#D9CFD9
(217,207,217)
#ECE4EC
(236,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E122E; }

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

This text font color is #2E122E.


Background Color

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

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

This div background color is #2E122E.


Border color

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

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

This div border color is #2E122E.


Opacity

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

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

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

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

This text has shadow with #2E122E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E122E on black background.


Color preview on white background

This text has color #2E122E on white background.



Black color preview on #2E122E background

This text has black color on #2E122E background.


White color preview on #2E122E background

This text has white color on #2E122E background.