COLOR #2E2640

HEX: #2E2640
RGB: (46,38,64)

Color info

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

RGB color model

#2E2640 color RGB value is (46,38,64).

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

RGB channels and saturation

R 46 of 255 = 18%
G 38 of 255 = 15%
B 64 of 255 = 25%

46
38
64

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

Portions of RGB colors in percentages

R + G + B =
46 + 38 + 64 = 148 (100%)
R 46 of 148 ~ 31.08%
G 38 of 148 ~ 25.68%
B 64 of 148 ~ 43.24%

%31.08
%25.68
%43.24

CMYK color model

#2E2640 color CMYK value is (28,41,0,75).

  • cyan value is 28.13%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(28,41,0,75)
C28M41Y0K75 
(28%,41%,0%,75%)
(0.28/0.41/0.00/0.75)	

CMYK percentages

%28.13
%40.63
%0
%74.9

Codes

Color #2E2640 in popluar color models

2E2640
RGB463864
HSL258°25.49%20.00%
HSB/HSV258°40.63%25.10%
CMYK28.13%40.63%0.00%
74.90%

Color #2E2640 in popluar number systems.

HEX2E2640
Decimal463864
Binary1011101001101000000
Octal5646100

Shades and tints

Shades of #2E2640

#2E2640
(46,38,64)
#2A233B
(42,35,59)
#262036
(38,32,54)
#221D31
(34,29,49)
#1E1A2C
(30,26,44)
#1A1727
(26,23,39)
#161422
(22,20,34)
#12111D
(18,17,29)
#0E0E18
(14,14,24)
#0A0B13
(10,11,19)
#06080E
(6,8,14)
#000000
(0,0,0)

Tints of #2E2640

#2E2640
(46,38,64)
#413951
(65,57,81)
#544C62
(84,76,98)
#675F73
(103,95,115)
#7A7284
(122,114,132)
#8D8595
(141,133,149)
#A098A6
(160,152,166)
#B3ABB7
(179,171,183)
#C6BEC8
(198,190,200)
#D9D1D9
(217,209,217)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2640; }

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

This text font color is #2E2640.


Background Color

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

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

This div background color is #2E2640.


Border color

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

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

This div border color is #2E2640.


Opacity

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

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

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

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

This text has shadow with #2E2640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2640 on black background.


Color preview on white background

This text has color #2E2640 on white background.



Black color preview on #2E2640 background

This text has black color on #2E2640 background.


White color preview on #2E2640 background

This text has white color on #2E2640 background.