COLOR #1E384A

HEX: #1E384A
RGB: (30,56,74)

Color info

#1E384A contains red, green and blue colors in about the same proportion. Web safe color of #1E384A is #333333 (or #333).

RGB color model

#1E384A color RGB value is (30,56,74).

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

RGB channels and saturation

R 30 of 255 = 12%
G 56 of 255 = 22%
B 74 of 255 = 29%

30
56
74

R + G + B ~ 21%. #1E384A is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 56 + 74 = 160 (100%)
R 30 of 160 ~ 18.75%
G 56 of 160 ~ 35%
B 74 of 160 ~ 46.25%

%18.75
%35
%46.25

CMYK color model

#1E384A color CMYK value is (59,24,0,71).

  • cyan value is 59.46%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(59,24,0,71)
C59M24Y0K71 
(59%,24%,0%,71%)
(0.59/0.24/0.00/0.71)	

CMYK percentages

%59.46
%24.32
%0
%70.98

Codes

Color #1E384A in popluar color models

1E384A
RGB305674
HSL205°42.31%20.39%
HSB/HSV205°59.46%29.02%
CMYK59.46%24.32%0.00%
70.98%

Color #1E384A in popluar number systems.

HEX1E384A
Decimal305674
Binary111101110001001010
Octal3670112

Shades and tints

Shades of #1E384A

#1E384A
(30,56,74)
#1C3344
(28,51,68)
#1A2E3E
(26,46,62)
#182938
(24,41,56)
#162432
(22,36,50)
#141F2C
(20,31,44)
#121A26
(18,26,38)
#101520
(16,21,32)
#0E101A
(14,16,26)
#0C0B14
(12,11,20)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #1E384A

#1E384A
(30,56,74)
#324A5A
(50,74,90)
#465C6A
(70,92,106)
#5A6E7A
(90,110,122)
#6E808A
(110,128,138)
#82929A
(130,146,154)
#96A4AA
(150,164,170)
#AAB6BA
(170,182,186)
#BEC8CA
(190,200,202)
#D2DADA
(210,218,218)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E384A; }

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

This text font color is #1E384A.


Background Color

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

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

This div background color is #1E384A.


Border color

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

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

This div border color is #1E384A.


Opacity

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

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

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

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

This text has shadow with #1E384A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E384A on black background.


Color preview on white background

This text has color #1E384A on white background.



Black color preview on #1E384A background

This text has black color on #1E384A background.


White color preview on #1E384A background

This text has white color on #1E384A background.