COLOR #1E4256

HEX: #1E4256
RGB: (30,66,86)

Color info

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

RGB color model

#1E4256 color RGB value is (30,66,86).

  • red value is 30;
  • green value is 66;
  • blue value is 86.
RGB:
(30,66,86)
(12%,26%,34%)

RGB channels and saturation

R 30 of 255 = 12%
G 66 of 255 = 26%
B 86 of 255 = 34%

30
66
86

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

Portions of RGB colors in percentages

R + G + B =
30 + 66 + 86 = 182 (100%)
R 30 of 182 ~ 16.48%
G 66 of 182 ~ 36.26%
B 86 of 182 ~ 47.25%

%16.48
%36.26
%47.25

CMYK color model

#1E4256 color CMYK value is (65,23,0,66).

  • cyan value is 65.12%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(65,23,0,66)
C65M23Y0K66 
(65%,23%,0%,66%)
(0.65/0.23/0.00/0.66)	

CMYK percentages

%65.12
%23.26
%0
%66.27

Codes

Color #1E4256 in popluar color models

1E4256
RGB306686
HSL201°48.28%22.75%
HSB/HSV201°65.12%33.73%
CMYK65.12%23.26%0.00%
66.27%

Color #1E4256 in popluar number systems.

HEX1E4256
Decimal306686
Binary1111010000101010110
Octal36102126

Shades and tints

Shades of #1E4256

#1E4256
(30,66,86)
#1C3C4F
(28,60,79)
#1A3648
(26,54,72)
#183041
(24,48,65)
#162A3A
(22,42,58)
#142433
(20,36,51)
#121E2C
(18,30,44)
#101825
(16,24,37)
#0E121E
(14,18,30)
#0C0C17
(12,12,23)
#0A0610
(10,6,16)
#000000
(0,0,0)

Tints of #1E4256

#1E4256
(30,66,86)
#325365
(50,83,101)
#466474
(70,100,116)
#5A7583
(90,117,131)
#6E8692
(110,134,146)
#8297A1
(130,151,161)
#96A8B0
(150,168,176)
#AAB9BF
(170,185,191)
#BECACE
(190,202,206)
#D2DBDD
(210,219,221)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4256 color. Also use rgb(30,66,86) instead hex code.

Text Font Color

.myTextColor { color: #1E4256; }

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

This text font color is #1E4256.


Background Color

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

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

This div background color is #1E4256.


Border color

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

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

This div border color is #1E4256.


Opacity

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

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

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

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

This text has shadow with #1E4256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4256 on black background.


Color preview on white background

This text has color #1E4256 on white background.



Black color preview on #1E4256 background

This text has black color on #1E4256 background.


White color preview on #1E4256 background

This text has white color on #1E4256 background.