COLOR #2E1617

HEX: #2E1617
RGB: (46,22,23)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
22
23

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

Portions of RGB colors in percentages

R + G + B =
46 + 22 + 23 = 91 (100%)
R 46 of 91 ~ 50.55%
G 22 of 91 ~ 24.18%
B 23 of 91 ~ 25.27%

%50.55
%24.18
%25.27

CMYK color model

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

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

CMYK percentages

%0
%52.17
%50
%81.96

Codes

Color #2E1617 in popluar color models

2E1617
RGB462223
HSL358°35.29%13.33%
HSB/HSV358°52.17%18.04%
CMYK0.00%52.17%50.00%
81.96%

Color #2E1617 in popluar number systems.

HEX2E1617
Decimal462223
Binary1011101011010111
Octal562627

Shades and tints

Shades of #2E1617

#2E1617
(46,22,23)
#2A1415
(42,20,21)
#261213
(38,18,19)
#221011
(34,16,17)
#1E0E0F
(30,14,15)
#1A0C0D
(26,12,13)
#160A0B
(22,10,11)
#120809
(18,8,9)
#0E0607
(14,6,7)
#0A0405
(10,4,5)
#060203
(6,2,3)
#000000
(0,0,0)

Tints of #2E1617

#2E1617
(46,22,23)
#412B2C
(65,43,44)
#544041
(84,64,65)
#675556
(103,85,86)
#7A6A6B
(122,106,107)
#8D7F80
(141,127,128)
#A09495
(160,148,149)
#B3A9AA
(179,169,170)
#C6BEBF
(198,190,191)
#D9D3D4
(217,211,212)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1617; }

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

This text font color is #2E1617.


Background Color

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

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

This div background color is #2E1617.


Border color

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

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

This div border color is #2E1617.


Opacity

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

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

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

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

This text has shadow with #2E1617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1617 on black background.


Color preview on white background

This text has color #2E1617 on white background.



Black color preview on #2E1617 background

This text has black color on #2E1617 background.


White color preview on #2E1617 background

This text has white color on #2E1617 background.