COLOR #2E1738

HEX: #2E1738
RGB: (46,23,56)

Color info

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

RGB color model

#2E1738 color RGB value is (46,23,56).

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

RGB channels and saturation

R 46 of 255 = 18%
G 23 of 255 = 9%
B 56 of 255 = 22%

46
23
56

R + G + B ~ 16%. #2E1738 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 23 + 56 = 125 (100%)
R 46 of 125 ~ 36.8%
G 23 of 125 ~ 18.4%
B 56 of 125 ~ 44.8%

%36.8
%18.4
%44.8

CMYK color model

#2E1738 color CMYK value is (18,59,0,78).

  • cyan value is 17.86%
  • magenta value is 58.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(18,59,0,78)
C18M59Y0K78 
(18%,59%,0%,78%)
(0.18/0.59/0.00/0.78)	

CMYK percentages

%17.86
%58.93
%0
%78.04

Codes

Color #2E1738 in popluar color models

2E1738
RGB462356
HSL282°41.77%15.49%
HSB/HSV282°58.93%21.96%
CMYK17.86%58.93%0.00%
78.04%

Color #2E1738 in popluar number systems.

HEX2E1738
Decimal462356
Binary10111010111111000
Octal562770

Shades and tints

Shades of #2E1738

#2E1738
(46,23,56)
#2A1533
(42,21,51)
#26132E
(38,19,46)
#221129
(34,17,41)
#1E0F24
(30,15,36)
#1A0D1F
(26,13,31)
#160B1A
(22,11,26)
#120915
(18,9,21)
#0E0710
(14,7,16)
#0A050B
(10,5,11)
#060306
(6,3,6)
#000000
(0,0,0)

Tints of #2E1738

#2E1738
(46,23,56)
#412C4A
(65,44,74)
#54415C
(84,65,92)
#67566E
(103,86,110)
#7A6B80
(122,107,128)
#8D8092
(141,128,146)
#A095A4
(160,149,164)
#B3AAB6
(179,170,182)
#C6BFC8
(198,191,200)
#D9D4DA
(217,212,218)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1738; }

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

This text font color is #2E1738.


Background Color

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

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

This div background color is #2E1738.


Border color

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

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

This div border color is #2E1738.


Opacity

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

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

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

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

This text has shadow with #2E1738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1738 on black background.


Color preview on white background

This text has color #2E1738 on white background.



Black color preview on #2E1738 background

This text has black color on #2E1738 background.


White color preview on #2E1738 background

This text has white color on #2E1738 background.