COLOR #1E471E

HEX: #1E471E
RGB: (30,71,30)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

30
71
30

R + G + B ~ 17%. #1E471E is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 71 + 30 = 131 (100%)
R 30 of 131 ~ 22.9%
G 71 of 131 ~ 54.2%
B 30 of 131 ~ 22.9%

%22.9
%54.2
%22.9

CMYK color model

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

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

CMYK percentages

%57.75
%0
%57.75
%72.16

Codes

Color #1E471E in popluar color models

1E471E
RGB307130
HSL120°40.59%19.80%
HSB/HSV120°57.75%27.84%
CMYK57.75%0.00%57.75%
72.16%

Color #1E471E in popluar number systems.

HEX1E471E
Decimal307130
Binary11110100011111110
Octal3610736

Shades and tints

Shades of #1E471E

#1E471E
(30,71,30)
#1C411C
(28,65,28)
#1A3B1A
(26,59,26)
#183518
(24,53,24)
#162F16
(22,47,22)
#142914
(20,41,20)
#122312
(18,35,18)
#101D10
(16,29,16)
#0E170E
(14,23,14)
#0C110C
(12,17,12)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #1E471E

#1E471E
(30,71,30)
#325732
(50,87,50)
#466746
(70,103,70)
#5A775A
(90,119,90)
#6E876E
(110,135,110)
#829782
(130,151,130)
#96A796
(150,167,150)
#AAB7AA
(170,183,170)
#BEC7BE
(190,199,190)
#D2D7D2
(210,215,210)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E471E; }

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

This text font color is #1E471E.


Background Color

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

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

This div background color is #1E471E.


Border color

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

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

This div border color is #1E471E.


Opacity

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

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

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

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

This text has shadow with #1E471E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E471E on black background.


Color preview on white background

This text has color #1E471E on white background.



Black color preview on #1E471E background

This text has black color on #1E471E background.


White color preview on #1E471E background

This text has white color on #1E471E background.