COLOR #2E292E

HEX: #2E292E
RGB: (46,41,46)

Color info

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

RGB color model

#2E292E color RGB value is (46,41,46).

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

RGB channels and saturation

R 46 of 255 = 18%
G 41 of 255 = 16%
B 46 of 255 = 18%

46
41
46

R + G + B ~ 17%. #2E292E is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 41 + 46 = 133 (100%)
R 46 of 133 ~ 34.59%
G 41 of 133 ~ 30.83%
B 46 of 133 ~ 34.59%

%34.59
%30.83
%34.59

CMYK color model

#2E292E color CMYK value is (0,11,0,82).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK: (0,11,0,82) C0M11Y0K82 (0%,11%,0%,82%) (0.00/0.11/0.00/0.82)

CMYK percentages

%0
%10.87
%0
%81.96

Codes

Color #2E292E in popluar color models

2E292E
RGB464146
HSL300°5.75%17.06%
HSB/HSV300°10.87%18.04%
CMYK0.00%10.87%0.00%
81.96%

Color #2E292E in popluar number systems.

HEX2E292E
Decimal464146
Binary101110101001101110
Octal565156

Shades and tints

Shades of #2E292E

#2E292E
(46,41,46)
#2A262A
(42,38,42)
#262326
(38,35,38)
#222022
(34,32,34)
#1E1D1E
(30,29,30)
#1A1A1A
(26,26,26)
#161716
(22,23,22)
#121412
(18,20,18)
#0E110E
(14,17,14)
#0A0E0A
(10,14,10)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #2E292E

#2E292E
(46,41,46)
#413C41
(65,60,65)
#544F54
(84,79,84)
#676267
(103,98,103)
#7A757A
(122,117,122)
#8D888D
(141,136,141)
#A09BA0
(160,155,160)
#B3AEB3
(179,174,179)
#C6C1C6
(198,193,198)
#D9D4D9
(217,212,217)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E292E; }

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

This text font color is #2E292E.


Background Color

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

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

This div background color is #2E292E.


Border color

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

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

This div border color is #2E292E.


Opacity

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

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

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

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

This text has shadow with #2E292E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #2E292E on black background.


Color preview on white background

This text has color #2E292E on white background.



Black color preview on #2E292E background

This text has black color on #2E292E background.


White color preview on #2E292E background

This text has white color on #2E292E background.