COLOR #1E472E

HEX: #1E472E
RGB: (30,71,46)

Color info

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

RGB color model

#1E472E color RGB value is (30,71,46).

  • red value is 30;
  • green value is 71;
  • blue value is 46.
RGB:
(30,71,46)
(12%,28%,18%)

RGB channels and saturation

R 30 of 255 = 12%
G 71 of 255 = 28%
B 46 of 255 = 18%

30
71
46

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

Portions of RGB colors in percentages

R + G + B =
30 + 71 + 46 = 147 (100%)
R 30 of 147 ~ 20.41%
G 71 of 147 ~ 48.3%
B 46 of 147 ~ 31.29%

%20.41
%48.3
%31.29

CMYK color model

#1E472E color CMYK value is (58,0,35,72).

  • cyan value is 57.75%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 72.16%
CMYK:
(58,0,35,72)
C58M0Y35K72 
(58%,0%,35%,72%)
(0.58/0.00/0.35/0.72)	

CMYK percentages

%57.75
%0
%35.21
%72.16

Codes

Color #1E472E in popluar color models

1E472E
RGB307146
HSL143°40.59%19.80%
HSB/HSV143°57.75%27.84%
CMYK57.75%0.00%35.21%
72.16%

Color #1E472E in popluar number systems.

HEX1E472E
Decimal307146
Binary111101000111101110
Octal3610756

Shades and tints

Shades of #1E472E

#1E472E
(30,71,46)
#1C412A
(28,65,42)
#1A3B26
(26,59,38)
#183522
(24,53,34)
#162F1E
(22,47,30)
#14291A
(20,41,26)
#122316
(18,35,22)
#101D12
(16,29,18)
#0E170E
(14,23,14)
#0C110A
(12,17,10)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #1E472E

#1E472E
(30,71,46)
#325741
(50,87,65)
#466754
(70,103,84)
#5A7767
(90,119,103)
#6E877A
(110,135,122)
#82978D
(130,151,141)
#96A7A0
(150,167,160)
#AAB7B3
(170,183,179)
#BEC7C6
(190,199,198)
#D2D7D9
(210,215,217)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E472E; }

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

This text font color is #1E472E.


Background Color

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

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

This div background color is #1E472E.


Border color

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

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

This div border color is #1E472E.


Opacity

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

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

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

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

This text has shadow with #1E472E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E472E on black background.


Color preview on white background

This text has color #1E472E on white background.



Black color preview on #1E472E background

This text has black color on #1E472E background.


White color preview on #1E472E background

This text has white color on #1E472E background.