COLOR #1E4809

HEX: #1E4809
RGB: (30,72,9)

Color info

#1E4809 contains mainly red and green colors. Web safe color of #1E4809 is #333300 (or #330).

RGB color model

#1E4809 color RGB value is (30,72,9).

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

RGB channels and saturation

R 30 of 255 = 12%
G 72 of 255 = 28%
B 9 of 255 = 4%

30
72
9

R + G + B ~ 15%. #1E4809 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 72 + 9 = 111 (100%)
R 30 of 111 ~ 27.03%
G 72 of 111 ~ 64.86%
B 9 of 111 ~ 8.11%

%27.03
%64.86

CMYK color model

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

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 71.76%
CMYK:
(58,0,88,72)
C58M0Y88K72 
(58%,0%,88%,72%)
(0.58/0.00/0.88/0.72)	

CMYK percentages

%58.33
%0
%87.5
%71.76

Codes

Color #1E4809 in popluar color models

1E4809
RGB30729
HSL100°77.78%15.88%
HSB/HSV100°87.50%28.24%
CMYK58.33%0.00%87.50%
71.76%

Color #1E4809 in popluar number systems.

HEX1E4809
Decimal30729
Binary1111010010001001
Octal3611011

Shades and tints

Shades of #1E4809

#1E4809
(30,72,9)
#1C4209
(28,66,9)
#1A3C09
(26,60,9)
#183609
(24,54,9)
#163009
(22,48,9)
#142A09
(20,42,9)
#122409
(18,36,9)
#101E09
(16,30,9)
#0E1809
(14,24,9)
#0C1209
(12,18,9)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #1E4809

#1E4809
(30,72,9)
#32581F
(50,88,31)
#466835
(70,104,53)
#5A784B
(90,120,75)
#6E8861
(110,136,97)
#829877
(130,152,119)
#96A88D
(150,168,141)
#AAB8A3
(170,184,163)
#BEC8B9
(190,200,185)
#D2D8CF
(210,216,207)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4809; }

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

This text font color is #1E4809.


Background Color

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

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

This div background color is #1E4809.


Border color

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

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

This div border color is #1E4809.


Opacity

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

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

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

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

This text has shadow with #1E4809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4809 on black background.


Color preview on white background

This text has color #1E4809 on white background.



Black color preview on #1E4809 background

This text has black color on #1E4809 background.


White color preview on #1E4809 background

This text has white color on #1E4809 background.