COLOR #2E1938

HEX: #2E1938
RGB: (46,25,56)

Color info

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

RGB color model

#2E1938 color RGB value is (46,25,56).

  • red value is 46;
  • green value is 25;
  • blue value is 56.
RGB:
(46,25,56)
(18%,10%,22%)

RGB channels and saturation

R 46 of 255 = 18%
G 25 of 255 = 10%
B 56 of 255 = 22%

46
25
56

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

Portions of RGB colors in percentages

R + G + B =
46 + 25 + 56 = 127 (100%)
R 46 of 127 ~ 36.22%
G 25 of 127 ~ 19.69%
B 56 of 127 ~ 44.09%

%36.22
%19.69
%44.09

CMYK color model

#2E1938 color CMYK value is (18,55,0,78).

  • cyan value is 17.86%
  • magenta value is 55.36%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(18,55,0,78)
C18M55Y0K78 
(18%,55%,0%,78%)
(0.18/0.55/0.00/0.78)	

CMYK percentages

%17.86
%55.36
%0
%78.04

Codes

Color #2E1938 in popluar color models

2E1938
RGB462556
HSL281°38.27%15.88%
HSB/HSV281°55.36%21.96%
CMYK17.86%55.36%0.00%
78.04%

Color #2E1938 in popluar number systems.

HEX2E1938
Decimal462556
Binary10111011001111000
Octal563170

Shades and tints

Shades of #2E1938

#2E1938
(46,25,56)
#2A1733
(42,23,51)
#26152E
(38,21,46)
#221329
(34,19,41)
#1E1124
(30,17,36)
#1A0F1F
(26,15,31)
#160D1A
(22,13,26)
#120B15
(18,11,21)
#0E0910
(14,9,16)
#0A070B
(10,7,11)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #2E1938

#2E1938
(46,25,56)
#412D4A
(65,45,74)
#54415C
(84,65,92)
#67556E
(103,85,110)
#7A6980
(122,105,128)
#8D7D92
(141,125,146)
#A091A4
(160,145,164)
#B3A5B6
(179,165,182)
#C6B9C8
(198,185,200)
#D9CDDA
(217,205,218)
#ECE1EC
(236,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1938 color. Also use rgb(46,25,56) instead hex code.

Text Font Color

.myTextColor { color: #2E1938; }

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

This text font color is #2E1938.


Background Color

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

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

This div background color is #2E1938.


Border color

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

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

This div border color is #2E1938.


Opacity

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

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

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

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

This text has shadow with #2E1938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1938 on black background.


Color preview on white background

This text has color #2E1938 on white background.



Black color preview on #2E1938 background

This text has black color on #2E1938 background.


White color preview on #2E1938 background

This text has white color on #2E1938 background.