COLOR #2E1142

HEX: #2E1142
RGB: (46,17,66)

Color info

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

RGB color model

#2E1142 color RGB value is (46,17,66).

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

RGB channels and saturation

R 46 of 255 = 18%
G 17 of 255 = 7%
B 66 of 255 = 26%

46
17
66

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

Portions of RGB colors in percentages

R + G + B =
46 + 17 + 66 = 129 (100%)
R 46 of 129 ~ 35.66%
G 17 of 129 ~ 13.18%
B 66 of 129 ~ 51.16%

%35.66
%13.18
%51.16

CMYK color model

#2E1142 color CMYK value is (30,74,0,74).

  • cyan value is 30.30%
  • magenta value is 74.24%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(30,74,0,74)
C30M74Y0K74 
(30%,74%,0%,74%)
(0.30/0.74/0.00/0.74)	

CMYK percentages

%30.3
%74.24
%0
%74.12

Codes

Color #2E1142 in popluar color models

2E1142
RGB461766
HSL276°59.04%16.27%
HSB/HSV276°74.24%25.88%
CMYK30.30%74.24%0.00%
74.12%

Color #2E1142 in popluar number systems.

HEX2E1142
Decimal461766
Binary101110100011000010
Octal5621102

Shades and tints

Shades of #2E1142

#2E1142
(46,17,66)
#2A103C
(42,16,60)
#260F36
(38,15,54)
#220E30
(34,14,48)
#1E0D2A
(30,13,42)
#1A0C24
(26,12,36)
#160B1E
(22,11,30)
#120A18
(18,10,24)
#0E0912
(14,9,18)
#0A080C
(10,8,12)
#060706
(6,7,6)
#000000
(0,0,0)

Tints of #2E1142

#2E1142
(46,17,66)
#412653
(65,38,83)
#543B64
(84,59,100)
#675075
(103,80,117)
#7A6586
(122,101,134)
#8D7A97
(141,122,151)
#A08FA8
(160,143,168)
#B3A4B9
(179,164,185)
#C6B9CA
(198,185,202)
#D9CEDB
(217,206,219)
#ECE3EC
(236,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1142; }

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

This text font color is #2E1142.


Background Color

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

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

This div background color is #2E1142.


Border color

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

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

This div border color is #2E1142.


Opacity

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

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

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

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

This text has shadow with #2E1142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1142 on black background.


Color preview on white background

This text has color #2E1142 on white background.



Black color preview on #2E1142 background

This text has black color on #2E1142 background.


White color preview on #2E1142 background

This text has white color on #2E1142 background.