COLOR #1E1E2E

HEX: #1E1E2E
RGB: (30,30,46)

Color info

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

RGB color model

#1E1E2E color RGB value is (30,30,46).

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

RGB channels and saturation

R 30 of 255 = 12%
G 30 of 255 = 12%
B 46 of 255 = 18%

30
30
46

R + G + B ~ 14%. #1E1E2E is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 30 + 46 = 106 (100%)
R 30 of 106 ~ 28.3%
G 30 of 106 ~ 28.3%
B 46 of 106 ~ 43.4%

%28.3
%28.3
%43.4

CMYK color model

#1E1E2E color CMYK value is (35,35,0,82).

  • cyan value is 34.78%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(35,35,0,82)
C35M35Y0K82 
(35%,35%,0%,82%)
(0.35/0.35/0.00/0.82)	

CMYK percentages

%34.78
%34.78
%0
%81.96

Codes

Color #1E1E2E in popluar color models

1E1E2E
RGB303046
HSL240°21.05%14.90%
HSB/HSV240°34.78%18.04%
CMYK34.78%34.78%0.00%
81.96%

Color #1E1E2E in popluar number systems.

HEX1E1E2E
Decimal303046
Binary1111011110101110
Octal363656

Shades and tints

Shades of #1E1E2E

#1E1E2E
(30,30,46)
#1C1C2A
(28,28,42)
#1A1A26
(26,26,38)
#181822
(24,24,34)
#16161E
(22,22,30)
#14141A
(20,20,26)
#121216
(18,18,22)
#101012
(16,16,18)
#0E0E0E
(14,14,14)
#0C0C0A
(12,12,10)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #1E1E2E

#1E1E2E
(30,30,46)
#323241
(50,50,65)
#464654
(70,70,84)
#5A5A67
(90,90,103)
#6E6E7A
(110,110,122)
#82828D
(130,130,141)
#9696A0
(150,150,160)
#AAAAB3
(170,170,179)
#BEBEC6
(190,190,198)
#D2D2D9
(210,210,217)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E1E2E color. Also use rgb(30,30,46) instead hex code.

Text Font Color

.myTextColor { color: #1E1E2E; }

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

This text font color is #1E1E2E.


Background Color

.myBgColor { background-color: #1E1E2E; }

<div style="background-color:#1E1E2E">Inner text</div>

This div background color is #1E1E2E.


Border color

.myBorderColor { border: 1px solid #1E1E2E; }

<div style="border:3px solid #1E1E2E">Div</div>

This div border color is #1E1E2E.


Opacity

.myOpacity80 { color: #1E1E2E; opacity: 0.8; }

<p style="color:#1E1E2E;opacity:0.8;">80%</p>

Text with #1E1E2E 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 #1E1E2E;}

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

This text has shadow with #1E1E2E color.

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

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

This text has shadow with #1E1E2E primary color and red secondary color.


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

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

This text has shadow with #1E1E2E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1E2E on black background.


Color preview on white background

This text has color #1E1E2E on white background.



Black color preview on #1E1E2E background

This text has black color on #1E1E2E background.


White color preview on #1E1E2E background

This text has white color on #1E1E2E background.