COLOR #2E1527

HEX: #2E1527
RGB: (46,21,39)

Color info

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

RGB color model

#2E1527 color RGB value is (46,21,39).

  • red value is 46;
  • green value is 21;
  • blue value is 39.
RGB:
(46,21,39)
(18%,8%,15%)

RGB channels and saturation

R 46 of 255 = 18%
G 21 of 255 = 8%
B 39 of 255 = 15%

46
21
39

R + G + B ~ 14%. #2E1527 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 21 + 39 = 106 (100%)
R 46 of 106 ~ 43.4%
G 21 of 106 ~ 19.81%
B 39 of 106 ~ 36.79%

%43.4
%19.81
%36.79

CMYK color model

#2E1527 color CMYK value is (0,54,15,82).

  • cyan value is 0.00%
  • magenta value is 54.35%
  • yellow value is 15.22%
  • key color value is 81.96%
CMYK:
(0,54,15,82)
C0M54Y15K82 
(0%,54%,15%,82%)
(0.00/0.54/0.15/0.82)	

CMYK percentages

%0
%54.35
%15.22
%81.96

Codes

Color #2E1527 in popluar color models

2E1527
RGB462139
HSL317°37.31%13.14%
HSB/HSV317°54.35%18.04%
CMYK0.00%54.35%15.22%
81.96%

Color #2E1527 in popluar number systems.

HEX2E1527
Decimal462139
Binary10111010101100111
Octal562547

Shades and tints

Shades of #2E1527

#2E1527
(46,21,39)
#2A1424
(42,20,36)
#261321
(38,19,33)
#22121E
(34,18,30)
#1E111B
(30,17,27)
#1A1018
(26,16,24)
#160F15
(22,15,21)
#120E12
(18,14,18)
#0E0D0F
(14,13,15)
#0A0C0C
(10,12,12)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #2E1527

#2E1527
(46,21,39)
#412A3A
(65,42,58)
#543F4D
(84,63,77)
#675460
(103,84,96)
#7A6973
(122,105,115)
#8D7E86
(141,126,134)
#A09399
(160,147,153)
#B3A8AC
(179,168,172)
#C6BDBF
(198,189,191)
#D9D2D2
(217,210,210)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1527 color. Also use rgb(46,21,39) instead hex code.

Text Font Color

.myTextColor { color: #2E1527; }

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

This text font color is #2E1527.


Background Color

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

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

This div background color is #2E1527.


Border color

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

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

This div border color is #2E1527.


Opacity

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

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

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

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

This text has shadow with #2E1527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1527 on black background.


Color preview on white background

This text has color #2E1527 on white background.



Black color preview on #2E1527 background

This text has black color on #2E1527 background.


White color preview on #2E1527 background

This text has white color on #2E1527 background.