COLOR #2E1646

HEX: #2E1646
RGB: (46,22,70)

Color info

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

RGB color model

#2E1646 color RGB value is (46,22,70).

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

RGB channels and saturation

R 46 of 255 = 18%
G 22 of 255 = 9%
B 70 of 255 = 27%

46
22
70

R + G + B ~ 18%. #2E1646 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 22 + 70 = 138 (100%)
R 46 of 138 ~ 33.33%
G 22 of 138 ~ 15.94%
B 70 of 138 ~ 50.72%

%33.33
%15.94
%50.72

CMYK color model

#2E1646 color CMYK value is (34,69,0,73).

  • cyan value is 34.29%
  • magenta value is 68.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(34,69,0,73)
C34M69Y0K73 
(34%,69%,0%,73%)
(0.34/0.69/0.00/0.73)	

CMYK percentages

%34.29
%68.57
%0
%72.55

Codes

Color #2E1646 in popluar color models

2E1646
RGB462270
HSL270°52.17%18.04%
HSB/HSV270°68.57%27.45%
CMYK34.29%68.57%0.00%
72.55%

Color #2E1646 in popluar number systems.

HEX2E1646
Decimal462270
Binary101110101101000110
Octal5626106

Shades and tints

Shades of #2E1646

#2E1646
(46,22,70)
#2A1440
(42,20,64)
#26123A
(38,18,58)
#221034
(34,16,52)
#1E0E2E
(30,14,46)
#1A0C28
(26,12,40)
#160A22
(22,10,34)
#12081C
(18,8,28)
#0E0616
(14,6,22)
#0A0410
(10,4,16)
#06020A
(6,2,10)
#000000
(0,0,0)

Tints of #2E1646

#2E1646
(46,22,70)
#412B56
(65,43,86)
#544066
(84,64,102)
#675576
(103,85,118)
#7A6A86
(122,106,134)
#8D7F96
(141,127,150)
#A094A6
(160,148,166)
#B3A9B6
(179,169,182)
#C6BEC6
(198,190,198)
#D9D3D6
(217,211,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1646; }

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

This text font color is #2E1646.


Background Color

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

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

This div background color is #2E1646.


Border color

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

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

This div border color is #2E1646.


Opacity

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

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

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

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

This text has shadow with #2E1646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1646 on black background.


Color preview on white background

This text has color #2E1646 on white background.



Black color preview on #2E1646 background

This text has black color on #2E1646 background.


White color preview on #2E1646 background

This text has white color on #2E1646 background.