COLOR #2E0017

HEX: #2E0017
RGB: (46,0,23)

Color info

#2E0017 contains only red and blue colors. Web safe color of #2E0017 is #330000 (or #300).

RGB color model

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

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

RGB channels and saturation

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

46
0
23

R + G + B ~ 9%. #2E0017 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 0 + 23 = 69 (100%)
R 46 of 69 ~ 66.67%
G 0 of 69 ~ 0%
B 23 of 69 ~ 33.33%

%66.67
%33.33

CMYK color model

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

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

CMYK percentages

%0
%100
%50
%81.96

Codes

Color #2E0017 in popluar color models

2E0017
RGB46023
HSL330°100.00%9.02%
HSB/HSV330°100.00%18.04%
CMYK0.00%100.00%50.00%
81.96%

Color #2E0017 in popluar number systems.

HEX2E0017
Decimal46023
Binary101110010111
Octal56027

Shades and tints

Shades of #2E0017

#2E0017
(46,0,23)
#2A0015
(42,0,21)
#260013
(38,0,19)
#220011
(34,0,17)
#1E000F
(30,0,15)
#1A000D
(26,0,13)
#16000B
(22,0,11)
#120009
(18,0,9)
#0E0007
(14,0,7)
#0A0005
(10,0,5)
#060003
(6,0,3)
#000000
(0,0,0)

Tints of #2E0017

#2E0017
(46,0,23)
#41172C
(65,23,44)
#542E41
(84,46,65)
#674556
(103,69,86)
#7A5C6B
(122,92,107)
#8D7380
(141,115,128)
#A08A95
(160,138,149)
#B3A1AA
(179,161,170)
#C6B8BF
(198,184,191)
#D9CFD4
(217,207,212)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E0017; }

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

This text font color is #2E0017.


Background Color

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

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

This div background color is #2E0017.


Border color

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

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

This div border color is #2E0017.


Opacity

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

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

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

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

This text has shadow with #2E0017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0017 on black background.


Color preview on white background

This text has color #2E0017 on white background.



Black color preview on #2E0017 background

This text has black color on #2E0017 background.


White color preview on #2E0017 background

This text has white color on #2E0017 background.