COLOR #1E3C46

HEX: #1E3C46 RGB: (30,60,70)

Color info

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

RGB color model

#1E3C46 color RGB value is (30,60,70).

RGB: (30,60,70) (12%, 24%, 27%)

RGB channels and saturation

R 30 of 255 = 12%
G 60 of 255 = 24%
B 70 of 255 = 27%

30
60
70

R + G + B ~ 21%. #1E3C46 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 60 + 70 = 160 (100%)
R 30 of 160 ~ 18.75%
G 60 of 160 ~ 37.5%
B 70 of 160 ~ 43.75'%

%18.75
%37.5
%43.75

CMYK color model

#1E3C46 color CMYK value is (57,14,0,73).

  • cyan value is 57.14%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (57,14,0,73)
C57M14Y0K73 (57%, 14%, 0%, 73%)
(0.57 / 0.14 / 0.00 / 0.73)

CMYK percentages

%57.14
%14.29
%0
%72.55

Codes

Color #1E3C46 in popluar color models

1E 3C 46
RGB 30 60 70
HSL 195° 40.00% 19.61%
HSB/HSV 195° 57.14% 27.45%
CMYK 57.14% 14.29% 0.00%
72.55%

Color #1E3C46 in popluar number systems.

HEX 1E 3C 46
Decimal 30 60 70
Binary 11110 111100 1000110
Octal 36 74 106

Shades and tints

Shades of #1E3C46

#1E3C46
(30,60,70)
#1C3740
(28,55,64)
#1A323A
(26,50,58)
#182D34
(24,45,52)
#16282E
(22,40,46)
#142328
(20,35,40)
#121E22
(18,30,34)
#10191C
(16,25,28)
#0E1416
(14,20,22)
#0C0F10
(12,15,16)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #1E3C46

#1E3C46
(30,60,70)
#324D56
(50,77,86)
#465E66
(70,94,102)
#5A6F76
(90,111,118)
#6E8086
(110,128,134)
#829196
(130,145,150)
#96A2A6
(150,162,166)
#AAB3B6
(170,179,182)
#BEC4C6
(190,196,198)
#D2D5D6
(210,213,214)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3C46 color. Also use rgb(30,60,70) instead hex code.

Text Font Color

.myTextColor { color: #1E3C46; }

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

This text font color is #1E3C46.

Background Color

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

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

This div background color is #1E3C46.

Border color

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

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

This div border color is #1E3C46.

Opacity

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

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

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

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

This text has shadow with #1E3C46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3C46.

Preview

Color preview on black background

This text has color #1E3C46 on black background.


Color preview on white background

This text has color #1E3C46 on white background.


Black color preview on #1E3C46 background

This text has black color on #1E3C46 background.


White color preview on #1E3C46 background

This text has white color on #1E3C46 background.


Related colors

Complementary color

Complementary color for #hex is #E1C3B9.


I love getcolorcode.com

Triadic colors

1 #461E3C and #3C461E with #1E3C46 are triadic colors.

2 #463C1E and #3C1E46 with #1E3C46 are triadic colors.