COLOR #2E2617

HEX: #2E2617 RGB: (46,38,23)

Color info

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

RGB color model

#2E2617 color RGB value is (46,38,23).

RGB: (46,38,23) (18%, 15%, 9%)

RGB channels and saturation

R 46 of 255 = 18%
G 38 of 255 = 15%
B 23 of 255 = 9%

46
38
23

R + G + B ~ 14%. #2E2617 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 38 + 23 = 107 (100%)
R 46 of 107 ~ 42.99%
G 38 of 107 ~ 35.51%
B 23 of 107 ~ 21.5'%

%42.99
%35.51
%21.5

CMYK color model

#2E2617 color CMYK value is (0,17,50,82).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 50.00%
  • key color value is 81.96%
CMYK: (0,17,50,82) C0M17Y50K82 (0%,17%,50%,82%) (0.00/0.17/0.50/0.82) 

CMYK percentages

%0
%17.39
%50
%81.96

Codes

Color #2E2617 in popluar color models

2E 26 17
RGB 46 38 23
HSL 39° 33.33% 13.53%
HSB/HSV 39° 50.00% 18.04%
CMYK 0.00% 17.39% 50.00%
81.96%

Color #2E2617 in popluar number systems.

HEX 2E 26 17
Decimal 46 38 23
Binary 101110 100110 10111
Octal 56 46 27

Shades and tints

Shades of #2E2617

#2E2617
(46,38,23)
#2A2315
(42,35,21)
#262013
(38,32,19)
#221D11
(34,29,17)
#1E1A0F
(30,26,15)
#1A170D
(26,23,13)
#16140B
(22,20,11)
#121109
(18,17,9)
#0E0E07
(14,14,7)
#0A0B05
(10,11,5)
#060803
(6,8,3)
#000000
(0,0,0)

Tints of #2E2617

#2E2617
(46,38,23)
#41392C
(65,57,44)
#544C41
(84,76,65)
#675F56
(103,95,86)
#7A726B
(122,114,107)
#8D8580
(141,133,128)
#A09895
(160,152,149)
#B3ABAA
(179,171,170)
#C6BEBF
(198,190,191)
#D9D1D4
(217,209,212)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2617; }

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

This text font color is #2E2617.

Background Color

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

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

This div background color is #2E2617.

Border color

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

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

This div border color is #2E2617.

Opacity

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

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

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

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

This text has shadow with #2E2617 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E2617.

Preview

Color preview on black background

This text has color #2E2617 on black background.


Color preview on white background

This text has color #2E2617 on white background.


Black color preview on #2E2617 background

This text has black color on #2E2617 background.


White color preview on #2E2617 background

This text has white color on #2E2617 background.


Related colors

Complementary color

Complementary color for #hex is #D1D9E8.


I love getcolorcode.com

Triadic colors

1 #172E26 and #26172E with #2E2617 are triadic colors.

2 #17262E and #262E17 with #2E2617 are triadic colors.