COLOR #1E4355

HEX: #1E4355
RGB: (30,67,85)

Color info

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

RGB color model

#1E4355 color RGB value is (30,67,85).

  • red value is 30;
  • green value is 67;
  • blue value is 85.
RGB:
(30,67,85)
(12%,26%,33%)

RGB channels and saturation

R 30 of 255 = 12%
G 67 of 255 = 26%
B 85 of 255 = 33%

30
67
85

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

Portions of RGB colors in percentages

R + G + B =
30 + 67 + 85 = 182 (100%)
R 30 of 182 ~ 16.48%
G 67 of 182 ~ 36.81%
B 85 of 182 ~ 46.7%

%16.48
%36.81
%46.7

CMYK color model

#1E4355 color CMYK value is (65,21,0,67).

  • cyan value is 64.71%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(65,21,0,67)
C65M21Y0K67 
(65%,21%,0%,67%)
(0.65/0.21/0.00/0.67)	

CMYK percentages

%64.71
%21.18
%0
%66.67

Codes

Color #1E4355 in popluar color models

1E4355
RGB306785
HSL200°47.83%22.55%
HSB/HSV200°64.71%33.33%
CMYK64.71%21.18%0.00%
66.67%

Color #1E4355 in popluar number systems.

HEX1E4355
Decimal306785
Binary1111010000111010101
Octal36103125

Shades and tints

Shades of #1E4355

#1E4355
(30,67,85)
#1C3D4E
(28,61,78)
#1A3747
(26,55,71)
#183140
(24,49,64)
#162B39
(22,43,57)
#142532
(20,37,50)
#121F2B
(18,31,43)
#101924
(16,25,36)
#0E131D
(14,19,29)
#0C0D16
(12,13,22)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #1E4355

#1E4355
(30,67,85)
#325464
(50,84,100)
#466573
(70,101,115)
#5A7682
(90,118,130)
#6E8791
(110,135,145)
#8298A0
(130,152,160)
#96A9AF
(150,169,175)
#AABABE
(170,186,190)
#BECBCD
(190,203,205)
#D2DCDC
(210,220,220)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4355; }

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

This text font color is #1E4355.


Background Color

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

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

This div background color is #1E4355.


Border color

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

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

This div border color is #1E4355.


Opacity

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

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

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

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

This text has shadow with #1E4355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4355 on black background.


Color preview on white background

This text has color #1E4355 on white background.



Black color preview on #1E4355 background

This text has black color on #1E4355 background.


White color preview on #1E4355 background

This text has white color on #1E4355 background.