COLOR #1E4C60

HEX: #1E4C60 RGB: (30,76,96)

Color info

#1E4C60 contains mainly green and blue colors. Web safe color of #1E4C60 is #333366 (or #336).

RGB color model

#1E4C60 color RGB value is (30,76,96).

RGB: (30,76,96) (12%, 30%, 38%)

RGB channels and saturation

R 30 of 255 = 12%
G 76 of 255 = 30%
B 96 of 255 = 38%

30
76
96

R + G + B ~ 27%. #1E4C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 76 + 96 = 202 (100%)
R 30 of 202 ~ 14.85%
G 76 of 202 ~ 37.62%
B 96 of 202 ~ 47.52'%

%14.85
%37.62
%47.52

CMYK color model

#1E4C60 color CMYK value is (69,21,0,62).

  • cyan value is 68.75%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (69,21,0,62)
C69M21Y0K62 (69%, 21%, 0%, 62%)
(0.69 / 0.21 / 0.00 / 0.62)

CMYK percentages

%68.75
%20.83
%0
%62.35

Codes

Color #1E4C60 in popluar color models

1E 4C 60
RGB 30 76 96
HSL 198° 52.38% 24.71%
HSB/HSV 198° 68.75% 37.65%
CMYK 68.75% 20.83% 0.00%
62.35%

Color #1E4C60 in popluar number systems.

HEX 1E 4C 60
Decimal 30 76 96
Binary 11110 1001100 1100000
Octal 36 114 140

Shades and tints

Shades of #1E4C60

#1E4C60
(30,76,96)
#1C4658
(28,70,88)
#1A4050
(26,64,80)
#183A48
(24,58,72)
#163440
(22,52,64)
#142E38
(20,46,56)
#122830
(18,40,48)
#102228
(16,34,40)
#0E1C20
(14,28,32)
#0C1618
(12,22,24)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #1E4C60

#1E4C60
(30,76,96)
#325C6E
(50,92,110)
#466C7C
(70,108,124)
#5A7C8A
(90,124,138)
#6E8C98
(110,140,152)
#829CA6
(130,156,166)
#96ACB4
(150,172,180)
#AABCC2
(170,188,194)
#BECCD0
(190,204,208)
#D2DCDE
(210,220,222)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4C60 color. Also use rgb(30,76,96) instead hex code.

Text Font Color

.myTextColor { color: #1E4C60; }

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

This text font color is #1E4C60.

Background Color

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

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

This div background color is #1E4C60.

Border color

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

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

This div border color is #1E4C60.

Opacity

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

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

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

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

This text has shadow with #1E4C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E4C60.

Preview

Color preview on black background

This text has color #1E4C60 on black background.


Color preview on white background

This text has color #1E4C60 on white background.


Black color preview on #1E4C60 background

This text has black color on #1E4C60 background.


White color preview on #1E4C60 background

This text has white color on #1E4C60 background.


Related colors

Complementary color

Complementary color for #hex is #E1B39F.


I love getcolorcode.com

Triadic colors

1 #601E4C and #4C601E with #1E4C60 are triadic colors.

2 #604C1E and #4C1E60 with #1E4C60 are triadic colors.