COLOR #2E2146

HEX: #2E2146
RGB: (46,33,70)

Color info

#2E2146 contains red, green and blue colors in about the same proportion. Web safe color of #2E2146 is #333333 (or #333).

RGB color model

#2E2146 color RGB value is (46,33,70).

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

RGB channels and saturation

R 46 of 255 = 18%
G 33 of 255 = 13%
B 70 of 255 = 27%

46
33
70

R + G + B ~ 19%. #2E2146 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 33 + 70 = 149 (100%)
R 46 of 149 ~ 30.87%
G 33 of 149 ~ 22.15%
B 70 of 149 ~ 46.98%

%30.87
%22.15
%46.98

CMYK color model

#2E2146 color CMYK value is (34,53,0,73).

  • cyan value is 34.29%
  • magenta value is 52.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(34,53,0,73)
C34M53Y0K73 
(34%,53%,0%,73%)
(0.34/0.53/0.00/0.73)	

CMYK percentages

%34.29
%52.86
%0
%72.55

Codes

Color #2E2146 in popluar color models

2E2146
RGB463370
HSL261°35.92%20.20%
HSB/HSV261°52.86%27.45%
CMYK34.29%52.86%0.00%
72.55%

Color #2E2146 in popluar number systems.

HEX2E2146
Decimal463370
Binary1011101000011000110
Octal5641106

Shades and tints

Shades of #2E2146

#2E2146
(46,33,70)
#2A1E40
(42,30,64)
#261B3A
(38,27,58)
#221834
(34,24,52)
#1E152E
(30,21,46)
#1A1228
(26,18,40)
#160F22
(22,15,34)
#120C1C
(18,12,28)
#0E0916
(14,9,22)
#0A0610
(10,6,16)
#06030A
(6,3,10)
#000000
(0,0,0)

Tints of #2E2146

#2E2146
(46,33,70)
#413556
(65,53,86)
#544966
(84,73,102)
#675D76
(103,93,118)
#7A7186
(122,113,134)
#8D8596
(141,133,150)
#A099A6
(160,153,166)
#B3ADB6
(179,173,182)
#C6C1C6
(198,193,198)
#D9D5D6
(217,213,214)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2146; }

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

This text font color is #2E2146.


Background Color

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

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

This div background color is #2E2146.


Border color

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

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

This div border color is #2E2146.


Opacity

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

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

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

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

This text has shadow with #2E2146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2146 on black background.


Color preview on white background

This text has color #2E2146 on white background.



Black color preview on #2E2146 background

This text has black color on #2E2146 background.


White color preview on #2E2146 background

This text has white color on #2E2146 background.