COLOR #2E311F

HEX: #2E311F
RGB: (46,49,31)

Color info

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

RGB color model

#2E311F color RGB value is (46,49,31).

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

RGB channels and saturation

R 46 of 255 = 18%
G 49 of 255 = 19%
B 31 of 255 = 12%

46
49
31

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

Portions of RGB colors in percentages

R + G + B =
46 + 49 + 31 = 126 (100%)
R 46 of 126 ~ 36.51%
G 49 of 126 ~ 38.89%
B 31 of 126 ~ 24.6%

%36.51
%38.89
%24.6

CMYK color model

#2E311F color CMYK value is (6,0,37,81).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 36.73%
  • key color value is 80.78%
CMYK:
(6,0,37,81)
C6M0Y37K81 
(6%,0%,37%,81%)
(0.06/0.00/0.37/0.81)	

CMYK percentages

%6.12
%0
%36.73
%80.78

Codes

Color #2E311F in popluar color models

2E311F
RGB464931
HSL70°22.50%15.69%
HSB/HSV70°36.73%19.22%
CMYK6.12%0.00%36.73%
80.78%

Color #2E311F in popluar number systems.

HEX2E311F
Decimal464931
Binary10111011000111111
Octal566137

Shades and tints

Shades of #2E311F

#2E311F
(46,49,31)
#2A2D1D
(42,45,29)
#26291B
(38,41,27)
#222519
(34,37,25)
#1E2117
(30,33,23)
#1A1D15
(26,29,21)
#161913
(22,25,19)
#121511
(18,21,17)
#0E110F
(14,17,15)
#0A0D0D
(10,13,13)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #2E311F

#2E311F
(46,49,31)
#414333
(65,67,51)
#545547
(84,85,71)
#67675B
(103,103,91)
#7A796F
(122,121,111)
#8D8B83
(141,139,131)
#A09D97
(160,157,151)
#B3AFAB
(179,175,171)
#C6C1BF
(198,193,191)
#D9D3D3
(217,211,211)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E311F; }

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

This text font color is #2E311F.


Background Color

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

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

This div background color is #2E311F.


Border color

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

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

This div border color is #2E311F.


Opacity

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

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

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

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

This text has shadow with #2E311F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E311F on black background.


Color preview on white background

This text has color #2E311F on white background.



Black color preview on #2E311F background

This text has black color on #2E311F background.


White color preview on #2E311F background

This text has white color on #2E311F background.