COLOR #1E4624

HEX: #1E4624
RGB: (30,70,36)

Color info

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

RGB color model

#1E4624 color RGB value is (30,70,36).

  • red value is 30;
  • green value is 70;
  • blue value is 36.
RGB:
(30,70,36)
(12%,27%,14%)

RGB channels and saturation

R 30 of 255 = 12%
G 70 of 255 = 27%
B 36 of 255 = 14%

30
70
36

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

Portions of RGB colors in percentages

R + G + B =
30 + 70 + 36 = 136 (100%)
R 30 of 136 ~ 22.06%
G 70 of 136 ~ 51.47%
B 36 of 136 ~ 26.47%

%22.06
%51.47
%26.47

CMYK color model

#1E4624 color CMYK value is (57,0,49,73).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 72.55%
CMYK:
(57,0,49,73)
C57M0Y49K73 
(57%,0%,49%,73%)
(0.57/0.00/0.49/0.73)	

CMYK percentages

%57.14
%0
%48.57
%72.55

Codes

Color #1E4624 in popluar color models

1E4624
RGB307036
HSL129°40.00%19.61%
HSB/HSV129°57.14%27.45%
CMYK57.14%0.00%48.57%
72.55%

Color #1E4624 in popluar number systems.

HEX1E4624
Decimal307036
Binary111101000110100100
Octal3610644

Shades and tints

Shades of #1E4624

#1E4624
(30,70,36)
#1C4021
(28,64,33)
#1A3A1E
(26,58,30)
#18341B
(24,52,27)
#162E18
(22,46,24)
#142815
(20,40,21)
#122212
(18,34,18)
#101C0F
(16,28,15)
#0E160C
(14,22,12)
#0C1009
(12,16,9)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #1E4624

#1E4624
(30,70,36)
#325637
(50,86,55)
#46664A
(70,102,74)
#5A765D
(90,118,93)
#6E8670
(110,134,112)
#829683
(130,150,131)
#96A696
(150,166,150)
#AAB6A9
(170,182,169)
#BEC6BC
(190,198,188)
#D2D6CF
(210,214,207)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E4624; }

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

This text font color is #1E4624.


Background Color

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

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

This div background color is #1E4624.


Border color

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

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

This div border color is #1E4624.


Opacity

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

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

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

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

This text has shadow with #1E4624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E4624 on black background.


Color preview on white background

This text has color #1E4624 on white background.



Black color preview on #1E4624 background

This text has black color on #1E4624 background.


White color preview on #1E4624 background

This text has white color on #1E4624 background.