COLOR #2E451D

HEX: #2E451D
RGB: (46,69,29)

Color info

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

RGB color model

#2E451D color RGB value is (46,69,29).

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

RGB channels and saturation

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

46
69
29

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

Portions of RGB colors in percentages

R + G + B =
46 + 69 + 29 = 144 (100%)
R 46 of 144 ~ 31.94%
G 69 of 144 ~ 47.92%
B 29 of 144 ~ 20.14%

%31.94
%47.92
%20.14

CMYK color model

#2E451D color CMYK value is (33,0,58,73).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 57.97%
  • key color value is 72.94%
CMYK:
(33,0,58,73)
C33M0Y58K73 
(33%,0%,58%,73%)
(0.33/0.00/0.58/0.73)	

CMYK percentages

%33.33
%0
%57.97
%72.94

Codes

Color #2E451D in popluar color models

2E451D
RGB466929
HSL95°40.82%19.22%
HSB/HSV95°57.97%27.06%
CMYK33.33%0.00%57.97%
72.94%

Color #2E451D in popluar number systems.

HEX2E451D
Decimal466929
Binary101110100010111101
Octal5610535

Shades and tints

Shades of #2E451D

#2E451D
(46,69,29)
#2A3F1B
(42,63,27)
#263919
(38,57,25)
#223317
(34,51,23)
#1E2D15
(30,45,21)
#1A2713
(26,39,19)
#162111
(22,33,17)
#121B0F
(18,27,15)
#0E150D
(14,21,13)
#0A0F0B
(10,15,11)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #2E451D

#2E451D
(46,69,29)
#415531
(65,85,49)
#546545
(84,101,69)
#677559
(103,117,89)
#7A856D
(122,133,109)
#8D9581
(141,149,129)
#A0A595
(160,165,149)
#B3B5A9
(179,181,169)
#C6C5BD
(198,197,189)
#D9D5D1
(217,213,209)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E451D; }

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

This text font color is #2E451D.


Background Color

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

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

This div background color is #2E451D.


Border color

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

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

This div border color is #2E451D.


Opacity

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

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

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

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

This text has shadow with #2E451D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E451D on black background.


Color preview on white background

This text has color #2E451D on white background.



Black color preview on #2E451D background

This text has black color on #2E451D background.


White color preview on #2E451D background

This text has white color on #2E451D background.