COLOR #2E2215

HEX: #2E2215 RGB: (46,34,21)

Color info

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

RGB color model

#2E2215 color RGB value is (46,34,21).

RGB: (46,34,21) (18%, 13%, 8%)

RGB channels and saturation

R 46 of 255 = 18%
G 34 of 255 = 13%
B 21 of 255 = 8%

46
34
21

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

Portions of RGB colors in percentages

R + G + B = 46 + 34 + 21 = 101 (100%)
R 46 of 101 ~ 45.54%
G 34 of 101 ~ 33.66%
B 21 of 101 ~ 20.79'%

%45.54
%33.66
%20.79

CMYK color model

#2E2215 color CMYK value is (0,26,54,82).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 54.35%
  • key color value is 81.96%
CMYK: (0,26,54,82) C0M26Y54K82 (0%,26%,54%,82%) (0.00/0.26/0.54/0.82) 

CMYK percentages

%0
%26.09
%54.35
%81.96

Codes

Color #2E2215 in popluar color models

2E 22 15
RGB 46 34 21
HSL 31° 37.31% 13.14%
HSB/HSV 31° 54.35% 18.04%
CMYK 0.00% 26.09% 54.35%
81.96%

Color #2E2215 in popluar number systems.

HEX 2E 22 15
Decimal 46 34 21
Binary 101110 100010 10101
Octal 56 42 25

Shades and tints

Shades of #2E2215

#2E2215
(46,34,21)
#2A1F14
(42,31,20)
#261C13
(38,28,19)
#221912
(34,25,18)
#1E1611
(30,22,17)
#1A1310
(26,19,16)
#16100F
(22,16,15)
#120D0E
(18,13,14)
#0E0A0D
(14,10,13)
#0A070C
(10,7,12)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #2E2215

#2E2215
(46,34,21)
#41362A
(65,54,42)
#544A3F
(84,74,63)
#675E54
(103,94,84)
#7A7269
(122,114,105)
#8D867E
(141,134,126)
#A09A93
(160,154,147)
#B3AEA8
(179,174,168)
#C6C2BD
(198,194,189)
#D9D6D2
(217,214,210)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E2215 color. Also use rgb(46,34,21) instead hex code.

Text Font Color

.myTextColor { color: #2E2215; }

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

This text font color is #2E2215.

Background Color

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

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

This div background color is #2E2215.

Border color

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

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

This div border color is #2E2215.

Opacity

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

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

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

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

This text has shadow with #2E2215 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E2215.

Preview

Color preview on black background

This text has color #2E2215 on black background.


Color preview on white background

This text has color #2E2215 on white background.


Black color preview on #2E2215 background

This text has black color on #2E2215 background.


White color preview on #2E2215 background

This text has white color on #2E2215 background.


Related colors

Complementary color

Complementary color for #hex is #D1DDEA.


I love getcolorcode.com

Triadic colors

1 #152E22 and #22152E with #2E2215 are triadic colors.

2 #15222E and #222E15 with #2E2215 are triadic colors.