COLOR #2E1C37

HEX: #2E1C37
RGB: (46,28,55)

Color info

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

RGB color model

#2E1C37 color RGB value is (46,28,55).

  • red value is 46;
  • green value is 28;
  • blue value is 55.
RGB:
(46,28,55)
(18%,11%,22%)

RGB channels and saturation

R 46 of 255 = 18%
G 28 of 255 = 11%
B 55 of 255 = 22%

46
28
55

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

Portions of RGB colors in percentages

R + G + B =
46 + 28 + 55 = 129 (100%)
R 46 of 129 ~ 35.66%
G 28 of 129 ~ 21.71%
B 55 of 129 ~ 42.64%

%35.66
%21.71
%42.64

CMYK color model

#2E1C37 color CMYK value is (16,49,0,78).

  • cyan value is 16.36%
  • magenta value is 49.09%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(16,49,0,78)
C16M49Y0K78 
(16%,49%,0%,78%)
(0.16/0.49/0.00/0.78)	

CMYK percentages

%16.36
%49.09
%0
%78.43

Codes

Color #2E1C37 in popluar color models

2E1C37
RGB462855
HSL280°32.53%16.27%
HSB/HSV280°49.09%21.57%
CMYK16.36%49.09%0.00%
78.43%

Color #2E1C37 in popluar number systems.

HEX2E1C37
Decimal462855
Binary10111011100110111
Octal563467

Shades and tints

Shades of #2E1C37

#2E1C37
(46,28,55)
#2A1A32
(42,26,50)
#26182D
(38,24,45)
#221628
(34,22,40)
#1E1423
(30,20,35)
#1A121E
(26,18,30)
#161019
(22,16,25)
#120E14
(18,14,20)
#0E0C0F
(14,12,15)
#0A0A0A
(10,10,10)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #2E1C37

#2E1C37
(46,28,55)
#413049
(65,48,73)
#54445B
(84,68,91)
#67586D
(103,88,109)
#7A6C7F
(122,108,127)
#8D8091
(141,128,145)
#A094A3
(160,148,163)
#B3A8B5
(179,168,181)
#C6BCC7
(198,188,199)
#D9D0D9
(217,208,217)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1C37 color. Also use rgb(46,28,55) instead hex code.

Text Font Color

.myTextColor { color: #2E1C37; }

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

This text font color is #2E1C37.


Background Color

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

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

This div background color is #2E1C37.


Border color

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

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

This div border color is #2E1C37.


Opacity

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

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

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

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

This text has shadow with #2E1C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1C37 on black background.


Color preview on white background

This text has color #2E1C37 on white background.



Black color preview on #2E1C37 background

This text has black color on #2E1C37 background.


White color preview on #2E1C37 background

This text has white color on #2E1C37 background.