COLOR #2E1849

HEX: #2E1849 RGB: (46,24,73)

Color info

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

RGB color model

#2E1849 color RGB value is (46,24,73).

RGB: (46,24,73) (18%, 9%, 29%)

RGB channels and saturation

R 46 of 255 = 18%
G 24 of 255 = 9%
B 73 of 255 = 29%

46
24
73

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

Portions of RGB colors in percentages

R + G + B = 46 + 24 + 73 = 143 (100%)
R 46 of 143 ~ 32.17%
G 24 of 143 ~ 16.78%
B 73 of 143 ~ 51.05'%

%32.17
%16.78
%51.05

CMYK color model

#2E1849 color CMYK value is (37,67,0,71).

  • cyan value is 36.99%
  • magenta value is 67.12%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (37,67,0,71)
C37M67Y0K71 (37%, 67%, 0%, 71%)
(0.37 / 0.67 / 0.00 / 0.71)

CMYK percentages

%36.99
%67.12
%0
%71.37

Codes

Color #2E1849 in popluar color models

2E 18 49
RGB 46 24 73
HSL 267° 50.52% 19.02%
HSB/HSV 267° 67.12% 28.63%
CMYK 36.99% 67.12% 0.00%
71.37%

Color #2E1849 in popluar number systems.

HEX 2E 18 49
Decimal 46 24 73
Binary 101110 11000 1001001
Octal 56 30 111

Shades and tints

Shades of #2E1849

#2E1849
(46,24,73)
#2A1643
(42,22,67)
#26143D
(38,20,61)
#221237
(34,18,55)
#1E1031
(30,16,49)
#1A0E2B
(26,14,43)
#160C25
(22,12,37)
#120A1F
(18,10,31)
#0E0819
(14,8,25)
#0A0613
(10,6,19)
#06040D
(6,4,13)
#000000
(0,0,0)

Tints of #2E1849

#2E1849
(46,24,73)
#412D59
(65,45,89)
#544269
(84,66,105)
#675779
(103,87,121)
#7A6C89
(122,108,137)
#8D8199
(141,129,153)
#A096A9
(160,150,169)
#B3ABB9
(179,171,185)
#C6C0C9
(198,192,201)
#D9D5D9
(217,213,217)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1849; }

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

This text font color is #2E1849.

Background Color

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

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

This div background color is #2E1849.

Border color

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

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

This div border color is #2E1849.

Opacity

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

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

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

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

This text has shadow with #2E1849 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E1849.

Preview

Color preview on black background

This text has color #2E1849 on black background.


Color preview on white background

This text has color #2E1849 on white background.


Black color preview on #2E1849 background

This text has black color on #2E1849 background.


White color preview on #2E1849 background

This text has white color on #2E1849 background.


Related colors

Complementary color

Complementary color for #hex is #D1E7B6.


I love getcolorcode.com

Triadic colors

1 #492E18 and #18492E with #2E1849 are triadic colors.

2 #49182E and #182E49 with #2E1849 are triadic colors.