COLOR #1E3C4E

HEX: #1E3C4E RGB: (30,60,78)

Color info

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

RGB color model

#1E3C4E color RGB value is (30,60,78).

RGB: (30,60,78) (12%, 24%, 31%)

RGB channels and saturation

R 30 of 255 = 12%
G 60 of 255 = 24%
B 78 of 255 = 31%

30
60
78

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

Portions of RGB colors in percentages

R + G + B = 30 + 60 + 78 = 168 (100%)
R 30 of 168 ~ 17.86%
G 60 of 168 ~ 35.71%
B 78 of 168 ~ 46.43'%

%17.86
%35.71
%46.43

CMYK color model

#1E3C4E color CMYK value is (62,23,0,69).

  • cyan value is 61.54%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (62,23,0,69)
C62M23Y0K69 (62%, 23%, 0%, 69%)
(0.62 / 0.23 / 0.00 / 0.69)

CMYK percentages

%61.54
%23.08
%0
%69.41

Codes

Color #1E3C4E in popluar color models

1E 3C 4E
RGB 30 60 78
HSL 203° 44.44% 21.18%
HSB/HSV 203° 61.54% 30.59%
CMYK 61.54% 23.08% 0.00%
69.41%

Color #1E3C4E in popluar number systems.

HEX 1E 3C 4E
Decimal 30 60 78
Binary 11110 111100 1001110
Octal 36 74 116

Shades and tints

Shades of #1E3C4E

#1E3C4E
(30,60,78)
#1C3747
(28,55,71)
#1A3240
(26,50,64)
#182D39
(24,45,57)
#162832
(22,40,50)
#14232B
(20,35,43)
#121E24
(18,30,36)
#10191D
(16,25,29)
#0E1416
(14,20,22)
#0C0F0F
(12,15,15)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #1E3C4E

#1E3C4E
(30,60,78)
#324D5E
(50,77,94)
#465E6E
(70,94,110)
#5A6F7E
(90,111,126)
#6E808E
(110,128,142)
#82919E
(130,145,158)
#96A2AE
(150,162,174)
#AAB3BE
(170,179,190)
#BEC4CE
(190,196,206)
#D2D5DE
(210,213,222)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3C4E color. Also use rgb(30,60,78) instead hex code.

Text Font Color

.myTextColor { color: #1E3C4E; }

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

This text font color is #1E3C4E.

Background Color

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

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

This div background color is #1E3C4E.

Border color

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

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

This div border color is #1E3C4E.

Opacity

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

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

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

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

This text has shadow with #1E3C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3C4E.

Preview

Color preview on black background

This text has color #1E3C4E on black background.


Color preview on white background

This text has color #1E3C4E on white background.


Black color preview on #1E3C4E background

This text has black color on #1E3C4E background.


White color preview on #1E3C4E background

This text has white color on #1E3C4E background.


Related colors

Complementary color

Complementary color for #hex is #E1C3B1.


I love getcolorcode.com

Triadic colors

1 #4E1E3C and #3C4E1E with #1E3C4E are triadic colors.

2 #4E3C1E and #3C1E4E with #1E3C4E are triadic colors.