COLOR #2E1B2B

HEX: #2E1B2B
RGB: (46,27,43)

Color info

#2E1B2B contains red, green and blue colors in about the same proportion. Web safe color of #2E1B2B is #333333 (or #333).

RGB color model

#2E1B2B color RGB value is (46,27,43).

  • red value is 46;
  • green value is 27;
  • blue value is 43.
RGB:
(46,27,43)
(18%,11%,17%)

RGB channels and saturation

R 46 of 255 = 18%
G 27 of 255 = 11%
B 43 of 255 = 17%

46
27
43

R + G + B ~ 15%. #2E1B2B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 27 + 43 = 116 (100%)
R 46 of 116 ~ 39.66%
G 27 of 116 ~ 23.28%
B 43 of 116 ~ 37.07%

%39.66
%23.28
%37.07

CMYK color model

#2E1B2B color CMYK value is (0,41,7,82).

  • cyan value is 0.00%
  • magenta value is 41.30%
  • yellow value is 6.52%
  • key color value is 81.96%
CMYK:
(0,41,7,82)
C0M41Y7K82 
(0%,41%,7%,82%)
(0.00/0.41/0.07/0.82)	

CMYK percentages

%0
%41.3
%6.52
%81.96

Codes

Color #2E1B2B in popluar color models

2E1B2B
RGB462743
HSL309°26.03%14.31%
HSB/HSV309°41.30%18.04%
CMYK0.00%41.30%6.52%
81.96%

Color #2E1B2B in popluar number systems.

HEX2E1B2B
Decimal462743
Binary10111011011101011
Octal563353

Shades and tints

Shades of #2E1B2B

#2E1B2B
(46,27,43)
#2A1928
(42,25,40)
#261725
(38,23,37)
#221522
(34,21,34)
#1E131F
(30,19,31)
#1A111C
(26,17,28)
#160F19
(22,15,25)
#120D16
(18,13,22)
#0E0B13
(14,11,19)
#0A0910
(10,9,16)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #2E1B2B

#2E1B2B
(46,27,43)
#412F3E
(65,47,62)
#544351
(84,67,81)
#675764
(103,87,100)
#7A6B77
(122,107,119)
#8D7F8A
(141,127,138)
#A0939D
(160,147,157)
#B3A7B0
(179,167,176)
#C6BBC3
(198,187,195)
#D9CFD6
(217,207,214)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1B2B; }

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

This text font color is #2E1B2B.


Background Color

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

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

This div background color is #2E1B2B.


Border color

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

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

This div border color is #2E1B2B.


Opacity

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

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

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

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

This text has shadow with #2E1B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1B2B on black background.


Color preview on white background

This text has color #2E1B2B on white background.



Black color preview on #2E1B2B background

This text has black color on #2E1B2B background.


White color preview on #2E1B2B background

This text has white color on #2E1B2B background.