COLOR #1E242A

HEX: #1E242A
RGB: (30,36,42)

Color info

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

RGB color model

#1E242A color RGB value is (30,36,42).

  • red value is 30;
  • green value is 36;
  • blue value is 42.
RGB:
(30,36,42)
(12%,14%,16%)

RGB channels and saturation

R 30 of 255 = 12%
G 36 of 255 = 14%
B 42 of 255 = 16%

30
36
42

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

Portions of RGB colors in percentages

R + G + B =
30 + 36 + 42 = 108 (100%)
R 30 of 108 ~ 27.78%
G 36 of 108 ~ 33.33%
B 42 of 108 ~ 38.89%

%27.78
%33.33
%38.89

CMYK color model

#1E242A color CMYK value is (29,14,0,84).

  • cyan value is 28.57%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(29,14,0,84)
C29M14Y0K84 
(29%,14%,0%,84%)
(0.29/0.14/0.00/0.84)	

CMYK percentages

%28.57
%14.29
%0
%83.53

Codes

Color #1E242A in popluar color models

1E242A
RGB303642
HSL210°16.67%14.12%
HSB/HSV210°28.57%16.47%
CMYK28.57%14.29%0.00%
83.53%

Color #1E242A in popluar number systems.

HEX1E242A
Decimal303642
Binary11110100100101010
Octal364452

Shades and tints

Shades of #1E242A

#1E242A
(30,36,42)
#1C2127
(28,33,39)
#1A1E24
(26,30,36)
#181B21
(24,27,33)
#16181E
(22,24,30)
#14151B
(20,21,27)
#121218
(18,18,24)
#100F15
(16,15,21)
#0E0C12
(14,12,18)
#0C090F
(12,9,15)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #1E242A

#1E242A
(30,36,42)
#32373D
(50,55,61)
#464A50
(70,74,80)
#5A5D63
(90,93,99)
#6E7076
(110,112,118)
#828389
(130,131,137)
#96969C
(150,150,156)
#AAA9AF
(170,169,175)
#BEBCC2
(190,188,194)
#D2CFD5
(210,207,213)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E242A; }

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

This text font color is #1E242A.


Background Color

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

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

This div background color is #1E242A.


Border color

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

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

This div border color is #1E242A.


Opacity

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

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

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

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

This text has shadow with #1E242A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E242A on black background.


Color preview on white background

This text has color #1E242A on white background.



Black color preview on #1E242A background

This text has black color on #1E242A background.


White color preview on #1E242A background

This text has white color on #1E242A background.