COLOR #2E2649

HEX: #2E2649
RGB: (46,38,73)

Color info

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

RGB color model

#2E2649 color RGB value is (46,38,73).

  • red value is 46;
  • green value is 38;
  • blue value is 73.
RGB:
(46,38,73)
(18%,15%,29%)

RGB channels and saturation

R 46 of 255 = 18%
G 38 of 255 = 15%
B 73 of 255 = 29%

46
38
73

R + G + B ~ 21%. #2E2649 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 38 + 73 = 157 (100%)
R 46 of 157 ~ 29.3%
G 38 of 157 ~ 24.2%
B 73 of 157 ~ 46.5%

%29.3
%24.2
%46.5

CMYK color model

#2E2649 color CMYK value is (37,48,0,71).

  • cyan value is 36.99%
  • magenta value is 47.95%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(37,48,0,71)
C37M48Y0K71 
(37%,48%,0%,71%)
(0.37/0.48/0.00/0.71)	

CMYK percentages

%36.99
%47.95
%0
%71.37

Codes

Color #2E2649 in popluar color models

2E2649
RGB463873
HSL254°31.53%21.76%
HSB/HSV254°47.95%28.63%
CMYK36.99%47.95%0.00%
71.37%

Color #2E2649 in popluar number systems.

HEX2E2649
Decimal463873
Binary1011101001101001001
Octal5646111

Shades and tints

Shades of #2E2649

#2E2649
(46,38,73)
#2A2343
(42,35,67)
#26203D
(38,32,61)
#221D37
(34,29,55)
#1E1A31
(30,26,49)
#1A172B
(26,23,43)
#161425
(22,20,37)
#12111F
(18,17,31)
#0E0E19
(14,14,25)
#0A0B13
(10,11,19)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #2E2649

#2E2649
(46,38,73)
#413959
(65,57,89)
#544C69
(84,76,105)
#675F79
(103,95,121)
#7A7289
(122,114,137)
#8D8599
(141,133,153)
#A098A9
(160,152,169)
#B3ABB9
(179,171,185)
#C6BEC9
(198,190,201)
#D9D1D9
(217,209,217)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2649; }

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

This text font color is #2E2649.


Background Color

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

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

This div background color is #2E2649.


Border color

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

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

This div border color is #2E2649.


Opacity

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

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

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

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

This text has shadow with #2E2649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2649 on black background.


Color preview on white background

This text has color #2E2649 on white background.



Black color preview on #2E2649 background

This text has black color on #2E2649 background.


White color preview on #2E2649 background

This text has white color on #2E2649 background.