COLOR #1E4A4F

HEX: #1E4A4F
RGB: (30,74,79)

Color info

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

RGB color model

#1E4A4F color RGB value is (30,74,79).

  • red value is 30;
  • green value is 74;
  • blue value is 79.
RGB:
(30,74,79)
(12%,29%,31%)

RGB channels and saturation

R 30 of 255 = 12%
G 74 of 255 = 29%
B 79 of 255 = 31%

30
74
79

R + G + B ~ 24%. #1E4A4F is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 74 + 79 = 183 (100%)
R 30 of 183 ~ 16.39%
G 74 of 183 ~ 40.44%
B 79 of 183 ~ 43.17%

%16.39
%40.44
%43.17

CMYK color model

#1E4A4F color CMYK value is (62,6,0,69).

  • cyan value is 62.03%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(62,6,0,69)
C62M6Y0K69 
(62%,6%,0%,69%)
(0.62/0.06/0.00/0.69)	

CMYK percentages

%62.03
%6.33
%0
%69.02

Codes

Color #1E4A4F in popluar color models

1E4A4F
RGB307479
HSL186°44.95%21.37%
HSB/HSV186°62.03%30.98%
CMYK62.03%6.33%0.00%
69.02%

Color #1E4A4F in popluar number systems.

HEX1E4A4F
Decimal307479
Binary1111010010101001111
Octal36112117

Shades and tints

Shades of #1E4A4F

#1E4A4F
(30,74,79)
#1C4448
(28,68,72)
#1A3E41
(26,62,65)
#18383A
(24,56,58)
#163233
(22,50,51)
#142C2C
(20,44,44)
#122625
(18,38,37)
#10201E
(16,32,30)
#0E1A17
(14,26,23)
#0C1410
(12,20,16)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #1E4A4F

#1E4A4F
(30,74,79)
#325A5F
(50,90,95)
#466A6F
(70,106,111)
#5A7A7F
(90,122,127)
#6E8A8F
(110,138,143)
#829A9F
(130,154,159)
#96AAAF
(150,170,175)
#AABABF
(170,186,191)
#BECACF
(190,202,207)
#D2DADF
(210,218,223)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4A4F color. Also use rgb(30,74,79) instead hex code.

Text Font Color

.myTextColor { color: #1E4A4F; }

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

This text font color is #1E4A4F.


Background Color

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

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

This div background color is #1E4A4F.


Border color

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

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

This div border color is #1E4A4F.


Opacity

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

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

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

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

This text has shadow with #1E4A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4A4F on black background.


Color preview on white background

This text has color #1E4A4F on white background.



Black color preview on #1E4A4F background

This text has black color on #1E4A4F background.


White color preview on #1E4A4F background

This text has white color on #1E4A4F background.