COLOR #2E461D

HEX: #2E461D
RGB: (46,70,29)

Color info

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

RGB color model

#2E461D color RGB value is (46,70,29).

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

RGB channels and saturation

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

46
70
29

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

Portions of RGB colors in percentages

R + G + B =
46 + 70 + 29 = 145 (100%)
R 46 of 145 ~ 31.72%
G 70 of 145 ~ 48.28%
B 29 of 145 ~ 20%

%31.72
%48.28
%20

CMYK color model

#2E461D color CMYK value is (34,0,59,73).

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 58.57%
  • key color value is 72.55%
CMYK:
(34,0,59,73)
C34M0Y59K73 
(34%,0%,59%,73%)
(0.34/0.00/0.59/0.73)	

CMYK percentages

%34.29
%0
%58.57
%72.55

Codes

Color #2E461D in popluar color models

2E461D
RGB467029
HSL95°41.41%19.41%
HSB/HSV95°58.57%27.45%
CMYK34.29%0.00%58.57%
72.55%

Color #2E461D in popluar number systems.

HEX2E461D
Decimal467029
Binary101110100011011101
Octal5610635

Shades and tints

Shades of #2E461D

#2E461D
(46,70,29)
#2A401B
(42,64,27)
#263A19
(38,58,25)
#223417
(34,52,23)
#1E2E15
(30,46,21)
#1A2813
(26,40,19)
#162211
(22,34,17)
#121C0F
(18,28,15)
#0E160D
(14,22,13)
#0A100B
(10,16,11)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #2E461D

#2E461D
(46,70,29)
#415631
(65,86,49)
#546645
(84,102,69)
#677659
(103,118,89)
#7A866D
(122,134,109)
#8D9681
(141,150,129)
#A0A695
(160,166,149)
#B3B6A9
(179,182,169)
#C6C6BD
(198,198,189)
#D9D6D1
(217,214,209)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E461D; }

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

This text font color is #2E461D.


Background Color

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

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

This div background color is #2E461D.


Border color

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

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

This div border color is #2E461D.


Opacity

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

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

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

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

This text has shadow with #2E461D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E461D on black background.


Color preview on white background

This text has color #2E461D on white background.



Black color preview on #2E461D background

This text has black color on #2E461D background.


White color preview on #2E461D background

This text has white color on #2E461D background.