COLOR #1E473F

HEX: #1E473F RGB: (30,71,63)

Color info

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

RGB color model

#1E473F color RGB value is (30,71,63).

RGB: (30,71,63) (12%, 28%, 25%)

RGB channels and saturation

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

30
71
63

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

Portions of RGB colors in percentages

R + G + B = 30 + 71 + 63 = 164 (100%)
R 30 of 164 ~ 18.29%
G 71 of 164 ~ 43.29%
B 63 of 164 ~ 38.41'%

%18.29
%43.29
%38.41

CMYK color model

#1E473F color CMYK value is (58,0,11,72).

  • cyan value is 57.75%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK: (58,0,11,72) C58M0Y11K72 (58%,0%,11%,72%) (0.58/0.00/0.11/0.72) 

CMYK percentages

%57.75
%0
%11.27
%72.16

Codes

Color #1E473F in popluar color models

1E 47 3F
RGB 30 71 63
HSL 168° 40.59% 19.80%
HSB/HSV 168° 57.75% 27.84%
CMYK 57.75% 0.00% 11.27%
72.16%

Color #1E473F in popluar number systems.

HEX 1E 47 3F
Decimal 30 71 63
Binary 11110 1000111 111111
Octal 36 107 77

Shades and tints

Shades of #1E473F

#1E473F
(30,71,63)
#1C413A
(28,65,58)
#1A3B35
(26,59,53)
#183530
(24,53,48)
#162F2B
(22,47,43)
#142926
(20,41,38)
#122321
(18,35,33)
#101D1C
(16,29,28)
#0E1717
(14,23,23)
#0C1112
(12,17,18)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #1E473F

#1E473F
(30,71,63)
#325750
(50,87,80)
#466761
(70,103,97)
#5A7772
(90,119,114)
#6E8783
(110,135,131)
#829794
(130,151,148)
#96A7A5
(150,167,165)
#AAB7B6
(170,183,182)
#BEC7C7
(190,199,199)
#D2D7D8
(210,215,216)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E473F; }

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

This text font color is #1E473F.

Background Color

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

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

This div background color is #1E473F.

Border color

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

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

This div border color is #1E473F.

Opacity

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

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

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

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

This text has shadow with #1E473F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E473F.

Preview

Color preview on black background

This text has color #1E473F on black background.


Color preview on white background

This text has color #1E473F on white background.


Black color preview on #1E473F background

This text has black color on #1E473F background.


White color preview on #1E473F background

This text has white color on #1E473F background.


Related colors

Complementary color

Complementary color for #hex is #E1B8C0.


I love getcolorcode.com

Triadic colors

1 #3F1E47 and #473F1E with #1E473F are triadic colors.

2 #3F471E and #471E3F with #1E473F are triadic colors.