COLOR #1E282E

HEX: #1E282E
RGB: (30,40,46)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

30
40
46

R + G + B ~ 15%. #1E282E is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 40 + 46 = 116 (100%)
R 30 of 116 ~ 25.86%
G 40 of 116 ~ 34.48%
B 46 of 116 ~ 39.66%

%25.86
%34.48
%39.66

CMYK color model

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

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

CMYK percentages

%34.78
%13.04
%0
%81.96

Codes

Color #1E282E in popluar color models

1E282E
RGB304046
HSL203°21.05%14.90%
HSB/HSV203°34.78%18.04%
CMYK34.78%13.04%0.00%
81.96%

Color #1E282E in popluar number systems.

HEX1E282E
Decimal304046
Binary11110101000101110
Octal365056

Shades and tints

Shades of #1E282E

#1E282E
(30,40,46)
#1C252A
(28,37,42)
#1A2226
(26,34,38)
#181F22
(24,31,34)
#161C1E
(22,28,30)
#14191A
(20,25,26)
#121616
(18,22,22)
#101312
(16,19,18)
#0E100E
(14,16,14)
#0C0D0A
(12,13,10)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #1E282E

#1E282E
(30,40,46)
#323B41
(50,59,65)
#464E54
(70,78,84)
#5A6167
(90,97,103)
#6E747A
(110,116,122)
#82878D
(130,135,141)
#969AA0
(150,154,160)
#AAADB3
(170,173,179)
#BEC0C6
(190,192,198)
#D2D3D9
(210,211,217)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E282E; }

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

This text font color is #1E282E.


Background Color

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

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

This div background color is #1E282E.


Border color

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

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

This div border color is #1E282E.


Opacity

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

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

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

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

This text has shadow with #1E282E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E282E on black background.


Color preview on white background

This text has color #1E282E on white background.



Black color preview on #1E282E background

This text has black color on #1E282E background.


White color preview on #1E282E background

This text has white color on #1E282E background.