COLOR #2E212E

HEX: #2E212E
RGB: (46,33,46)

Color info

#2E212E contains red, green and blue colors in about the same proportion. Web safe color of #2E212E is #333333 (or #333).

RGB color model

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

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

RGB channels and saturation

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

46
33
46

R + G + B ~ 16%. #2E212E is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 33 + 46 = 125 (100%)
R 46 of 125 ~ 36.8%
G 33 of 125 ~ 26.4%
B 46 of 125 ~ 36.8%

%36.8
%26.4
%36.8

CMYK color model

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

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

CMYK percentages

%0
%28.26
%0
%81.96

Codes

Color #2E212E in popluar color models

2E212E
RGB463346
HSL300°16.46%15.49%
HSB/HSV300°28.26%18.04%
CMYK0.00%28.26%0.00%
81.96%

Color #2E212E in popluar number systems.

HEX2E212E
Decimal463346
Binary101110100001101110
Octal564156

Shades and tints

Shades of #2E212E

#2E212E
(46,33,46)
#2A1E2A
(42,30,42)
#261B26
(38,27,38)
#221822
(34,24,34)
#1E151E
(30,21,30)
#1A121A
(26,18,26)
#160F16
(22,15,22)
#120C12
(18,12,18)
#0E090E
(14,9,14)
#0A060A
(10,6,10)
#060306
(6,3,6)
#000000
(0,0,0)

Tints of #2E212E

#2E212E
(46,33,46)
#413541
(65,53,65)
#544954
(84,73,84)
#675D67
(103,93,103)
#7A717A
(122,113,122)
#8D858D
(141,133,141)
#A099A0
(160,153,160)
#B3ADB3
(179,173,179)
#C6C1C6
(198,193,198)
#D9D5D9
(217,213,217)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E212E; }

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

This text font color is #2E212E.


Background Color

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

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

This div background color is #2E212E.


Border color

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

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

This div border color is #2E212E.


Opacity

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

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

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

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

This text has shadow with #2E212E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E212E on black background.


Color preview on white background

This text has color #2E212E on white background.



Black color preview on #2E212E background

This text has black color on #2E212E background.


White color preview on #2E212E background

This text has white color on #2E212E background.