COLOR #1E7E5B

HEX: #1E7E5B
RGB: (30,126,91)

Color info

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

RGB color model

#1E7E5B color RGB value is (30,126,91).

  • red value is 30;
  • green value is 126;
  • blue value is 91.
RGB:
(30,126,91)
(12%,49%,36%)

RGB channels and saturation

R 30 of 255 = 12%
G 126 of 255 = 49%
B 91 of 255 = 36%

30
126
91

R + G + B ~ 32%. #1E7E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 126 + 91 = 247 (100%)
R 30 of 247 ~ 12.15%
G 126 of 247 ~ 51.01%
B 91 of 247 ~ 36.84%

%12.15
%51.01
%36.84

CMYK color model

#1E7E5B color CMYK value is (76,0,28,51).

  • cyan value is 76.19%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(76,0,28,51)
C76M0Y28K51 
(76%,0%,28%,51%)
(0.76/0.00/0.28/0.51)	

CMYK percentages

%76.19
%0
%27.78
%50.59

Codes

Color #1E7E5B in popluar color models

1E7E5B
RGB3012691
HSL158°61.54%30.59%
HSB/HSV158°76.19%49.41%
CMYK76.19%0.00%27.78%
50.59%

Color #1E7E5B in popluar number systems.

HEX1E7E5B
Decimal3012691
Binary1111011111101011011
Octal36176133

Shades and tints

Shades of #1E7E5B

#1E7E5B
(30,126,91)
#1C7353
(28,115,83)
#1A684B
(26,104,75)
#185D43
(24,93,67)
#16523B
(22,82,59)
#144733
(20,71,51)
#123C2B
(18,60,43)
#103123
(16,49,35)
#0E261B
(14,38,27)
#0C1B13
(12,27,19)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #1E7E5B

#1E7E5B
(30,126,91)
#328969
(50,137,105)
#469477
(70,148,119)
#5A9F85
(90,159,133)
#6EAA93
(110,170,147)
#82B5A1
(130,181,161)
#96C0AF
(150,192,175)
#AACBBD
(170,203,189)
#BED6CB
(190,214,203)
#D2E1D9
(210,225,217)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E7E5B color. Also use rgb(30,126,91) instead hex code.

Text Font Color

.myTextColor { color: #1E7E5B; }

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

This text font color is #1E7E5B.


Background Color

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

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

This div background color is #1E7E5B.


Border color

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

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

This div border color is #1E7E5B.


Opacity

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

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

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

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

This text has shadow with #1E7E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7E5B on black background.


Color preview on white background

This text has color #1E7E5B on white background.



Black color preview on #1E7E5B background

This text has black color on #1E7E5B background.


White color preview on #1E7E5B background

This text has white color on #1E7E5B background.