COLOR #1E3F42

HEX: #1E3F42
RGB: (30,63,66)

Color info

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

RGB color model

#1E3F42 color RGB value is (30,63,66).

  • red value is 30;
  • green value is 63;
  • blue value is 66.
RGB:
(30,63,66)
(12%,25%,26%)

RGB channels and saturation

R 30 of 255 = 12%
G 63 of 255 = 25%
B 66 of 255 = 26%

30
63
66

R + G + B ~ 21%. #1E3F42 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 63 + 66 = 159 (100%)
R 30 of 159 ~ 18.87%
G 63 of 159 ~ 39.62%
B 66 of 159 ~ 41.51%

%18.87
%39.62
%41.51

CMYK color model

#1E3F42 color CMYK value is (55,5,0,74).

  • cyan value is 54.55%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(55,5,0,74)
C55M5Y0K74 
(55%,5%,0%,74%)
(0.55/0.05/0.00/0.74)	

CMYK percentages

%54.55
%4.55
%0
%74.12

Codes

Color #1E3F42 in popluar color models

1E3F42
RGB306366
HSL185°37.50%18.82%
HSB/HSV185°54.55%25.88%
CMYK54.55%4.55%0.00%
74.12%

Color #1E3F42 in popluar number systems.

HEX1E3F42
Decimal306366
Binary111101111111000010
Octal3677102

Shades and tints

Shades of #1E3F42

#1E3F42
(30,63,66)
#1C3A3C
(28,58,60)
#1A3536
(26,53,54)
#183030
(24,48,48)
#162B2A
(22,43,42)
#142624
(20,38,36)
#12211E
(18,33,30)
#101C18
(16,28,24)
#0E1712
(14,23,18)
#0C120C
(12,18,12)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #1E3F42

#1E3F42
(30,63,66)
#325053
(50,80,83)
#466164
(70,97,100)
#5A7275
(90,114,117)
#6E8386
(110,131,134)
#829497
(130,148,151)
#96A5A8
(150,165,168)
#AAB6B9
(170,182,185)
#BEC7CA
(190,199,202)
#D2D8DB
(210,216,219)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3F42; }

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

This text font color is #1E3F42.


Background Color

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

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

This div background color is #1E3F42.


Border color

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

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

This div border color is #1E3F42.


Opacity

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

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

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

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

This text has shadow with #1E3F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3F42 on black background.


Color preview on white background

This text has color #1E3F42 on white background.



Black color preview on #1E3F42 background

This text has black color on #1E3F42 background.


White color preview on #1E3F42 background

This text has white color on #1E3F42 background.