COLOR #1E4A17

HEX: #1E4A17
RGB: (30,74,23)

Color info

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

RGB color model

#1E4A17 color RGB value is (30,74,23).

  • red value is 30;
  • green value is 74;
  • blue value is 23.
RGB:
(30,74,23)
(12%,29%,9%)

RGB channels and saturation

R 30 of 255 = 12%
G 74 of 255 = 29%
B 23 of 255 = 9%

30
74
23

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

Portions of RGB colors in percentages

R + G + B =
30 + 74 + 23 = 127 (100%)
R 30 of 127 ~ 23.62%
G 74 of 127 ~ 58.27%
B 23 of 127 ~ 18.11%

%23.62
%58.27
%18.11

CMYK color model

#1E4A17 color CMYK value is (59,0,69,71).

  • cyan value is 59.46%
  • magenta value is 0.00%
  • yellow value is 68.92%
  • key color value is 70.98%
CMYK:
(59,0,69,71)
C59M0Y69K71 
(59%,0%,69%,71%)
(0.59/0.00/0.69/0.71)	

CMYK percentages

%59.46
%0
%68.92
%70.98

Codes

Color #1E4A17 in popluar color models

1E4A17
RGB307423
HSL112°52.58%19.02%
HSB/HSV112°68.92%29.02%
CMYK59.46%0.00%68.92%
70.98%

Color #1E4A17 in popluar number systems.

HEX1E4A17
Decimal307423
Binary11110100101010111
Octal3611227

Shades and tints

Shades of #1E4A17

#1E4A17
(30,74,23)
#1C4415
(28,68,21)
#1A3E13
(26,62,19)
#183811
(24,56,17)
#16320F
(22,50,15)
#142C0D
(20,44,13)
#12260B
(18,38,11)
#102009
(16,32,9)
#0E1A07
(14,26,7)
#0C1405
(12,20,5)
#0A0E03
(10,14,3)
#000000
(0,0,0)

Tints of #1E4A17

#1E4A17
(30,74,23)
#325A2C
(50,90,44)
#466A41
(70,106,65)
#5A7A56
(90,122,86)
#6E8A6B
(110,138,107)
#829A80
(130,154,128)
#96AA95
(150,170,149)
#AABAAA
(170,186,170)
#BECABF
(190,202,191)
#D2DAD4
(210,218,212)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4A17; }

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

This text font color is #1E4A17.


Background Color

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

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

This div background color is #1E4A17.


Border color

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

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

This div border color is #1E4A17.


Opacity

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

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

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

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

This text has shadow with #1E4A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4A17 on black background.


Color preview on white background

This text has color #1E4A17 on white background.



Black color preview on #1E4A17 background

This text has black color on #1E4A17 background.


White color preview on #1E4A17 background

This text has white color on #1E4A17 background.