COLOR #2E181A

HEX: #2E181A
RGB: (46,24,26)

Color info

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

RGB color model

#2E181A color RGB value is (46,24,26).

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

RGB channels and saturation

R 46 of 255 = 18%
G 24 of 255 = 9%
B 26 of 255 = 10%

46
24
26

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

Portions of RGB colors in percentages

R + G + B =
46 + 24 + 26 = 96 (100%)
R 46 of 96 ~ 47.92%
G 24 of 96 ~ 25%
B 26 of 96 ~ 27.08%

%47.92
%25
%27.08

CMYK color model

#2E181A color CMYK value is (0,48,43,82).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 43.48%
  • key color value is 81.96%
CMYK:
(0,48,43,82)
C0M48Y43K82 
(0%,48%,43%,82%)
(0.00/0.48/0.43/0.82)	

CMYK percentages

%0
%47.83
%43.48
%81.96

Codes

Color #2E181A in popluar color models

2E181A
RGB462426
HSL355°31.43%13.73%
HSB/HSV355°47.83%18.04%
CMYK0.00%47.83%43.48%
81.96%

Color #2E181A in popluar number systems.

HEX2E181A
Decimal462426
Binary1011101100011010
Octal563032

Shades and tints

Shades of #2E181A

#2E181A
(46,24,26)
#2A1618
(42,22,24)
#261416
(38,20,22)
#221214
(34,18,20)
#1E1012
(30,16,18)
#1A0E10
(26,14,16)
#160C0E
(22,12,14)
#120A0C
(18,10,12)
#0E080A
(14,8,10)
#0A0608
(10,6,8)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #2E181A

#2E181A
(46,24,26)
#412D2E
(65,45,46)
#544242
(84,66,66)
#675756
(103,87,86)
#7A6C6A
(122,108,106)
#8D817E
(141,129,126)
#A09692
(160,150,146)
#B3ABA6
(179,171,166)
#C6C0BA
(198,192,186)
#D9D5CE
(217,213,206)
#ECEAE2
(236,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E181A; }

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

This text font color is #2E181A.


Background Color

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

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

This div background color is #2E181A.


Border color

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

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

This div border color is #2E181A.


Opacity

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

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

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

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

This text has shadow with #2E181A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E181A on black background.


Color preview on white background

This text has color #2E181A on white background.



Black color preview on #2E181A background

This text has black color on #2E181A background.


White color preview on #2E181A background

This text has white color on #2E181A background.