COLOR #1E5A40

HEX: #1E5A40
RGB: (30,90,64)

Color info

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

RGB color model

#1E5A40 color RGB value is (30,90,64).

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

RGB channels and saturation

R 30 of 255 = 12%
G 90 of 255 = 35%
B 64 of 255 = 25%

30
90
64

R + G + B ~ 24%. #1E5A40 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 90 + 64 = 184 (100%)
R 30 of 184 ~ 16.3%
G 90 of 184 ~ 48.91%
B 64 of 184 ~ 34.78%

%16.3
%48.91
%34.78

CMYK color model

#1E5A40 color CMYK value is (67,0,29,65).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 64.71%
CMYK:
(67,0,29,65)
C67M0Y29K65 
(67%,0%,29%,65%)
(0.67/0.00/0.29/0.65)	

CMYK percentages

%66.67
%0
%28.89
%64.71

Codes

Color #1E5A40 in popluar color models

1E5A40
RGB309064
HSL154°50.00%23.53%
HSB/HSV154°66.67%35.29%
CMYK66.67%0.00%28.89%
64.71%

Color #1E5A40 in popluar number systems.

HEX1E5A40
Decimal309064
Binary1111010110101000000
Octal36132100

Shades and tints

Shades of #1E5A40

#1E5A40
(30,90,64)
#1C523B
(28,82,59)
#1A4A36
(26,74,54)
#184231
(24,66,49)
#163A2C
(22,58,44)
#143227
(20,50,39)
#122A22
(18,42,34)
#10221D
(16,34,29)
#0E1A18
(14,26,24)
#0C1213
(12,18,19)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #1E5A40

#1E5A40
(30,90,64)
#326951
(50,105,81)
#467862
(70,120,98)
#5A8773
(90,135,115)
#6E9684
(110,150,132)
#82A595
(130,165,149)
#96B4A6
(150,180,166)
#AAC3B7
(170,195,183)
#BED2C8
(190,210,200)
#D2E1D9
(210,225,217)
#E6F0EA
(230,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5A40; }

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

This text font color is #1E5A40.


Background Color

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

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

This div background color is #1E5A40.


Border color

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

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

This div border color is #1E5A40.


Opacity

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

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

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

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

This text has shadow with #1E5A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5A40 on black background.


Color preview on white background

This text has color #1E5A40 on white background.



Black color preview on #1E5A40 background

This text has black color on #1E5A40 background.


White color preview on #1E5A40 background

This text has white color on #1E5A40 background.