COLOR #2E1709

HEX: #2E1709
RGB: (46,23,9)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
23
9

R + G + B ~ 10%. #2E1709 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 23 + 9 = 78 (100%)
R 46 of 78 ~ 58.97%
G 23 of 78 ~ 29.49%
B 9 of 78 ~ 11.54%

%58.97
%29.49
%11.54

CMYK color model

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

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

CMYK percentages

%0
%50
%80.43
%81.96

Codes

Color #2E1709 in popluar color models

2E1709
RGB46239
HSL23°67.27%10.78%
HSB/HSV23°80.43%18.04%
CMYK0.00%50.00%80.43%
81.96%

Color #2E1709 in popluar number systems.

HEX2E1709
Decimal46239
Binary101110101111001
Octal562711

Shades and tints

Shades of #2E1709

#2E1709
(46,23,9)
#2A1509
(42,21,9)
#261309
(38,19,9)
#221109
(34,17,9)
#1E0F09
(30,15,9)
#1A0D09
(26,13,9)
#160B09
(22,11,9)
#120909
(18,9,9)
#0E0709
(14,7,9)
#0A0509
(10,5,9)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #2E1709

#2E1709
(46,23,9)
#412C1F
(65,44,31)
#544135
(84,65,53)
#67564B
(103,86,75)
#7A6B61
(122,107,97)
#8D8077
(141,128,119)
#A0958D
(160,149,141)
#B3AAA3
(179,170,163)
#C6BFB9
(198,191,185)
#D9D4CF
(217,212,207)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1709; }

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

This text font color is #2E1709.


Background Color

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

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

This div background color is #2E1709.


Border color

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

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

This div border color is #2E1709.


Opacity

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

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

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

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

This text has shadow with #2E1709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1709 on black background.


Color preview on white background

This text has color #2E1709 on white background.



Black color preview on #2E1709 background

This text has black color on #2E1709 background.


White color preview on #2E1709 background

This text has white color on #2E1709 background.