COLOR #1E3A50

HEX: #1E3A50
RGB: (30,58,80)

Color info

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

RGB color model

#1E3A50 color RGB value is (30,58,80).

  • red value is 30;
  • green value is 58;
  • blue value is 80.
RGB:
(30,58,80)
(12%,23%,31%)

RGB channels and saturation

R 30 of 255 = 12%
G 58 of 255 = 23%
B 80 of 255 = 31%

30
58
80

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

Portions of RGB colors in percentages

R + G + B =
30 + 58 + 80 = 168 (100%)
R 30 of 168 ~ 17.86%
G 58 of 168 ~ 34.52%
B 80 of 168 ~ 47.62%

%17.86
%34.52
%47.62

CMYK color model

#1E3A50 color CMYK value is (63,28,0,69).

  • cyan value is 62.50%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(63,28,0,69)
C63M28Y0K69 
(63%,28%,0%,69%)
(0.63/0.28/0.00/0.69)	

CMYK percentages

%62.5
%27.5
%0
%68.63

Codes

Color #1E3A50 in popluar color models

1E3A50
RGB305880
HSL206°45.45%21.57%
HSB/HSV206°62.50%31.37%
CMYK62.50%27.50%0.00%
68.63%

Color #1E3A50 in popluar number systems.

HEX1E3A50
Decimal305880
Binary111101110101010000
Octal3672120

Shades and tints

Shades of #1E3A50

#1E3A50
(30,58,80)
#1C3549
(28,53,73)
#1A3042
(26,48,66)
#182B3B
(24,43,59)
#162634
(22,38,52)
#14212D
(20,33,45)
#121C26
(18,28,38)
#10171F
(16,23,31)
#0E1218
(14,18,24)
#0C0D11
(12,13,17)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #1E3A50

#1E3A50
(30,58,80)
#324B5F
(50,75,95)
#465C6E
(70,92,110)
#5A6D7D
(90,109,125)
#6E7E8C
(110,126,140)
#828F9B
(130,143,155)
#96A0AA
(150,160,170)
#AAB1B9
(170,177,185)
#BEC2C8
(190,194,200)
#D2D3D7
(210,211,215)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3A50; }

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

This text font color is #1E3A50.


Background Color

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

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

This div background color is #1E3A50.


Border color

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

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

This div border color is #1E3A50.


Opacity

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

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

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

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

This text has shadow with #1E3A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3A50 on black background.


Color preview on white background

This text has color #1E3A50 on white background.



Black color preview on #1E3A50 background

This text has black color on #1E3A50 background.


White color preview on #1E3A50 background

This text has white color on #1E3A50 background.