COLOR #2E2512

HEX: #2E2512 RGB: (46,37,18)

Color info

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

RGB color model

#2E2512 color RGB value is (46,37,18).

RGB: (46,37,18) (18%, 15%, 7%)

RGB channels and saturation

R 46 of 255 = 18%
G 37 of 255 = 15%
B 18 of 255 = 7%

46
37
18

R + G + B ~ 13%. #2E2512 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 37 + 18 = 101 (100%)
R 46 of 101 ~ 45.54%
G 37 of 101 ~ 36.63%
B 18 of 101 ~ 17.82'%

%45.54
%36.63
%17.82

CMYK color model

#2E2512 color CMYK value is (0,20,61,82).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 60.87%
  • key color value is 81.96%

CMYK: (0,20,61,82)
C0M20Y61K82 (0%, 20%, 61%, 82%)
(0.00 / 0.20 / 0.61 / 0.82)

CMYK percentages

%0
%19.57
%60.87
%81.96

Codes

Color #2E2512 in popluar color models

2E 25 12
RGB 46 37 18
HSL 41° 43.75% 12.55%
HSB/HSV 41° 60.87% 18.04%
CMYK 0.00% 19.57% 60.87%
81.96%

Color #2E2512 in popluar number systems.

HEX 2E 25 12
Decimal 46 37 18
Binary 101110 100101 10010
Octal 56 45 22

Shades and tints

Shades of #2E2512

#2E2512
(46,37,18)
#2A2211
(42,34,17)
#261F10
(38,31,16)
#221C0F
(34,28,15)
#1E190E
(30,25,14)
#1A160D
(26,22,13)
#16130C
(22,19,12)
#12100B
(18,16,11)
#0E0D0A
(14,13,10)
#0A0A09
(10,10,9)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #2E2512

#2E2512
(46,37,18)
#413827
(65,56,39)
#544B3C
(84,75,60)
#675E51
(103,94,81)
#7A7166
(122,113,102)
#8D847B
(141,132,123)
#A09790
(160,151,144)
#B3AAA5
(179,170,165)
#C6BDBA
(198,189,186)
#D9D0CF
(217,208,207)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E2512 color. Also use rgb(46,37,18) instead hex code.

Text Font Color

.myTextColor { color: #2E2512; }

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

This text font color is #2E2512.

Background Color

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

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

This div background color is #2E2512.

Border color

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

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

This div border color is #2E2512.

Opacity

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

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

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

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

This text has shadow with #2E2512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E2512.

Preview

Color preview on black background

This text has color #2E2512 on black background.


Color preview on white background

This text has color #2E2512 on white background.


Black color preview on #2E2512 background

This text has black color on #2E2512 background.


White color preview on #2E2512 background

This text has white color on #2E2512 background.


Related colors

Complementary color

Complementary color for #hex is #D1DAED.


I love getcolorcode.com

Triadic colors

1 #122E25 and #25122E with #2E2512 are triadic colors.

2 #12252E and #252E12 with #2E2512 are triadic colors.