COLOR #1E5A32

HEX: #1E5A32
RGB: (30,90,50)

Color info

#1E5A32 contains mainly green and blue colors. Web safe color of #1E5A32 is #336633 (or #363).

RGB color model

#1E5A32 color RGB value is (30,90,50).

  • red value is 30;
  • green value is 90;
  • blue value is 50.
RGB:
(30,90,50)
(12%,35%,20%)

RGB channels and saturation

R 30 of 255 = 12%
G 90 of 255 = 35%
B 50 of 255 = 20%

30
90
50

R + G + B ~ 22%. #1E5A32 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 90 + 50 = 170 (100%)
R 30 of 170 ~ 17.65%
G 90 of 170 ~ 52.94%
B 50 of 170 ~ 29.41%

%17.65
%52.94
%29.41

CMYK color model

#1E5A32 color CMYK value is (67,0,44,65).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 64.71%
CMYK:
(67,0,44,65)
C67M0Y44K65 
(67%,0%,44%,65%)
(0.67/0.00/0.44/0.65)	

CMYK percentages

%66.67
%0
%44.44
%64.71

Codes

Color #1E5A32 in popluar color models

1E5A32
RGB309050
HSL140°50.00%23.53%
HSB/HSV140°66.67%35.29%
CMYK66.67%0.00%44.44%
64.71%

Color #1E5A32 in popluar number systems.

HEX1E5A32
Decimal309050
Binary111101011010110010
Octal3613262

Shades and tints

Shades of #1E5A32

#1E5A32
(30,90,50)
#1C522E
(28,82,46)
#1A4A2A
(26,74,42)
#184226
(24,66,38)
#163A22
(22,58,34)
#14321E
(20,50,30)
#122A1A
(18,42,26)
#102216
(16,34,22)
#0E1A12
(14,26,18)
#0C120E
(12,18,14)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #1E5A32

#1E5A32
(30,90,50)
#326944
(50,105,68)
#467856
(70,120,86)
#5A8768
(90,135,104)
#6E967A
(110,150,122)
#82A58C
(130,165,140)
#96B49E
(150,180,158)
#AAC3B0
(170,195,176)
#BED2C2
(190,210,194)
#D2E1D4
(210,225,212)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5A32 color. Also use rgb(30,90,50) instead hex code.

Text Font Color

.myTextColor { color: #1E5A32; }

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

This text font color is #1E5A32.


Background Color

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

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

This div background color is #1E5A32.


Border color

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

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

This div border color is #1E5A32.


Opacity

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

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

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

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

This text has shadow with #1E5A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5A32 on black background.


Color preview on white background

This text has color #1E5A32 on white background.



Black color preview on #1E5A32 background

This text has black color on #1E5A32 background.


White color preview on #1E5A32 background

This text has white color on #1E5A32 background.