COLOR #1E472A

HEX: #1E472A RGB: (30,71,42)

Color info

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

RGB color model

#1E472A color RGB value is (30,71,42).

RGB: (30,71,42) (12%, 28%, 16%)

RGB channels and saturation

R 30 of 255 = 12%
G 71 of 255 = 28%
B 42 of 255 = 16%

30
71
42

R + G + B ~ 19%. #1E472A is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 71 + 42 = 143 (100%)
R 30 of 143 ~ 20.98%
G 71 of 143 ~ 49.65%
B 42 of 143 ~ 29.37'%

%20.98
%49.65
%29.37

CMYK color model

#1E472A color CMYK value is (58,0,41,72).

  • cyan value is 57.75%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 72.16%

CMYK: (58,0,41,72)
C58M0Y41K72 (58%, 0%, 41%, 72%)
(0.58 / 0.00 / 0.41 / 0.72)

CMYK percentages

%57.75
%0
%40.85
%72.16

Codes

Color #1E472A in popluar color models

1E 47 2A
RGB 30 71 42
HSL 138° 40.59% 19.80%
HSB/HSV 138° 57.75% 27.84%
CMYK 57.75% 0.00% 40.85%
72.16%

Color #1E472A in popluar number systems.

HEX 1E 47 2A
Decimal 30 71 42
Binary 11110 1000111 101010
Octal 36 107 52

Shades and tints

Shades of #1E472A

#1E472A
(30,71,42)
#1C4127
(28,65,39)
#1A3B24
(26,59,36)
#183521
(24,53,33)
#162F1E
(22,47,30)
#14291B
(20,41,27)
#122318
(18,35,24)
#101D15
(16,29,21)
#0E1712
(14,23,18)
#0C110F
(12,17,15)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #1E472A

#1E472A
(30,71,42)
#32573D
(50,87,61)
#466750
(70,103,80)
#5A7763
(90,119,99)
#6E8776
(110,135,118)
#829789
(130,151,137)
#96A79C
(150,167,156)
#AAB7AF
(170,183,175)
#BEC7C2
(190,199,194)
#D2D7D5
(210,215,213)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E472A; }

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

This text font color is #1E472A.

Background Color

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

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

This div background color is #1E472A.

Border color

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

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

This div border color is #1E472A.

Opacity

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

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

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

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

This text has shadow with #1E472A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E472A.

Preview

Color preview on black background

This text has color #1E472A on black background.


Color preview on white background

This text has color #1E472A on white background.


Black color preview on #1E472A background

This text has black color on #1E472A background.


White color preview on #1E472A background

This text has white color on #1E472A background.


Related colors

Complementary color

Complementary color for #hex is #E1B8D5.


I love getcolorcode.com

Triadic colors

1 #2A1E47 and #472A1E with #1E472A are triadic colors.

2 #2A471E and #471E2A with #1E472A are triadic colors.