COLOR #1E4239

HEX: #1E4239 RGB: (30,66,57)

Color info

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

RGB color model

#1E4239 color RGB value is (30,66,57).

RGB: (30,66,57) (12%, 26%, 22%)

RGB channels and saturation

R 30 of 255 = 12%
G 66 of 255 = 26%
B 57 of 255 = 22%

30
66
57

R + G + B ~ 20%. #1E4239 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 66 + 57 = 153 (100%)
R 30 of 153 ~ 19.61%
G 66 of 153 ~ 43.14%
B 57 of 153 ~ 37.25'%

%19.61
%43.14
%37.25

CMYK color model

#1E4239 color CMYK value is (55,0,14,74).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 74.12%

CMYK: (55,0,14,74)
C55M0Y14K74 (55%, 0%, 14%, 74%)
(0.55 / 0.00 / 0.14 / 0.74)

CMYK percentages

%54.55
%0
%13.64
%74.12

Codes

Color #1E4239 in popluar color models

1E 42 39
RGB 30 66 57
HSL 165° 37.50% 18.82%
HSB/HSV 165° 54.55% 25.88%
CMYK 54.55% 0.00% 13.64%
74.12%

Color #1E4239 in popluar number systems.

HEX 1E 42 39
Decimal 30 66 57
Binary 11110 1000010 111001
Octal 36 102 71

Shades and tints

Shades of #1E4239

#1E4239
(30,66,57)
#1C3C34
(28,60,52)
#1A362F
(26,54,47)
#18302A
(24,48,42)
#162A25
(22,42,37)
#142420
(20,36,32)
#121E1B
(18,30,27)
#101816
(16,24,22)
#0E1211
(14,18,17)
#0C0C0C
(12,12,12)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #1E4239

#1E4239
(30,66,57)
#32534B
(50,83,75)
#46645D
(70,100,93)
#5A756F
(90,117,111)
#6E8681
(110,134,129)
#829793
(130,151,147)
#96A8A5
(150,168,165)
#AAB9B7
(170,185,183)
#BECAC9
(190,202,201)
#D2DBDB
(210,219,219)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4239; }

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

This text font color is #1E4239.

Background Color

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

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

This div background color is #1E4239.

Border color

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

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

This div border color is #1E4239.

Opacity

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

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

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

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

This text has shadow with #1E4239 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E4239.

Preview

Color preview on black background

This text has color #1E4239 on black background.


Color preview on white background

This text has color #1E4239 on white background.


Black color preview on #1E4239 background

This text has black color on #1E4239 background.


White color preview on #1E4239 background

This text has white color on #1E4239 background.


Related colors

Complementary color

Complementary color for #hex is #E1BDC6.


I love getcolorcode.com

Triadic colors

1 #391E42 and #42391E with #1E4239 are triadic colors.

2 #39421E and #421E39 with #1E4239 are triadic colors.