COLOR #1E3F47

HEX: #1E3F47 RGB: (30,63,71)

Color info

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

RGB color model

#1E3F47 color RGB value is (30,63,71).

RGB: (30,63,71) (12%, 25%, 28%)

RGB channels and saturation

R 30 of 255 = 12%
G 63 of 255 = 25%
B 71 of 255 = 28%

30
63
71

R + G + B ~ 22%. #1E3F47 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 63 + 71 = 164 (100%)
R 30 of 164 ~ 18.29%
G 63 of 164 ~ 38.41%
B 71 of 164 ~ 43.29'%

%18.29
%38.41
%43.29

CMYK color model

#1E3F47 color CMYK value is (58,11,0,72).

  • cyan value is 57.75%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (58,11,0,72)
C58M11Y0K72 (58%, 11%, 0%, 72%)
(0.58 / 0.11 / 0.00 / 0.72)

CMYK percentages

%57.75
%11.27
%0
%72.16

Codes

Color #1E3F47 in popluar color models

1E 3F 47
RGB 30 63 71
HSL 192° 40.59% 19.80%
HSB/HSV 192° 57.75% 27.84%
CMYK 57.75% 11.27% 0.00%
72.16%

Color #1E3F47 in popluar number systems.

HEX 1E 3F 47
Decimal 30 63 71
Binary 11110 111111 1000111
Octal 36 77 107

Shades and tints

Shades of #1E3F47

#1E3F47
(30,63,71)
#1C3A41
(28,58,65)
#1A353B
(26,53,59)
#183035
(24,48,53)
#162B2F
(22,43,47)
#142629
(20,38,41)
#122123
(18,33,35)
#101C1D
(16,28,29)
#0E1717
(14,23,23)
#0C1211
(12,18,17)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #1E3F47

#1E3F47
(30,63,71)
#325057
(50,80,87)
#466167
(70,97,103)
#5A7277
(90,114,119)
#6E8387
(110,131,135)
#829497
(130,148,151)
#96A5A7
(150,165,167)
#AAB6B7
(170,182,183)
#BEC7C7
(190,199,199)
#D2D8D7
(210,216,215)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3F47; }

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

This text font color is #1E3F47.

Background Color

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

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

This div background color is #1E3F47.

Border color

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

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

This div border color is #1E3F47.

Opacity

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

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

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

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

This text has shadow with #1E3F47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3F47.

Preview

Color preview on black background

This text has color #1E3F47 on black background.


Color preview on white background

This text has color #1E3F47 on white background.


Black color preview on #1E3F47 background

This text has black color on #1E3F47 background.


White color preview on #1E3F47 background

This text has white color on #1E3F47 background.


Related colors

Complementary color

Complementary color for #hex is #E1C0B8.


I love getcolorcode.com

Triadic colors

1 #471E3F and #3F471E with #1E3F47 are triadic colors.

2 #473F1E and #3F1E47 with #1E3F47 are triadic colors.