COLOR #1E4351

HEX: #1E4351
RGB: (30,67,81)

Color info

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

RGB color model

#1E4351 color RGB value is (30,67,81).

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

RGB channels and saturation

R 30 of 255 = 12%
G 67 of 255 = 26%
B 81 of 255 = 32%

30
67
81

R + G + B ~ 23%. #1E4351 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 67 + 81 = 178 (100%)
R 30 of 178 ~ 16.85%
G 67 of 178 ~ 37.64%
B 81 of 178 ~ 45.51%

%16.85
%37.64
%45.51

CMYK color model

#1E4351 color CMYK value is (63,17,0,68).

  • cyan value is 62.96%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(63,17,0,68)
C63M17Y0K68 
(63%,17%,0%,68%)
(0.63/0.17/0.00/0.68)	

CMYK percentages

%62.96
%17.28
%0
%68.24

Codes

Color #1E4351 in popluar color models

1E4351
RGB306781
HSL196°45.95%21.76%
HSB/HSV196°62.96%31.76%
CMYK62.96%17.28%0.00%
68.24%

Color #1E4351 in popluar number systems.

HEX1E4351
Decimal306781
Binary1111010000111010001
Octal36103121

Shades and tints

Shades of #1E4351

#1E4351
(30,67,81)
#1C3D4A
(28,61,74)
#1A3743
(26,55,67)
#18313C
(24,49,60)
#162B35
(22,43,53)
#14252E
(20,37,46)
#121F27
(18,31,39)
#101920
(16,25,32)
#0E1319
(14,19,25)
#0C0D12
(12,13,18)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #1E4351

#1E4351
(30,67,81)
#325460
(50,84,96)
#46656F
(70,101,111)
#5A767E
(90,118,126)
#6E878D
(110,135,141)
#82989C
(130,152,156)
#96A9AB
(150,169,171)
#AABABA
(170,186,186)
#BECBC9
(190,203,201)
#D2DCD8
(210,220,216)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4351; }

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

This text font color is #1E4351.


Background Color

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

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

This div background color is #1E4351.


Border color

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

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

This div border color is #1E4351.


Opacity

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

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

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

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

This text has shadow with #1E4351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4351 on black background.


Color preview on white background

This text has color #1E4351 on white background.



Black color preview on #1E4351 background

This text has black color on #1E4351 background.


White color preview on #1E4351 background

This text has white color on #1E4351 background.