COLOR #2E2217

HEX: #2E2217
RGB: (46,34,23)

Color info

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

RGB color model

#2E2217 color RGB value is (46,34,23).

  • red value is 46;
  • green value is 34;
  • blue value is 23.
RGB:
(46,34,23)
(18%,13%,9%)

RGB channels and saturation

R 46 of 255 = 18%
G 34 of 255 = 13%
B 23 of 255 = 9%

46
34
23

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

Portions of RGB colors in percentages

R + G + B =
46 + 34 + 23 = 103 (100%)
R 46 of 103 ~ 44.66%
G 34 of 103 ~ 33.01%
B 23 of 103 ~ 22.33%

%44.66
%33.01
%22.33

CMYK color model

#2E2217 color CMYK value is (0,26,50,82).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 50.00%
  • key color value is 81.96%
CMYK:
(0,26,50,82)
C0M26Y50K82 
(0%,26%,50%,82%)
(0.00/0.26/0.50/0.82)	

CMYK percentages

%0
%26.09
%50
%81.96

Codes

Color #2E2217 in popluar color models

2E2217
RGB463423
HSL29°33.33%13.53%
HSB/HSV29°50.00%18.04%
CMYK0.00%26.09%50.00%
81.96%

Color #2E2217 in popluar number systems.

HEX2E2217
Decimal463423
Binary10111010001010111
Octal564227

Shades and tints

Shades of #2E2217

#2E2217
(46,34,23)
#2A1F15
(42,31,21)
#261C13
(38,28,19)
#221911
(34,25,17)
#1E160F
(30,22,15)
#1A130D
(26,19,13)
#16100B
(22,16,11)
#120D09
(18,13,9)
#0E0A07
(14,10,7)
#0A0705
(10,7,5)
#060403
(6,4,3)
#000000
(0,0,0)

Tints of #2E2217

#2E2217
(46,34,23)
#41362C
(65,54,44)
#544A41
(84,74,65)
#675E56
(103,94,86)
#7A726B
(122,114,107)
#8D8680
(141,134,128)
#A09A95
(160,154,149)
#B3AEAA
(179,174,170)
#C6C2BF
(198,194,191)
#D9D6D4
(217,214,212)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2217; }

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

This text font color is #2E2217.


Background Color

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

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

This div background color is #2E2217.


Border color

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

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

This div border color is #2E2217.


Opacity

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

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

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

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

This text has shadow with #2E2217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2217 on black background.


Color preview on white background

This text has color #2E2217 on white background.



Black color preview on #2E2217 background

This text has black color on #2E2217 background.


White color preview on #2E2217 background

This text has white color on #2E2217 background.