COLOR #1E7C5A

HEX: #1E7C5A
RGB: (30,124,90)

Color info

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

RGB color model

#1E7C5A color RGB value is (30,124,90).

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

RGB channels and saturation

R 30 of 255 = 12%
G 124 of 255 = 49%
B 90 of 255 = 35%

30
124
90

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

Portions of RGB colors in percentages

R + G + B =
30 + 124 + 90 = 244 (100%)
R 30 of 244 ~ 12.3%
G 124 of 244 ~ 50.82%
B 90 of 244 ~ 36.89%

%12.3
%50.82
%36.89

CMYK color model

#1E7C5A color CMYK value is (76,0,27,51).

  • cyan value is 75.81%
  • magenta value is 0.00%
  • yellow value is 27.42%
  • key color value is 51.37%
CMYK:
(76,0,27,51)
C76M0Y27K51 
(76%,0%,27%,51%)
(0.76/0.00/0.27/0.51)	

CMYK percentages

%75.81
%0
%27.42
%51.37

Codes

Color #1E7C5A in popluar color models

1E7C5A
RGB3012490
HSL158°61.04%30.20%
HSB/HSV158°75.81%48.63%
CMYK75.81%0.00%27.42%
51.37%

Color #1E7C5A in popluar number systems.

HEX1E7C5A
Decimal3012490
Binary1111011111001011010
Octal36174132

Shades and tints

Shades of #1E7C5A

#1E7C5A
(30,124,90)
#1C7152
(28,113,82)
#1A664A
(26,102,74)
#185B42
(24,91,66)
#16503A
(22,80,58)
#144532
(20,69,50)
#123A2A
(18,58,42)
#102F22
(16,47,34)
#0E241A
(14,36,26)
#0C1912
(12,25,18)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #1E7C5A

#1E7C5A
(30,124,90)
#328769
(50,135,105)
#469278
(70,146,120)
#5A9D87
(90,157,135)
#6EA896
(110,168,150)
#82B3A5
(130,179,165)
#96BEB4
(150,190,180)
#AAC9C3
(170,201,195)
#BED4D2
(190,212,210)
#D2DFE1
(210,223,225)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E7C5A; }

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

This text font color is #1E7C5A.


Background Color

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

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

This div background color is #1E7C5A.


Border color

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

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

This div border color is #1E7C5A.


Opacity

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

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

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

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

This text has shadow with #1E7C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7C5A on black background.


Color preview on white background

This text has color #1E7C5A on white background.



Black color preview on #1E7C5A background

This text has black color on #1E7C5A background.


White color preview on #1E7C5A background

This text has white color on #1E7C5A background.