COLOR #2E311B

HEX: #2E311B
RGB: (46,49,27)

Color info

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

RGB color model

#2E311B color RGB value is (46,49,27).

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

RGB channels and saturation

R 46 of 255 = 18%
G 49 of 255 = 19%
B 27 of 255 = 11%

46
49
27

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

Portions of RGB colors in percentages

R + G + B =
46 + 49 + 27 = 122 (100%)
R 46 of 122 ~ 37.7%
G 49 of 122 ~ 40.16%
B 27 of 122 ~ 22.13%

%37.7
%40.16
%22.13

CMYK color model

#2E311B color CMYK value is (6,0,45,81).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 44.90%
  • key color value is 80.78%
CMYK:
(6,0,45,81)
C6M0Y45K81 
(6%,0%,45%,81%)
(0.06/0.00/0.45/0.81)	

CMYK percentages

%6.12
%0
%44.9
%80.78

Codes

Color #2E311B in popluar color models

2E311B
RGB464927
HSL68°28.95%14.90%
HSB/HSV68°44.90%19.22%
CMYK6.12%0.00%44.90%
80.78%

Color #2E311B in popluar number systems.

HEX2E311B
Decimal464927
Binary10111011000111011
Octal566133

Shades and tints

Shades of #2E311B

#2E311B
(46,49,27)
#2A2D19
(42,45,25)
#262917
(38,41,23)
#222515
(34,37,21)
#1E2113
(30,33,19)
#1A1D11
(26,29,17)
#16190F
(22,25,15)
#12150D
(18,21,13)
#0E110B
(14,17,11)
#0A0D09
(10,13,9)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #2E311B

#2E311B
(46,49,27)
#41432F
(65,67,47)
#545543
(84,85,67)
#676757
(103,103,87)
#7A796B
(122,121,107)
#8D8B7F
(141,139,127)
#A09D93
(160,157,147)
#B3AFA7
(179,175,167)
#C6C1BB
(198,193,187)
#D9D3CF
(217,211,207)
#ECE5E3
(236,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E311B; }

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

This text font color is #2E311B.


Background Color

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

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

This div background color is #2E311B.


Border color

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

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

This div border color is #2E311B.


Opacity

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

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

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

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

This text has shadow with #2E311B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E311B on black background.


Color preview on white background

This text has color #2E311B on white background.



Black color preview on #2E311B background

This text has black color on #2E311B background.


White color preview on #2E311B background

This text has white color on #2E311B background.