COLOR #2E1F2F

HEX: #2E1F2F
RGB: (46,31,47)

Color info

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

RGB color model

#2E1F2F color RGB value is (46,31,47).

  • red value is 46;
  • green value is 31;
  • blue value is 47.
RGB:
(46,31,47)
(18%,12%,18%)

RGB channels and saturation

R 46 of 255 = 18%
G 31 of 255 = 12%
B 47 of 255 = 18%

46
31
47

R + G + B ~ 16%. #2E1F2F is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 31 + 47 = 124 (100%)
R 46 of 124 ~ 37.1%
G 31 of 124 ~ 25%
B 47 of 124 ~ 37.9%

%37.1
%25
%37.9

CMYK color model

#2E1F2F color CMYK value is (2,34,0,82).

  • cyan value is 2.13%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(2,34,0,82)
C2M34Y0K82 
(2%,34%,0%,82%)
(0.02/0.34/0.00/0.82)	

CMYK percentages

%2.13
%34.04
%0
%81.57

Codes

Color #2E1F2F in popluar color models

2E1F2F
RGB463147
HSL296°20.51%15.29%
HSB/HSV296°34.04%18.43%
CMYK2.13%34.04%0.00%
81.57%

Color #2E1F2F in popluar number systems.

HEX2E1F2F
Decimal463147
Binary10111011111101111
Octal563757

Shades and tints

Shades of #2E1F2F

#2E1F2F
(46,31,47)
#2A1D2B
(42,29,43)
#261B27
(38,27,39)
#221923
(34,25,35)
#1E171F
(30,23,31)
#1A151B
(26,21,27)
#161317
(22,19,23)
#121113
(18,17,19)
#0E0F0F
(14,15,15)
#0A0D0B
(10,13,11)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #2E1F2F

#2E1F2F
(46,31,47)
#413341
(65,51,65)
#544753
(84,71,83)
#675B65
(103,91,101)
#7A6F77
(122,111,119)
#8D8389
(141,131,137)
#A0979B
(160,151,155)
#B3ABAD
(179,171,173)
#C6BFBF
(198,191,191)
#D9D3D1
(217,211,209)
#ECE7E3
(236,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1F2F color. Also use rgb(46,31,47) instead hex code.

Text Font Color

.myTextColor { color: #2E1F2F; }

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

This text font color is #2E1F2F.


Background Color

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

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

This div background color is #2E1F2F.


Border color

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

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

This div border color is #2E1F2F.


Opacity

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

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

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

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

This text has shadow with #2E1F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1F2F on black background.


Color preview on white background

This text has color #2E1F2F on white background.



Black color preview on #2E1F2F background

This text has black color on #2E1F2F background.


White color preview on #2E1F2F background

This text has white color on #2E1F2F background.