COLOR #1E4047

HEX: #1E4047
RGB: (30,64,71)

Color info

#1E4047 contains red, green and blue colors in about the same proportion. Web safe color of #1E4047 is #333333 (or #333).

RGB color model

#1E4047 color RGB value is (30,64,71).

  • red value is 30;
  • green value is 64;
  • blue value is 71.
RGB:
(30,64,71)
(12%,25%,28%)

RGB channels and saturation

R 30 of 255 = 12%
G 64 of 255 = 25%
B 71 of 255 = 28%

30
64
71

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

Portions of RGB colors in percentages

R + G + B =
30 + 64 + 71 = 165 (100%)
R 30 of 165 ~ 18.18%
G 64 of 165 ~ 38.79%
B 71 of 165 ~ 43.03%

%18.18
%38.79
%43.03

CMYK color model

#1E4047 color CMYK value is (58,10,0,72).

  • cyan value is 57.75%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(58,10,0,72)
C58M10Y0K72 
(58%,10%,0%,72%)
(0.58/0.10/0.00/0.72)	

CMYK percentages

%57.75
%9.86
%0
%72.16

Codes

Color #1E4047 in popluar color models

1E4047
RGB306471
HSL190°40.59%19.80%
HSB/HSV190°57.75%27.84%
CMYK57.75%9.86%0.00%
72.16%

Color #1E4047 in popluar number systems.

HEX1E4047
Decimal306471
Binary1111010000001000111
Octal36100107

Shades and tints

Shades of #1E4047

#1E4047
(30,64,71)
#1C3B41
(28,59,65)
#1A363B
(26,54,59)
#183135
(24,49,53)
#162C2F
(22,44,47)
#142729
(20,39,41)
#122223
(18,34,35)
#101D1D
(16,29,29)
#0E1817
(14,24,23)
#0C1311
(12,19,17)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #1E4047

#1E4047
(30,64,71)
#325157
(50,81,87)
#466267
(70,98,103)
#5A7377
(90,115,119)
#6E8487
(110,132,135)
#829597
(130,149,151)
#96A6A7
(150,166,167)
#AAB7B7
(170,183,183)
#BEC8C7
(190,200,199)
#D2D9D7
(210,217,215)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E4047 color. Also use rgb(30,64,71) instead hex code.

Text Font Color

.myTextColor { color: #1E4047; }

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

This text font color is #1E4047.


Background Color

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

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

This div background color is #1E4047.


Border color

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

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

This div border color is #1E4047.


Opacity

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

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

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

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

This text has shadow with #1E4047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4047 on black background.


Color preview on white background

This text has color #1E4047 on white background.



Black color preview on #1E4047 background

This text has black color on #1E4047 background.


White color preview on #1E4047 background

This text has white color on #1E4047 background.