COLOR #2E1717

HEX: #2E1717
RGB: (46,23,23)

Color info

#2E1717 contains red, green and blue colors in about the same proportion. Web safe color of #2E1717 is #330000 (or #300).

RGB color model

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

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

RGB channels and saturation

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

46
23
23

R + G + B ~ 12%. #2E1717 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 23 + 23 = 92 (100%)
R 46 of 92 ~ 50%
G 23 of 92 ~ 25%
B 23 of 92 ~ 25%

%50
%25
%25

CMYK color model

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

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

CMYK percentages

%0
%50
%50
%81.96

Codes

Color #2E1717 in popluar color models

2E1717
RGB462323
HSL33.33%13.53%
HSB/HSV50.00%18.04%
CMYK0.00%50.00%50.00%
81.96%

Color #2E1717 in popluar number systems.

HEX2E1717
Decimal462323
Binary1011101011110111
Octal562727

Shades and tints

Shades of #2E1717

#2E1717
(46,23,23)
#2A1515
(42,21,21)
#261313
(38,19,19)
#221111
(34,17,17)
#1E0F0F
(30,15,15)
#1A0D0D
(26,13,13)
#160B0B
(22,11,11)
#120909
(18,9,9)
#0E0707
(14,7,7)
#0A0505
(10,5,5)
#060303
(6,3,3)
#000000
(0,0,0)

Tints of #2E1717

#2E1717
(46,23,23)
#412C2C
(65,44,44)
#544141
(84,65,65)
#675656
(103,86,86)
#7A6B6B
(122,107,107)
#8D8080
(141,128,128)
#A09595
(160,149,149)
#B3AAAA
(179,170,170)
#C6BFBF
(198,191,191)
#D9D4D4
(217,212,212)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1717; }

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

This text font color is #2E1717.


Background Color

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

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

This div background color is #2E1717.


Border color

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

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

This div border color is #2E1717.


Opacity

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

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

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

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

This text has shadow with #2E1717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1717 on black background.


Color preview on white background

This text has color #2E1717 on white background.



Black color preview on #2E1717 background

This text has black color on #2E1717 background.


White color preview on #2E1717 background

This text has white color on #2E1717 background.