COLOR #1E3143

HEX: #1E3143 RGB: (30,49,67)

Color info

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

RGB color model

#1E3143 color RGB value is (30,49,67).

RGB: (30,49,67) (12%, 19%, 26%)

RGB channels and saturation

R 30 of 255 = 12%
G 49 of 255 = 19%
B 67 of 255 = 26%

30
49
67

R + G + B ~ 19%. #1E3143 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 49 + 67 = 146 (100%)
R 30 of 146 ~ 20.55%
G 49 of 146 ~ 33.56%
B 67 of 146 ~ 45.89'%

%20.55
%33.56
%45.89

CMYK color model

#1E3143 color CMYK value is (55,27,0,74).

  • cyan value is 55.22%
  • magenta value is 26.87%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK: (55,27,0,74) C55M27Y0K74 (55%,27%,0%,74%) (0.55/0.27/0.00/0.74) 

CMYK percentages

%55.22
%26.87
%0
%73.73

Codes

Color #1E3143 in popluar color models

1E 31 43
RGB 30 49 67
HSL 209° 38.14% 19.02%
HSB/HSV 209° 55.22% 26.27%
CMYK 55.22% 26.87% 0.00%
73.73%

Color #1E3143 in popluar number systems.

HEX 1E 31 43
Decimal 30 49 67
Binary 11110 110001 1000011
Octal 36 61 103

Shades and tints

Shades of #1E3143

#1E3143
(30,49,67)
#1C2D3D
(28,45,61)
#1A2937
(26,41,55)
#182531
(24,37,49)
#16212B
(22,33,43)
#141D25
(20,29,37)
#12191F
(18,25,31)
#101519
(16,21,25)
#0E1113
(14,17,19)
#0C0D0D
(12,13,13)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #1E3143

#1E3143
(30,49,67)
#324354
(50,67,84)
#465565
(70,85,101)
#5A6776
(90,103,118)
#6E7987
(110,121,135)
#828B98
(130,139,152)
#969DA9
(150,157,169)
#AAAFBA
(170,175,186)
#BEC1CB
(190,193,203)
#D2D3DC
(210,211,220)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3143 color. Also use rgb(30,49,67) instead hex code.

Text Font Color

.myTextColor { color: #1E3143; }

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

This text font color is #1E3143.

Background Color

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

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

This div background color is #1E3143.

Border color

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

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

This div border color is #1E3143.

Opacity

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

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

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

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

This text has shadow with #1E3143 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3143.

Preview

Color preview on black background

This text has color #1E3143 on black background.


Color preview on white background

This text has color #1E3143 on white background.


Black color preview on #1E3143 background

This text has black color on #1E3143 background.


White color preview on #1E3143 background

This text has white color on #1E3143 background.


Related colors

Complementary color

Complementary color for #hex is #E1CEBC.


I love getcolorcode.com

Triadic colors

1 #431E31 and #31431E with #1E3143 are triadic colors.

2 #43311E and #311E43 with #1E3143 are triadic colors.