COLOR #2E2118

HEX: #2E2118
RGB: (46,33,24)

Color info

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

RGB color model

#2E2118 color RGB value is (46,33,24).

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

RGB channels and saturation

R 46 of 255 = 18%
G 33 of 255 = 13%
B 24 of 255 = 9%

46
33
24

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

Portions of RGB colors in percentages

R + G + B =
46 + 33 + 24 = 103 (100%)
R 46 of 103 ~ 44.66%
G 33 of 103 ~ 32.04%
B 24 of 103 ~ 23.3%

%44.66
%32.04
%23.3

CMYK color model

#2E2118 color CMYK value is (0,28,48,82).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 47.83%
  • key color value is 81.96%
CMYK:
(0,28,48,82)
C0M28Y48K82 
(0%,28%,48%,82%)
(0.00/0.28/0.48/0.82)	

CMYK percentages

%0
%28.26
%47.83
%81.96

Codes

Color #2E2118 in popluar color models

2E2118
RGB463324
HSL25°31.43%13.73%
HSB/HSV25°47.83%18.04%
CMYK0.00%28.26%47.83%
81.96%

Color #2E2118 in popluar number systems.

HEX2E2118
Decimal463324
Binary10111010000111000
Octal564130

Shades and tints

Shades of #2E2118

#2E2118
(46,33,24)
#2A1E16
(42,30,22)
#261B14
(38,27,20)
#221812
(34,24,18)
#1E1510
(30,21,16)
#1A120E
(26,18,14)
#160F0C
(22,15,12)
#120C0A
(18,12,10)
#0E0908
(14,9,8)
#0A0606
(10,6,6)
#060304
(6,3,4)
#000000
(0,0,0)

Tints of #2E2118

#2E2118
(46,33,24)
#41352D
(65,53,45)
#544942
(84,73,66)
#675D57
(103,93,87)
#7A716C
(122,113,108)
#8D8581
(141,133,129)
#A09996
(160,153,150)
#B3ADAB
(179,173,171)
#C6C1C0
(198,193,192)
#D9D5D5
(217,213,213)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2118; }

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

This text font color is #2E2118.


Background Color

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

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

This div background color is #2E2118.


Border color

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

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

This div border color is #2E2118.


Opacity

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

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

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

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

This text has shadow with #2E2118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2118 on black background.


Color preview on white background

This text has color #2E2118 on white background.



Black color preview on #2E2118 background

This text has black color on #2E2118 background.


White color preview on #2E2118 background

This text has white color on #2E2118 background.