COLOR #1E4428

HEX: #1E4428
RGB: (30,68,40)

Color info

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

RGB color model

#1E4428 color RGB value is (30,68,40).

  • red value is 30;
  • green value is 68;
  • blue value is 40.
RGB:
(30,68,40)
(12%,27%,16%)

RGB channels and saturation

R 30 of 255 = 12%
G 68 of 255 = 27%
B 40 of 255 = 16%

30
68
40

R + G + B ~ 18%. #1E4428 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 68 + 40 = 138 (100%)
R 30 of 138 ~ 21.74%
G 68 of 138 ~ 49.28%
B 40 of 138 ~ 28.99%

%21.74
%49.28
%28.99

CMYK color model

#1E4428 color CMYK value is (56,0,41,73).

  • cyan value is 55.88%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 73.33%
CMYK:
(56,0,41,73)
C56M0Y41K73 
(56%,0%,41%,73%)
(0.56/0.00/0.41/0.73)	

CMYK percentages

%55.88
%0
%41.18
%73.33

Codes

Color #1E4428 in popluar color models

1E4428
RGB306840
HSL136°38.78%19.22%
HSB/HSV136°55.88%26.67%
CMYK55.88%0.00%41.18%
73.33%

Color #1E4428 in popluar number systems.

HEX1E4428
Decimal306840
Binary111101000100101000
Octal3610450

Shades and tints

Shades of #1E4428

#1E4428
(30,68,40)
#1C3E25
(28,62,37)
#1A3822
(26,56,34)
#18321F
(24,50,31)
#162C1C
(22,44,28)
#142619
(20,38,25)
#122016
(18,32,22)
#101A13
(16,26,19)
#0E1410
(14,20,16)
#0C0E0D
(12,14,13)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #1E4428

#1E4428
(30,68,40)
#32553B
(50,85,59)
#46664E
(70,102,78)
#5A7761
(90,119,97)
#6E8874
(110,136,116)
#829987
(130,153,135)
#96AA9A
(150,170,154)
#AABBAD
(170,187,173)
#BECCC0
(190,204,192)
#D2DDD3
(210,221,211)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4428; }

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

This text font color is #1E4428.


Background Color

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

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

This div background color is #1E4428.


Border color

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

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

This div border color is #1E4428.


Opacity

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

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

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

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

This text has shadow with #1E4428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4428 on black background.


Color preview on white background

This text has color #1E4428 on white background.



Black color preview on #1E4428 background

This text has black color on #1E4428 background.


White color preview on #1E4428 background

This text has white color on #1E4428 background.