COLOR #1E3753

HEX: #1E3753 RGB: (30,55,83)

Color info

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

RGB color model

#1E3753 color RGB value is (30,55,83).

RGB: (30,55,83) (12%, 22%, 33%)

RGB channels and saturation

R 30 of 255 = 12%
G 55 of 255 = 22%
B 83 of 255 = 33%

30
55
83

R + G + B ~ 22%. #1E3753 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 55 + 83 = 168 (100%)
R 30 of 168 ~ 17.86%
G 55 of 168 ~ 32.74%
B 83 of 168 ~ 49.4'%

%17.86
%32.74
%49.4

CMYK color model

#1E3753 color CMYK value is (64,34,0,67).

  • cyan value is 63.86%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (64,34,0,67)
C64M34Y0K67 (64%, 34%, 0%, 67%)
(0.64 / 0.34 / 0.00 / 0.67)

CMYK percentages

%63.86
%33.73
%0
%67.45

Codes

Color #1E3753 in popluar color models

1E 37 53
RGB 30 55 83
HSL 212° 46.90% 22.16%
HSB/HSV 212° 63.86% 32.55%
CMYK 63.86% 33.73% 0.00%
67.45%

Color #1E3753 in popluar number systems.

HEX 1E 37 53
Decimal 30 55 83
Binary 11110 110111 1010011
Octal 36 67 123

Shades and tints

Shades of #1E3753

#1E3753
(30,55,83)
#1C324C
(28,50,76)
#1A2D45
(26,45,69)
#18283E
(24,40,62)
#162337
(22,35,55)
#141E30
(20,30,48)
#121929
(18,25,41)
#101422
(16,20,34)
#0E0F1B
(14,15,27)
#0C0A14
(12,10,20)
#0A050D
(10,5,13)
#000000
(0,0,0)

Tints of #1E3753

#1E3753
(30,55,83)
#324962
(50,73,98)
#465B71
(70,91,113)
#5A6D80
(90,109,128)
#6E7F8F
(110,127,143)
#82919E
(130,145,158)
#96A3AD
(150,163,173)
#AAB5BC
(170,181,188)
#BEC7CB
(190,199,203)
#D2D9DA
(210,217,218)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3753 color. Also use rgb(30,55,83) instead hex code.

Text Font Color

.myTextColor { color: #1E3753; }

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

This text font color is #1E3753.

Background Color

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

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

This div background color is #1E3753.

Border color

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

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

This div border color is #1E3753.

Opacity

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

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

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

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

This text has shadow with #1E3753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3753.

Preview

Color preview on black background

This text has color #1E3753 on black background.


Color preview on white background

This text has color #1E3753 on white background.


Black color preview on #1E3753 background

This text has black color on #1E3753 background.


White color preview on #1E3753 background

This text has white color on #1E3753 background.


Related colors

Complementary color

Complementary color for #hex is #E1C8AC.


I love getcolorcode.com

Triadic colors

1 #531E37 and #37531E with #1E3753 are triadic colors.

2 #53371E and #371E53 with #1E3753 are triadic colors.