COLOR #2E2906

HEX: #2E2906 RGB: (46,41,6)

Color info

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

RGB color model

#2E2906 color RGB value is (46,41,6).

RGB: (46,41,6) (18%, 16%, 2%)

RGB channels and saturation

R 46 of 255 = 18%
G 41 of 255 = 16%
B 6 of 255 = 2%

46
41
6

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

Portions of RGB colors in percentages

R + G + B = 46 + 41 + 6 = 93 (100%)
R 46 of 93 ~ 49.46%
G 41 of 93 ~ 44.09%
B 6 of 93 ~ 6.45'%

%49.46
%44.09

CMYK color model

#2E2906 color CMYK value is (0,11,87,82).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 86.96%
  • key color value is 81.96%

CMYK: (0,11,87,82)
C0M11Y87K82 (0%, 11%, 87%, 82%)
(0.00 / 0.11 / 0.87 / 0.82)

CMYK percentages

%0
%10.87
%86.96
%81.96

Codes

Color #2E2906 in popluar color models

2E 29 06
RGB 46 41 6
HSL 53° 76.92% 10.20%
HSB/HSV 53° 86.96% 18.04%
CMYK 0.00% 10.87% 86.96%
81.96%

Color #2E2906 in popluar number systems.

HEX 2E 29 06
Decimal 46 41 6
Binary 101110 101001 110
Octal 56 51 6

Shades and tints

Shades of #2E2906

#2E2906
(46,41,6)
#2A2606
(42,38,6)
#262306
(38,35,6)
#222006
(34,32,6)
#1E1D06
(30,29,6)
#1A1A06
(26,26,6)
#161706
(22,23,6)
#121406
(18,20,6)
#0E1106
(14,17,6)
#0A0E06
(10,14,6)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #2E2906

#2E2906
(46,41,6)
#413C1C
(65,60,28)
#544F32
(84,79,50)
#676248
(103,98,72)
#7A755E
(122,117,94)
#8D8874
(141,136,116)
#A09B8A
(160,155,138)
#B3AEA0
(179,174,160)
#C6C1B6
(198,193,182)
#D9D4CC
(217,212,204)
#ECE7E2
(236,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E2906 color. Also use rgb(46,41,6) instead hex code.

Text Font Color

.myTextColor { color: #2E2906; }

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

This text font color is #2E2906.

Background Color

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

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

This div background color is #2E2906.

Border color

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

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

This div border color is #2E2906.

Opacity

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

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

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

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

This text has shadow with #2E2906 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E2906.

Preview

Color preview on black background

This text has color #2E2906 on black background.


Color preview on white background

This text has color #2E2906 on white background.


Black color preview on #2E2906 background

This text has black color on #2E2906 background.


White color preview on #2E2906 background

This text has white color on #2E2906 background.


Related colors

Complementary color

Complementary color for #hex is #D1D6F9.


I love getcolorcode.com

Triadic colors

1 #062E29 and #29062E with #2E2906 are triadic colors.

2 #06292E and #292E06 with #2E2906 are triadic colors.