COLOR #2E371B

HEX: #2E371B
RGB: (46,55,27)

Color info

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

RGB color model

#2E371B color RGB value is (46,55,27).

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

RGB channels and saturation

R 46 of 255 = 18%
G 55 of 255 = 22%
B 27 of 255 = 11%

46
55
27

R + G + B ~ 17%. #2E371B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 55 + 27 = 128 (100%)
R 46 of 128 ~ 35.94%
G 55 of 128 ~ 42.97%
B 27 of 128 ~ 21.09%

%35.94
%42.97
%21.09

CMYK color model

#2E371B color CMYK value is (16,0,51,78).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 50.91%
  • key color value is 78.43%
CMYK:
(16,0,51,78)
C16M0Y51K78 
(16%,0%,51%,78%)
(0.16/0.00/0.51/0.78)	

CMYK percentages

%16.36
%0
%50.91
%78.43

Codes

Color #2E371B in popluar color models

2E371B
RGB465527
HSL79°34.15%16.08%
HSB/HSV79°50.91%21.57%
CMYK16.36%0.00%50.91%
78.43%

Color #2E371B in popluar number systems.

HEX2E371B
Decimal465527
Binary10111011011111011
Octal566733

Shades and tints

Shades of #2E371B

#2E371B
(46,55,27)
#2A3219
(42,50,25)
#262D17
(38,45,23)
#222815
(34,40,21)
#1E2313
(30,35,19)
#1A1E11
(26,30,17)
#16190F
(22,25,15)
#12140D
(18,20,13)
#0E0F0B
(14,15,11)
#0A0A09
(10,10,9)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #2E371B

#2E371B
(46,55,27)
#41492F
(65,73,47)
#545B43
(84,91,67)
#676D57
(103,109,87)
#7A7F6B
(122,127,107)
#8D917F
(141,145,127)
#A0A393
(160,163,147)
#B3B5A7
(179,181,167)
#C6C7BB
(198,199,187)
#D9D9CF
(217,217,207)
#ECEBE3
(236,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E371B; }

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

This text font color is #2E371B.


Background Color

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

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

This div background color is #2E371B.


Border color

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

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

This div border color is #2E371B.


Opacity

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

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

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

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

This text has shadow with #2E371B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E371B on black background.


Color preview on white background

This text has color #2E371B on white background.



Black color preview on #2E371B background

This text has black color on #2E371B background.


White color preview on #2E371B background

This text has white color on #2E371B background.