COLOR #2E2930

HEX: #2E2930
RGB: (46,41,48)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
41
48

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

Portions of RGB colors in percentages

R + G + B =
46 + 41 + 48 = 135 (100%)
R 46 of 135 ~ 34.07%
G 41 of 135 ~ 30.37%
B 48 of 135 ~ 35.56%

%34.07
%30.37
%35.56

CMYK color model

#2E2930 color CMYK value is (4,15,0,81).

  • cyan value is 4.17%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(4,15,0,81)
C4M15Y0K81 
(4%,15%,0%,81%)
(0.04/0.15/0.00/0.81)	

CMYK percentages

%4.17
%14.58
%0
%81.18

Codes

Color #2E2930 in popluar color models

2E2930
RGB464148
HSL283°7.87%17.45%
HSB/HSV283°14.58%18.82%
CMYK4.17%14.58%0.00%
81.18%

Color #2E2930 in popluar number systems.

HEX2E2930
Decimal464148
Binary101110101001110000
Octal565160

Shades and tints

Shades of #2E2930

#2E2930
(46,41,48)
#2A262C
(42,38,44)
#262328
(38,35,40)
#222024
(34,32,36)
#1E1D20
(30,29,32)
#1A1A1C
(26,26,28)
#161718
(22,23,24)
#121414
(18,20,20)
#0E1110
(14,17,16)
#0A0E0C
(10,14,12)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #2E2930

#2E2930
(46,41,48)
#413C42
(65,60,66)
#544F54
(84,79,84)
#676266
(103,98,102)
#7A7578
(122,117,120)
#8D888A
(141,136,138)
#A09B9C
(160,155,156)
#B3AEAE
(179,174,174)
#C6C1C0
(198,193,192)
#D9D4D2
(217,212,210)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2930; }

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

This text font color is #2E2930.


Background Color

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

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

This div background color is #2E2930.


Border color

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

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

This div border color is #2E2930.


Opacity

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

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

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

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

This text has shadow with #2E2930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2930 on black background.


Color preview on white background

This text has color #2E2930 on white background.



Black color preview on #2E2930 background

This text has black color on #2E2930 background.


White color preview on #2E2930 background

This text has white color on #2E2930 background.