COLOR #2E441D

HEX: #2E441D
RGB: (46,68,29)

Color info

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

RGB color model

#2E441D color RGB value is (46,68,29).

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

RGB channels and saturation

R 46 of 255 = 18%
G 68 of 255 = 27%
B 29 of 255 = 11%

46
68
29

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

Portions of RGB colors in percentages

R + G + B =
46 + 68 + 29 = 143 (100%)
R 46 of 143 ~ 32.17%
G 68 of 143 ~ 47.55%
B 29 of 143 ~ 20.28%

%32.17
%47.55
%20.28

CMYK color model

#2E441D color CMYK value is (32,0,57,73).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 57.35%
  • key color value is 73.33%
CMYK:
(32,0,57,73)
C32M0Y57K73 
(32%,0%,57%,73%)
(0.32/0.00/0.57/0.73)	

CMYK percentages

%32.35
%0
%57.35
%73.33

Codes

Color #2E441D in popluar color models

2E441D
RGB466829
HSL94°40.21%19.02%
HSB/HSV94°57.35%26.67%
CMYK32.35%0.00%57.35%
73.33%

Color #2E441D in popluar number systems.

HEX2E441D
Decimal466829
Binary101110100010011101
Octal5610435

Shades and tints

Shades of #2E441D

#2E441D
(46,68,29)
#2A3E1B
(42,62,27)
#263819
(38,56,25)
#223217
(34,50,23)
#1E2C15
(30,44,21)
#1A2613
(26,38,19)
#162011
(22,32,17)
#121A0F
(18,26,15)
#0E140D
(14,20,13)
#0A0E0B
(10,14,11)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #2E441D

#2E441D
(46,68,29)
#415531
(65,85,49)
#546645
(84,102,69)
#677759
(103,119,89)
#7A886D
(122,136,109)
#8D9981
(141,153,129)
#A0AA95
(160,170,149)
#B3BBA9
(179,187,169)
#C6CCBD
(198,204,189)
#D9DDD1
(217,221,209)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E441D; }

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

This text font color is #2E441D.


Background Color

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

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

This div background color is #2E441D.


Border color

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

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

This div border color is #2E441D.


Opacity

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

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

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

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

This text has shadow with #2E441D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E441D on black background.


Color preview on white background

This text has color #2E441D on white background.



Black color preview on #2E441D background

This text has black color on #2E441D background.


White color preview on #2E441D background

This text has white color on #2E441D background.