COLOR #2E2409

HEX: #2E2409 RGB: (46,36,9)

Color info

#2E2409 contains red, green and blue colors in about the same proportion. Web safe color of #2E2409 is #333300 (or #330).

RGB color model

#2E2409 color RGB value is (46,36,9).

RGB: (46,36,9) (18%, 14%, 4%)

RGB channels and saturation

R 46 of 255 = 18%
G 36 of 255 = 14%
B 9 of 255 = 4%

46
36
9

R + G + B ~ 12%. #2E2409 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 36 + 9 = 91 (100%)
R 46 of 91 ~ 50.55%
G 36 of 91 ~ 39.56%
B 9 of 91 ~ 9.89'%

%50.55
%39.56

CMYK color model

#2E2409 color CMYK value is (0,22,80,82).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 80.43%
  • key color value is 81.96%

CMYK: (0,22,80,82)
C0M22Y80K82 (0%, 22%, 80%, 82%)
(0.00 / 0.22 / 0.80 / 0.82)

CMYK percentages

%0
%21.74
%80.43
%81.96

Codes

Color #2E2409 in popluar color models

2E 24 09
RGB 46 36 9
HSL 44° 67.27% 10.78%
HSB/HSV 44° 80.43% 18.04%
CMYK 0.00% 21.74% 80.43%
81.96%

Color #2E2409 in popluar number systems.

HEX 2E 24 09
Decimal 46 36 9
Binary 101110 100100 1001
Octal 56 44 11

Shades and tints

Shades of #2E2409

#2E2409
(46,36,9)
#2A2109
(42,33,9)
#261E09
(38,30,9)
#221B09
(34,27,9)
#1E1809
(30,24,9)
#1A1509
(26,21,9)
#161209
(22,18,9)
#120F09
(18,15,9)
#0E0C09
(14,12,9)
#0A0909
(10,9,9)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #2E2409

#2E2409
(46,36,9)
#41371F
(65,55,31)
#544A35
(84,74,53)
#675D4B
(103,93,75)
#7A7061
(122,112,97)
#8D8377
(141,131,119)
#A0968D
(160,150,141)
#B3A9A3
(179,169,163)
#C6BCB9
(198,188,185)
#D9CFCF
(217,207,207)
#ECE2E5
(236,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E2409 color. Also use rgb(46,36,9) instead hex code.

Text Font Color

.myTextColor { color: #2E2409; }

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

This text font color is #2E2409.

Background Color

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

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

This div background color is #2E2409.

Border color

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

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

This div border color is #2E2409.

Opacity

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

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

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

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

This text has shadow with #2E2409 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E2409.

Preview

Color preview on black background

This text has color #2E2409 on black background.


Color preview on white background

This text has color #2E2409 on white background.


Black color preview on #2E2409 background

This text has black color on #2E2409 background.


White color preview on #2E2409 background

This text has white color on #2E2409 background.


Related colors

Complementary color

Complementary color for #hex is #D1DBF6.


I love getcolorcode.com

Triadic colors

1 #092E24 and #24092E with #2E2409 are triadic colors.

2 #09242E and #242E09 with #2E2409 are triadic colors.