COLOR #1E7C3C

HEX: #1E7C3C RGB: (30,124,60)

Color info

#1E7C3C contains mainly green color. Web safe color of #1E7C3C is #336633 (or #363).

RGB color model

#1E7C3C color RGB value is (30,124,60).

RGB: (30,124,60) (12%, 49%, 24%)

RGB channels and saturation

R 30 of 255 = 12%
G 124 of 255 = 49%
B 60 of 255 = 24%

30
124
60

R + G + B ~ 28%. #1E7C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 124 + 60 = 214 (100%)
R 30 of 214 ~ 14.02%
G 124 of 214 ~ 57.94%
B 60 of 214 ~ 28.04'%

%14.02
%57.94
%28.04

CMYK color model

#1E7C3C color CMYK value is (76,0,52,51).

  • cyan value is 75.81%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 51.37%

CMYK: (76,0,52,51)
C76M0Y52K51 (76%, 0%, 52%, 51%)
(0.76 / 0.00 / 0.52 / 0.51)

CMYK percentages

%75.81
%0
%51.61
%51.37

Codes

Color #1E7C3C in popluar color models

1E 7C 3C
RGB 30 124 60
HSL 139° 61.04% 30.20%
HSB/HSV 139° 75.81% 48.63%
CMYK 75.81% 0.00% 51.61%
51.37%

Color #1E7C3C in popluar number systems.

HEX 1E 7C 3C
Decimal 30 124 60
Binary 11110 1111100 111100
Octal 36 174 74

Shades and tints

Shades of #1E7C3C

#1E7C3C
(30,124,60)
#1C7137
(28,113,55)
#1A6632
(26,102,50)
#185B2D
(24,91,45)
#165028
(22,80,40)
#144523
(20,69,35)
#123A1E
(18,58,30)
#102F19
(16,47,25)
#0E2414
(14,36,20)
#0C190F
(12,25,15)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #1E7C3C

#1E7C3C
(30,124,60)
#32874D
(50,135,77)
#46925E
(70,146,94)
#5A9D6F
(90,157,111)
#6EA880
(110,168,128)
#82B391
(130,179,145)
#96BEA2
(150,190,162)
#AAC9B3
(170,201,179)
#BED4C4
(190,212,196)
#D2DFD5
(210,223,213)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E7C3C; }

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

This text font color is #1E7C3C.

Background Color

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

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

This div background color is #1E7C3C.

Border color

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

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

This div border color is #1E7C3C.

Opacity

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

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

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

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

This text has shadow with #1E7C3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E7C3C.

Preview

Color preview on black background

This text has color #1E7C3C on black background.


Color preview on white background

This text has color #1E7C3C on white background.


Black color preview on #1E7C3C background

This text has black color on #1E7C3C background.


White color preview on #1E7C3C background

This text has white color on #1E7C3C background.


Related colors

Complementary color

Complementary color for #hex is #E183C3.


I love getcolorcode.com

Triadic colors

1 #3C1E7C and #7C3C1E with #1E7C3C are triadic colors.

2 #3C7C1E and #7C1E3C with #1E7C3C are triadic colors.