COLOR #2E1146

HEX: #2E1146
RGB: (46,17,70)

Color info

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

RGB color model

#2E1146 color RGB value is (46,17,70).

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

RGB channels and saturation

R 46 of 255 = 18%
G 17 of 255 = 7%
B 70 of 255 = 27%

46
17
70

R + G + B ~ 17%. #2E1146 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 17 + 70 = 133 (100%)
R 46 of 133 ~ 34.59%
G 17 of 133 ~ 12.78%
B 70 of 133 ~ 52.63%

%34.59
%12.78
%52.63

CMYK color model

#2E1146 color CMYK value is (34,76,0,73).

  • cyan value is 34.29%
  • magenta value is 75.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(34,76,0,73)
C34M76Y0K73 
(34%,76%,0%,73%)
(0.34/0.76/0.00/0.73)	

CMYK percentages

%34.29
%75.71
%0
%72.55

Codes

Color #2E1146 in popluar color models

2E1146
RGB461770
HSL273°60.92%17.06%
HSB/HSV273°75.71%27.45%
CMYK34.29%75.71%0.00%
72.55%

Color #2E1146 in popluar number systems.

HEX2E1146
Decimal461770
Binary101110100011000110
Octal5621106

Shades and tints

Shades of #2E1146

#2E1146
(46,17,70)
#2A1040
(42,16,64)
#260F3A
(38,15,58)
#220E34
(34,14,52)
#1E0D2E
(30,13,46)
#1A0C28
(26,12,40)
#160B22
(22,11,34)
#120A1C
(18,10,28)
#0E0916
(14,9,22)
#0A0810
(10,8,16)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #2E1146

#2E1146
(46,17,70)
#412656
(65,38,86)
#543B66
(84,59,102)
#675076
(103,80,118)
#7A6586
(122,101,134)
#8D7A96
(141,122,150)
#A08FA6
(160,143,166)
#B3A4B6
(179,164,182)
#C6B9C6
(198,185,198)
#D9CED6
(217,206,214)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1146; }

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

This text font color is #2E1146.


Background Color

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

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

This div background color is #2E1146.


Border color

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

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

This div border color is #2E1146.


Opacity

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

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

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

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

This text has shadow with #2E1146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1146 on black background.


Color preview on white background

This text has color #2E1146 on white background.



Black color preview on #2E1146 background

This text has black color on #2E1146 background.


White color preview on #2E1146 background

This text has white color on #2E1146 background.