COLOR #1E5820

HEX: #1E5820
RGB: (30,88,32)

Color info

#1E5820 contains red, green and blue colors in about the same proportion. Web safe color of #1E5820 is #336633 (or #363).

RGB color model

#1E5820 color RGB value is (30,88,32).

  • red value is 30;
  • green value is 88;
  • blue value is 32.
RGB:
(30,88,32)
(12%,35%,13%)

RGB channels and saturation

R 30 of 255 = 12%
G 88 of 255 = 35%
B 32 of 255 = 13%

30
88
32

R + G + B ~ 20%. #1E5820 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 88 + 32 = 150 (100%)
R 30 of 150 ~ 20%
G 88 of 150 ~ 58.67%
B 32 of 150 ~ 21.33%

%20
%58.67
%21.33

CMYK color model

#1E5820 color CMYK value is (66,0,64,65).

  • cyan value is 65.91%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 65.49%
CMYK:
(66,0,64,65)
C66M0Y64K65 
(66%,0%,64%,65%)
(0.66/0.00/0.64/0.65)	

CMYK percentages

%65.91
%0
%63.64
%65.49

Codes

Color #1E5820 in popluar color models

1E5820
RGB308832
HSL122°49.15%23.14%
HSB/HSV122°65.91%34.51%
CMYK65.91%0.00%63.64%
65.49%

Color #1E5820 in popluar number systems.

HEX1E5820
Decimal308832
Binary111101011000100000
Octal3613040

Shades and tints

Shades of #1E5820

#1E5820
(30,88,32)
#1C501E
(28,80,30)
#1A481C
(26,72,28)
#18401A
(24,64,26)
#163818
(22,56,24)
#143016
(20,48,22)
#122814
(18,40,20)
#102012
(16,32,18)
#0E1810
(14,24,16)
#0C100E
(12,16,14)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #1E5820

#1E5820
(30,88,32)
#326734
(50,103,52)
#467648
(70,118,72)
#5A855C
(90,133,92)
#6E9470
(110,148,112)
#82A384
(130,163,132)
#96B298
(150,178,152)
#AAC1AC
(170,193,172)
#BED0C0
(190,208,192)
#D2DFD4
(210,223,212)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5820 color. Also use rgb(30,88,32) instead hex code.

Text Font Color

.myTextColor { color: #1E5820; }

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

This text font color is #1E5820.


Background Color

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

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

This div background color is #1E5820.


Border color

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

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

This div border color is #1E5820.


Opacity

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

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

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

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

This text has shadow with #1E5820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5820 on black background.


Color preview on white background

This text has color #1E5820 on white background.



Black color preview on #1E5820 background

This text has black color on #1E5820 background.


White color preview on #1E5820 background

This text has white color on #1E5820 background.