COLOR #1E8459

HEX: #1E8459
RGB: (30,132,89)

Color info

#1E8459 contains mainly green and blue colors. Web safe color of #1E8459 is #339966 (or #396).

RGB color model

#1E8459 color RGB value is (30,132,89).

  • red value is 30;
  • green value is 132;
  • blue value is 89.
RGB:
(30,132,89)
(12%,52%,35%)

RGB channels and saturation

R 30 of 255 = 12%
G 132 of 255 = 52%
B 89 of 255 = 35%

30
132
89

R + G + B ~ 33%. #1E8459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 132 + 89 = 251 (100%)
R 30 of 251 ~ 11.95%
G 132 of 251 ~ 52.59%
B 89 of 251 ~ 35.46%

%11.95
%52.59
%35.46

CMYK color model

#1E8459 color CMYK value is (77,0,33,48).

  • cyan value is 77.27%
  • magenta value is 0.00%
  • yellow value is 32.58%
  • key color value is 48.24%
CMYK:
(77,0,33,48)
C77M0Y33K48 
(77%,0%,33%,48%)
(0.77/0.00/0.33/0.48)	

CMYK percentages

%77.27
%0
%32.58
%48.24

Codes

Color #1E8459 in popluar color models

1E8459
RGB3013289
HSL155°62.96%31.76%
HSB/HSV155°77.27%51.76%
CMYK77.27%0.00%32.58%
48.24%

Color #1E8459 in popluar number systems.

HEX1E8459
Decimal3013289
Binary11110100001001011001
Octal36204131

Shades and tints

Shades of #1E8459

#1E8459
(30,132,89)
#1C7851
(28,120,81)
#1A6C49
(26,108,73)
#186041
(24,96,65)
#165439
(22,84,57)
#144831
(20,72,49)
#123C29
(18,60,41)
#103021
(16,48,33)
#0E2419
(14,36,25)
#0C1811
(12,24,17)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #1E8459

#1E8459
(30,132,89)
#328F68
(50,143,104)
#469A77
(70,154,119)
#5AA586
(90,165,134)
#6EB095
(110,176,149)
#82BBA4
(130,187,164)
#96C6B3
(150,198,179)
#AAD1C2
(170,209,194)
#BEDCD1
(190,220,209)
#D2E7E0
(210,231,224)
#E6F2EF
(230,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E8459 color. Also use rgb(30,132,89) instead hex code.

Text Font Color

.myTextColor { color: #1E8459; }

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

This text font color is #1E8459.


Background Color

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

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

This div background color is #1E8459.


Border color

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

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

This div border color is #1E8459.


Opacity

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

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

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

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

This text has shadow with #1E8459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E8459 on black background.


Color preview on white background

This text has color #1E8459 on white background.



Black color preview on #1E8459 background

This text has black color on #1E8459 background.


White color preview on #1E8459 background

This text has white color on #1E8459 background.