COLOR #1E7159

HEX: #1E7159 RGB: (30,113,89)

Color info

#1E7159 contains mainly green and blue colors. Web safe color of #1E7159 is #336666 (or #366).

RGB color model

#1E7159 color RGB value is (30,113,89).

RGB: (30,113,89) (12%, 44%, 35%)

RGB channels and saturation

R 30 of 255 = 12%
G 113 of 255 = 44%
B 89 of 255 = 35%

30
113
89

R + G + B ~ 30%. #1E7159 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 113 + 89 = 232 (100%)
R 30 of 232 ~ 12.93%
G 113 of 232 ~ 48.71%
B 89 of 232 ~ 38.36'%

%12.93
%48.71
%38.36

CMYK color model

#1E7159 color CMYK value is (73,0,21,56).

  • cyan value is 73.45%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 55.69%

CMYK: (73,0,21,56)
C73M0Y21K56 (73%, 0%, 21%, 56%)
(0.73 / 0.00 / 0.21 / 0.56)

CMYK percentages

%73.45
%0
%21.24
%55.69

Codes

Color #1E7159 in popluar color models

1E 71 59
RGB 30 113 89
HSL 163° 58.04% 28.04%
HSB/HSV 163° 73.45% 44.31%
CMYK 73.45% 0.00% 21.24%
55.69%

Color #1E7159 in popluar number systems.

HEX 1E 71 59
Decimal 30 113 89
Binary 11110 1110001 1011001
Octal 36 161 131

Shades and tints

Shades of #1E7159

#1E7159
(30,113,89)
#1C6751
(28,103,81)
#1A5D49
(26,93,73)
#185341
(24,83,65)
#164939
(22,73,57)
#143F31
(20,63,49)
#123529
(18,53,41)
#102B21
(16,43,33)
#0E2119
(14,33,25)
#0C1711
(12,23,17)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #1E7159

#1E7159
(30,113,89)
#327D68
(50,125,104)
#468977
(70,137,119)
#5A9586
(90,149,134)
#6EA195
(110,161,149)
#82ADA4
(130,173,164)
#96B9B3
(150,185,179)
#AAC5C2
(170,197,194)
#BED1D1
(190,209,209)
#D2DDE0
(210,221,224)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E7159; }

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

This text font color is #1E7159.

Background Color

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

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

This div background color is #1E7159.

Border color

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

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

This div border color is #1E7159.

Opacity

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

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

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

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

This text has shadow with #1E7159 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E7159.

Preview

Color preview on black background

This text has color #1E7159 on black background.


Color preview on white background

This text has color #1E7159 on white background.


Black color preview on #1E7159 background

This text has black color on #1E7159 background.


White color preview on #1E7159 background

This text has white color on #1E7159 background.


Related colors

Complementary color

Complementary color for #hex is #E18EA6.


I love getcolorcode.com

Triadic colors

1 #591E71 and #71591E with #1E7159 are triadic colors.

2 #59711E and #711E59 with #1E7159 are triadic colors.