COLOR #1E4C51

HEX: #1E4C51
RGB: (30,76,81)

Color info

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

RGB color model

#1E4C51 color RGB value is (30,76,81).

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

RGB channels and saturation

R 30 of 255 = 12%
G 76 of 255 = 30%
B 81 of 255 = 32%

30
76
81

R + G + B ~ 25%. #1E4C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 76 + 81 = 187 (100%)
R 30 of 187 ~ 16.04%
G 76 of 187 ~ 40.64%
B 81 of 187 ~ 43.32%

%16.04
%40.64
%43.32

CMYK color model

#1E4C51 color CMYK value is (63,6,0,68).

  • cyan value is 62.96%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(63,6,0,68)
C63M6Y0K68 
(63%,6%,0%,68%)
(0.63/0.06/0.00/0.68)	

CMYK percentages

%62.96
%6.17
%0
%68.24

Codes

Color #1E4C51 in popluar color models

1E4C51
RGB307681
HSL186°45.95%21.76%
HSB/HSV186°62.96%31.76%
CMYK62.96%6.17%0.00%
68.24%

Color #1E4C51 in popluar number systems.

HEX1E4C51
Decimal307681
Binary1111010011001010001
Octal36114121

Shades and tints

Shades of #1E4C51

#1E4C51
(30,76,81)
#1C464A
(28,70,74)
#1A4043
(26,64,67)
#183A3C
(24,58,60)
#163435
(22,52,53)
#142E2E
(20,46,46)
#122827
(18,40,39)
#102220
(16,34,32)
#0E1C19
(14,28,25)
#0C1612
(12,22,18)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #1E4C51

#1E4C51
(30,76,81)
#325C60
(50,92,96)
#466C6F
(70,108,111)
#5A7C7E
(90,124,126)
#6E8C8D
(110,140,141)
#829C9C
(130,156,156)
#96ACAB
(150,172,171)
#AABCBA
(170,188,186)
#BECCC9
(190,204,201)
#D2DCD8
(210,220,216)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4C51; }

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

This text font color is #1E4C51.


Background Color

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

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

This div background color is #1E4C51.


Border color

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

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

This div border color is #1E4C51.


Opacity

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

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

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

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

This text has shadow with #1E4C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4C51 on black background.


Color preview on white background

This text has color #1E4C51 on white background.



Black color preview on #1E4C51 background

This text has black color on #1E4C51 background.


White color preview on #1E4C51 background

This text has white color on #1E4C51 background.