COLOR #2E1728

HEX: #2E1728
RGB: (46,23,40)

Color info

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

RGB color model

#2E1728 color RGB value is (46,23,40).

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

RGB channels and saturation

R 46 of 255 = 18%
G 23 of 255 = 9%
B 40 of 255 = 16%

46
23
40

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

Portions of RGB colors in percentages

R + G + B =
46 + 23 + 40 = 109 (100%)
R 46 of 109 ~ 42.2%
G 23 of 109 ~ 21.1%
B 40 of 109 ~ 36.7%

%42.2
%21.1
%36.7

CMYK color model

#2E1728 color CMYK value is (0,50,13,82).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 13.04%
  • key color value is 81.96%
CMYK:
(0,50,13,82)
C0M50Y13K82 
(0%,50%,13%,82%)
(0.00/0.50/0.13/0.82)	

CMYK percentages

%0
%50
%13.04
%81.96

Codes

Color #2E1728 in popluar color models

2E1728
RGB462340
HSL316°33.33%13.53%
HSB/HSV316°50.00%18.04%
CMYK0.00%50.00%13.04%
81.96%

Color #2E1728 in popluar number systems.

HEX2E1728
Decimal462340
Binary10111010111101000
Octal562750

Shades and tints

Shades of #2E1728

#2E1728
(46,23,40)
#2A1525
(42,21,37)
#261322
(38,19,34)
#22111F
(34,17,31)
#1E0F1C
(30,15,28)
#1A0D19
(26,13,25)
#160B16
(22,11,22)
#120913
(18,9,19)
#0E0710
(14,7,16)
#0A050D
(10,5,13)
#06030A
(6,3,10)
#000000
(0,0,0)

Tints of #2E1728

#2E1728
(46,23,40)
#412C3B
(65,44,59)
#54414E
(84,65,78)
#675661
(103,86,97)
#7A6B74
(122,107,116)
#8D8087
(141,128,135)
#A0959A
(160,149,154)
#B3AAAD
(179,170,173)
#C6BFC0
(198,191,192)
#D9D4D3
(217,212,211)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1728; }

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

This text font color is #2E1728.


Background Color

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

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

This div background color is #2E1728.


Border color

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

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

This div border color is #2E1728.


Opacity

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

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

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

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

This text has shadow with #2E1728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1728 on black background.


Color preview on white background

This text has color #2E1728 on white background.



Black color preview on #2E1728 background

This text has black color on #2E1728 background.


White color preview on #2E1728 background

This text has white color on #2E1728 background.