COLOR #1E8A63

HEX: #1E8A63 RGB: (30,138,99)

Color info

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

RGB color model

#1E8A63 color RGB value is (30,138,99).

RGB: (30,138,99) (12%, 54%, 39%)

RGB channels and saturation

R 30 of 255 = 12%
G 138 of 255 = 54%
B 99 of 255 = 39%

30
138
99

R + G + B ~ 35%. #1E8A63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 138 + 99 = 267 (100%)
R 30 of 267 ~ 11.24%
G 138 of 267 ~ 51.69%
B 99 of 267 ~ 37.08'%

%11.24
%51.69
%37.08

CMYK color model

#1E8A63 color CMYK value is (78,0,28,46).

  • cyan value is 78.26%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 45.88%

CMYK: (78,0,28,46)
C78M0Y28K46 (78%, 0%, 28%, 46%)
(0.78 / 0.00 / 0.28 / 0.46)

CMYK percentages

%78.26
%0
%28.26
%45.88

Codes

Color #1E8A63 in popluar color models

1E 8A 63
RGB 30 138 99
HSL 158° 64.29% 32.94%
HSB/HSV 158° 78.26% 54.12%
CMYK 78.26% 0.00% 28.26%
45.88%

Color #1E8A63 in popluar number systems.

HEX 1E 8A 63
Decimal 30 138 99
Binary 11110 10001010 1100011
Octal 36 212 143

Shades and tints

Shades of #1E8A63

#1E8A63
(30,138,99)
#1C7E5A
(28,126,90)
#1A7251
(26,114,81)
#186648
(24,102,72)
#165A3F
(22,90,63)
#144E36
(20,78,54)
#12422D
(18,66,45)
#103624
(16,54,36)
#0E2A1B
(14,42,27)
#0C1E12
(12,30,18)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #1E8A63

#1E8A63
(30,138,99)
#329471
(50,148,113)
#469E7F
(70,158,127)
#5AA88D
(90,168,141)
#6EB29B
(110,178,155)
#82BCA9
(130,188,169)
#96C6B7
(150,198,183)
#AAD0C5
(170,208,197)
#BEDAD3
(190,218,211)
#D2E4E1
(210,228,225)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E8A63 color. Also use rgb(30,138,99) instead hex code.

Text Font Color

.myTextColor { color: #1E8A63; }

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

This text font color is #1E8A63.

Background Color

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

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

This div background color is #1E8A63.

Border color

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

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

This div border color is #1E8A63.

Opacity

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

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

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

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

This text has shadow with #1E8A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E8A63.

Preview

Color preview on black background

This text has color #1E8A63 on black background.


Color preview on white background

This text has color #1E8A63 on white background.


Black color preview on #1E8A63 background

This text has black color on #1E8A63 background.


White color preview on #1E8A63 background

This text has white color on #1E8A63 background.


Related colors

Complementary color

Complementary color for #hex is #E1759C.


I love getcolorcode.com

Triadic colors

1 #631E8A and #8A631E with #1E8A63 are triadic colors.

2 #638A1E and #8A1E63 with #1E8A63 are triadic colors.