COLOR #1E2E39

HEX: #1E2E39 RGB: (30,46,57)

Color info

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

RGB color model

#1E2E39 color RGB value is (30,46,57).

RGB: (30,46,57) (12%, 18%, 22%)

RGB channels and saturation

R 30 of 255 = 12%
G 46 of 255 = 18%
B 57 of 255 = 22%

30
46
57

R + G + B ~ 17%. #1E2E39 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 46 + 57 = 133 (100%)
R 30 of 133 ~ 22.56%
G 46 of 133 ~ 34.59%
B 57 of 133 ~ 42.86'%

%22.56
%34.59
%42.86

CMYK color model

#1E2E39 color CMYK value is (47,19,0,78).

  • cyan value is 47.37%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (47,19,0,78)
C47M19Y0K78 (47%, 19%, 0%, 78%)
(0.47 / 0.19 / 0.00 / 0.78)

CMYK percentages

%47.37
%19.3
%0
%77.65

Codes

Color #1E2E39 in popluar color models

1E 2E 39
RGB 30 46 57
HSL 204° 31.03% 17.06%
HSB/HSV 204° 47.37% 22.35%
CMYK 47.37% 19.30% 0.00%
77.65%

Color #1E2E39 in popluar number systems.

HEX 1E 2E 39
Decimal 30 46 57
Binary 11110 101110 111001
Octal 36 56 71

Shades and tints

Shades of #1E2E39

#1E2E39
(30,46,57)
#1C2A34
(28,42,52)
#1A262F
(26,38,47)
#18222A
(24,34,42)
#161E25
(22,30,37)
#141A20
(20,26,32)
#12161B
(18,22,27)
#101216
(16,18,22)
#0E0E11
(14,14,17)
#0C0A0C
(12,10,12)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #1E2E39

#1E2E39
(30,46,57)
#32414B
(50,65,75)
#46545D
(70,84,93)
#5A676F
(90,103,111)
#6E7A81
(110,122,129)
#828D93
(130,141,147)
#96A0A5
(150,160,165)
#AAB3B7
(170,179,183)
#BEC6C9
(190,198,201)
#D2D9DB
(210,217,219)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2E39; }

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

This text font color is #1E2E39.

Background Color

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

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

This div background color is #1E2E39.

Border color

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

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

This div border color is #1E2E39.

Opacity

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

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

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

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

This text has shadow with #1E2E39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E2E39.

Preview

Color preview on black background

This text has color #1E2E39 on black background.


Color preview on white background

This text has color #1E2E39 on white background.


Black color preview on #1E2E39 background

This text has black color on #1E2E39 background.


White color preview on #1E2E39 background

This text has white color on #1E2E39 background.


Related colors

Complementary color

Complementary color for #hex is #E1D1C6.


I love getcolorcode.com

Triadic colors

1 #391E2E and #2E391E with #1E2E39 are triadic colors.

2 #392E1E and #2E1E39 with #1E2E39 are triadic colors.