COLOR #1E4713

HEX: #1E4713
RGB: (30,71,19)

Color info

#1E4713 contains red, green and blue colors in about the same proportion. Web safe color of #1E4713 is #333300 (or #330).

RGB color model

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

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

RGB channels and saturation

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

30
71
19

R + G + B ~ 16%. #1E4713 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 71 + 19 = 120 (100%)
R 30 of 120 ~ 25%
G 71 of 120 ~ 59.17%
B 19 of 120 ~ 15.83%

%25
%59.17
%15.83

CMYK color model

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

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

CMYK percentages

%57.75
%0
%73.24
%72.16

Codes

Color #1E4713 in popluar color models

1E4713
RGB307119
HSL107°57.78%17.65%
HSB/HSV107°73.24%27.84%
CMYK57.75%0.00%73.24%
72.16%

Color #1E4713 in popluar number systems.

HEX1E4713
Decimal307119
Binary11110100011110011
Octal3610723

Shades and tints

Shades of #1E4713

#1E4713
(30,71,19)
#1C4112
(28,65,18)
#1A3B11
(26,59,17)
#183510
(24,53,16)
#162F0F
(22,47,15)
#14290E
(20,41,14)
#12230D
(18,35,13)
#101D0C
(16,29,12)
#0E170B
(14,23,11)
#0C110A
(12,17,10)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #1E4713

#1E4713
(30,71,19)
#325728
(50,87,40)
#46673D
(70,103,61)
#5A7752
(90,119,82)
#6E8767
(110,135,103)
#82977C
(130,151,124)
#96A791
(150,167,145)
#AAB7A6
(170,183,166)
#BEC7BB
(190,199,187)
#D2D7D0
(210,215,208)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4713; }

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

This text font color is #1E4713.


Background Color

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

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

This div background color is #1E4713.


Border color

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

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

This div border color is #1E4713.


Opacity

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

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

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

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

This text has shadow with #1E4713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4713 on black background.


Color preview on white background

This text has color #1E4713 on white background.



Black color preview on #1E4713 background

This text has black color on #1E4713 background.


White color preview on #1E4713 background

This text has white color on #1E4713 background.