COLOR #1E476A

HEX: #1E476A RGB: (30,71,106)

Color info

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

RGB color model

#1E476A color RGB value is (30,71,106).

RGB: (30,71,106) (12%, 28%, 42%)

RGB channels and saturation

R 30 of 255 = 12%
G 71 of 255 = 28%
B 106 of 255 = 42%

30
71
106

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

Portions of RGB colors in percentages

R + G + B = 30 + 71 + 106 = 207 (100%)
R 30 of 207 ~ 14.49%
G 71 of 207 ~ 34.3%
B 106 of 207 ~ 51.21'%

%14.49
%34.3
%51.21

CMYK color model

#1E476A color CMYK value is (72,33,0,58).

  • cyan value is 71.70%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (72,33,0,58)
C72M33Y0K58 (72%, 33%, 0%, 58%)
(0.72 / 0.33 / 0.00 / 0.58)

CMYK percentages

%71.7
%33.02
%0
%58.43

Codes

Color #1E476A in popluar color models

1E 47 6A
RGB 30 71 106
HSL 208° 55.88% 26.67%
HSB/HSV 208° 71.70% 41.57%
CMYK 71.70% 33.02% 0.00%
58.43%

Color #1E476A in popluar number systems.

HEX 1E 47 6A
Decimal 30 71 106
Binary 11110 1000111 1101010
Octal 36 107 152

Shades and tints

Shades of #1E476A

#1E476A
(30,71,106)
#1C4161
(28,65,97)
#1A3B58
(26,59,88)
#18354F
(24,53,79)
#162F46
(22,47,70)
#14293D
(20,41,61)
#122334
(18,35,52)
#101D2B
(16,29,43)
#0E1722
(14,23,34)
#0C1119
(12,17,25)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #1E476A

#1E476A
(30,71,106)
#325777
(50,87,119)
#466784
(70,103,132)
#5A7791
(90,119,145)
#6E879E
(110,135,158)
#8297AB
(130,151,171)
#96A7B8
(150,167,184)
#AAB7C5
(170,183,197)
#BEC7D2
(190,199,210)
#D2D7DF
(210,215,223)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E476A; }

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

This text font color is #1E476A.

Background Color

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

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

This div background color is #1E476A.

Border color

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

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

This div border color is #1E476A.

Opacity

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

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

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

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

This text has shadow with #1E476A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E476A.

Preview

Color preview on black background

This text has color #1E476A on black background.


Color preview on white background

This text has color #1E476A on white background.


Black color preview on #1E476A background

This text has black color on #1E476A background.


White color preview on #1E476A background

This text has white color on #1E476A background.


Related colors

Complementary color

Complementary color for #hex is #E1B895.


I love getcolorcode.com

Triadic colors

1 #6A1E47 and #476A1E with #1E476A are triadic colors.

2 #6A471E and #471E6A with #1E476A are triadic colors.