COLOR #2E312E

HEX: #2E312E
RGB: (46,49,46)

Color info

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

RGB color model

#2E312E color RGB value is (46,49,46).

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

RGB channels and saturation

R 46 of 255 = 18%
G 49 of 255 = 19%
B 46 of 255 = 18%

46
49
46

R + G + B ~ 18%. #2E312E is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 49 + 46 = 141 (100%)
R 46 of 141 ~ 32.62%
G 49 of 141 ~ 34.75%
B 46 of 141 ~ 32.62%

%32.62
%34.75
%32.62

CMYK color model

#2E312E color CMYK value is (6,0,6,81).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 80.78%
CMYK:
(6,0,6,81)
C6M0Y6K81 
(6%,0%,6%,81%)
(0.06/0.00/0.06/0.81)	

CMYK percentages

%6.12
%0
%6.12
%80.78

Codes

Color #2E312E in popluar color models

2E312E
RGB464946
HSL120°3.16%18.63%
HSB/HSV120°6.12%19.22%
CMYK6.12%0.00%6.12%
80.78%

Color #2E312E in popluar number systems.

HEX2E312E
Decimal464946
Binary101110110001101110
Octal566156

Shades and tints

Shades of #2E312E

#2E312E
(46,49,46)
#2A2D2A
(42,45,42)
#262926
(38,41,38)
#222522
(34,37,34)
#1E211E
(30,33,30)
#1A1D1A
(26,29,26)
#161916
(22,25,22)
#121512
(18,21,18)
#0E110E
(14,17,14)
#0A0D0A
(10,13,10)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #2E312E

#2E312E
(46,49,46)
#414341
(65,67,65)
#545554
(84,85,84)
#676767
(103,103,103)
#7A797A
(122,121,122)
#8D8B8D
(141,139,141)
#A09DA0
(160,157,160)
#B3AFB3
(179,175,179)
#C6C1C6
(198,193,198)
#D9D3D9
(217,211,217)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E312E; }

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

This text font color is #2E312E.


Background Color

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

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

This div background color is #2E312E.


Border color

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

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

This div border color is #2E312E.


Opacity

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

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

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

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

This text has shadow with #2E312E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E312E on black background.


Color preview on white background

This text has color #2E312E on white background.



Black color preview on #2E312E background

This text has black color on #2E312E background.


White color preview on #2E312E background

This text has white color on #2E312E background.