COLOR #1E2737

HEX: #1E2737 RGB: (30,39,55)

Color info

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

RGB color model

#1E2737 color RGB value is (30,39,55).

RGB: (30,39,55) (12%, 15%, 22%)

RGB channels and saturation

R 30 of 255 = 12%
G 39 of 255 = 15%
B 55 of 255 = 22%

30
39
55

R + G + B ~ 16%. #1E2737 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 39 + 55 = 124 (100%)
R 30 of 124 ~ 24.19%
G 39 of 124 ~ 31.45%
B 55 of 124 ~ 44.35'%

%24.19
%31.45
%44.35

CMYK color model

#1E2737 color CMYK value is (45,29,0,78).

  • cyan value is 45.45%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (45,29,0,78)
C45M29Y0K78 (45%, 29%, 0%, 78%)
(0.45 / 0.29 / 0.00 / 0.78)

CMYK percentages

%45.45
%29.09
%0
%78.43

Codes

Color #1E2737 in popluar color models

1E 27 37
RGB 30 39 55
HSL 218° 29.41% 16.67%
HSB/HSV 218° 45.45% 21.57%
CMYK 45.45% 29.09% 0.00%
78.43%

Color #1E2737 in popluar number systems.

HEX 1E 27 37
Decimal 30 39 55
Binary 11110 100111 110111
Octal 36 47 67

Shades and tints

Shades of #1E2737

#1E2737
(30,39,55)
#1C2432
(28,36,50)
#1A212D
(26,33,45)
#181E28
(24,30,40)
#161B23
(22,27,35)
#14181E
(20,24,30)
#121519
(18,21,25)
#101214
(16,18,20)
#0E0F0F
(14,15,15)
#0C0C0A
(12,12,10)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #1E2737

#1E2737
(30,39,55)
#323A49
(50,58,73)
#464D5B
(70,77,91)
#5A606D
(90,96,109)
#6E737F
(110,115,127)
#828691
(130,134,145)
#9699A3
(150,153,163)
#AAACB5
(170,172,181)
#BEBFC7
(190,191,199)
#D2D2D9
(210,210,217)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E2737 color. Also use rgb(30,39,55) instead hex code.

Text Font Color

.myTextColor { color: #1E2737; }

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

This text font color is #1E2737.

Background Color

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

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

This div background color is #1E2737.

Border color

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

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

This div border color is #1E2737.

Opacity

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

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

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

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

This text has shadow with #1E2737 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E2737.

Preview

Color preview on black background

This text has color #1E2737 on black background.


Color preview on white background

This text has color #1E2737 on white background.


Black color preview on #1E2737 background

This text has black color on #1E2737 background.


White color preview on #1E2737 background

This text has white color on #1E2737 background.


Related colors

Complementary color

Complementary color for #hex is #E1D8C8.


I love getcolorcode.com

Triadic colors

1 #371E27 and #27371E with #1E2737 are triadic colors.

2 #37271E and #271E37 with #1E2737 are triadic colors.