COLOR #2E2618

HEX: #2E2618
RGB: (46,38,24)

Color info

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

RGB color model

#2E2618 color RGB value is (46,38,24).

  • red value is 46;
  • green value is 38;
  • blue value is 24.
RGB:
(46,38,24)
(18%,15%,9%)

RGB channels and saturation

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

46
38
24

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

Portions of RGB colors in percentages

R + G + B =
46 + 38 + 24 = 108 (100%)
R 46 of 108 ~ 42.59%
G 38 of 108 ~ 35.19%
B 24 of 108 ~ 22.22%

%42.59
%35.19
%22.22

CMYK color model

#2E2618 color CMYK value is (0,17,48,82).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 47.83%
  • key color value is 81.96%
CMYK:
(0,17,48,82)
C0M17Y48K82 
(0%,17%,48%,82%)
(0.00/0.17/0.48/0.82)	

CMYK percentages

%0
%17.39
%47.83
%81.96

Codes

Color #2E2618 in popluar color models

2E2618
RGB463824
HSL38°31.43%13.73%
HSB/HSV38°47.83%18.04%
CMYK0.00%17.39%47.83%
81.96%

Color #2E2618 in popluar number systems.

HEX2E2618
Decimal463824
Binary10111010011011000
Octal564630

Shades and tints

Shades of #2E2618

#2E2618
(46,38,24)
#2A2316
(42,35,22)
#262014
(38,32,20)
#221D12
(34,29,18)
#1E1A10
(30,26,16)
#1A170E
(26,23,14)
#16140C
(22,20,12)
#12110A
(18,17,10)
#0E0E08
(14,14,8)
#0A0B06
(10,11,6)
#060804
(6,8,4)
#000000
(0,0,0)

Tints of #2E2618

#2E2618
(46,38,24)
#41392D
(65,57,45)
#544C42
(84,76,66)
#675F57
(103,95,87)
#7A726C
(122,114,108)
#8D8581
(141,133,129)
#A09896
(160,152,150)
#B3ABAB
(179,171,171)
#C6BEC0
(198,190,192)
#D9D1D5
(217,209,213)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2618; }

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

This text font color is #2E2618.


Background Color

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

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

This div background color is #2E2618.


Border color

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

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

This div border color is #2E2618.


Opacity

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

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

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

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

This text has shadow with #2E2618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2618 on black background.


Color preview on white background

This text has color #2E2618 on white background.



Black color preview on #2E2618 background

This text has black color on #2E2618 background.


White color preview on #2E2618 background

This text has white color on #2E2618 background.