COLOR #2E441F

HEX: #2E441F
RGB: (46,68,31)

Color info

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

RGB color model

#2E441F color RGB value is (46,68,31).

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

RGB channels and saturation

R 46 of 255 = 18%
G 68 of 255 = 27%
B 31 of 255 = 12%

46
68
31

R + G + B ~ 19%. #2E441F is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 68 + 31 = 145 (100%)
R 46 of 145 ~ 31.72%
G 68 of 145 ~ 46.9%
B 31 of 145 ~ 21.38%

%31.72
%46.9
%21.38

CMYK color model

#2E441F color CMYK value is (32,0,54,73).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 54.41%
  • key color value is 73.33%
CMYK:
(32,0,54,73)
C32M0Y54K73 
(32%,0%,54%,73%)
(0.32/0.00/0.54/0.73)	

CMYK percentages

%32.35
%0
%54.41
%73.33

Codes

Color #2E441F in popluar color models

2E441F
RGB466831
HSL96°37.37%19.41%
HSB/HSV96°54.41%26.67%
CMYK32.35%0.00%54.41%
73.33%

Color #2E441F in popluar number systems.

HEX2E441F
Decimal466831
Binary101110100010011111
Octal5610437

Shades and tints

Shades of #2E441F

#2E441F
(46,68,31)
#2A3E1D
(42,62,29)
#26381B
(38,56,27)
#223219
(34,50,25)
#1E2C17
(30,44,23)
#1A2615
(26,38,21)
#162013
(22,32,19)
#121A11
(18,26,17)
#0E140F
(14,20,15)
#0A0E0D
(10,14,13)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #2E441F

#2E441F
(46,68,31)
#415533
(65,85,51)
#546647
(84,102,71)
#67775B
(103,119,91)
#7A886F
(122,136,111)
#8D9983
(141,153,131)
#A0AA97
(160,170,151)
#B3BBAB
(179,187,171)
#C6CCBF
(198,204,191)
#D9DDD3
(217,221,211)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E441F; }

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

This text font color is #2E441F.


Background Color

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

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

This div background color is #2E441F.


Border color

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

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

This div border color is #2E441F.


Opacity

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

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

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

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

This text has shadow with #2E441F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E441F on black background.


Color preview on white background

This text has color #2E441F on white background.



Black color preview on #2E441F background

This text has black color on #2E441F background.


White color preview on #2E441F background

This text has white color on #2E441F background.