COLOR #1E3950

HEX: #1E3950 RGB: (30,57,80)

Color info

#1E3950 contains red, green and blue colors in about the same proportion. Web safe color of #1E3950 is #333366 (or #336).

RGB color model

#1E3950 color RGB value is (30,57,80).

RGB: (30,57,80) (12%, 22%, 31%)

RGB channels and saturation

R 30 of 255 = 12%
G 57 of 255 = 22%
B 80 of 255 = 31%

30
57
80

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

Portions of RGB colors in percentages

R + G + B = 30 + 57 + 80 = 167 (100%)
R 30 of 167 ~ 17.96%
G 57 of 167 ~ 34.13%
B 80 of 167 ~ 47.9'%

%17.96
%34.13
%47.9

CMYK color model

#1E3950 color CMYK value is (63,29,0,69).

  • cyan value is 62.50%
  • magenta value is 28.75%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (63,29,0,69)
C63M29Y0K69 (63%, 29%, 0%, 69%)
(0.63 / 0.29 / 0.00 / 0.69)

CMYK percentages

%62.5
%28.75
%0
%68.63

Codes

Color #1E3950 in popluar color models

1E 39 50
RGB 30 57 80
HSL 208° 45.45% 21.57%
HSB/HSV 208° 62.50% 31.37%
CMYK 62.50% 28.75% 0.00%
68.63%

Color #1E3950 in popluar number systems.

HEX 1E 39 50
Decimal 30 57 80
Binary 11110 111001 1010000
Octal 36 71 120

Shades and tints

Shades of #1E3950

#1E3950
(30,57,80)
#1C3449
(28,52,73)
#1A2F42
(26,47,66)
#182A3B
(24,42,59)
#162534
(22,37,52)
#14202D
(20,32,45)
#121B26
(18,27,38)
#10161F
(16,22,31)
#0E1118
(14,17,24)
#0C0C11
(12,12,17)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #1E3950

#1E3950
(30,57,80)
#324B5F
(50,75,95)
#465D6E
(70,93,110)
#5A6F7D
(90,111,125)
#6E818C
(110,129,140)
#82939B
(130,147,155)
#96A5AA
(150,165,170)
#AAB7B9
(170,183,185)
#BEC9C8
(190,201,200)
#D2DBD7
(210,219,215)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3950; }

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

This text font color is #1E3950.

Background Color

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

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

This div background color is #1E3950.

Border color

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

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

This div border color is #1E3950.

Opacity

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

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

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

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

This text has shadow with #1E3950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3950.

Preview

Color preview on black background

This text has color #1E3950 on black background.


Color preview on white background

This text has color #1E3950 on white background.


Black color preview on #1E3950 background

This text has black color on #1E3950 background.


White color preview on #1E3950 background

This text has white color on #1E3950 background.


Related colors

Complementary color

Complementary color for #hex is #E1C6AF.


I love getcolorcode.com

Triadic colors

1 #501E39 and #39501E with #1E3950 are triadic colors.

2 #50391E and #391E50 with #1E3950 are triadic colors.