COLOR #1E7C7C

HEX: #1E7C7C
RGB: (30,124,124)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

30
124
124

R + G + B ~ 37%. #1E7C7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 124 + 124 = 278 (100%)
R 30 of 278 ~ 10.79%
G 124 of 278 ~ 44.6%
B 124 of 278 ~ 44.6%

%10.79
%44.6
%44.6

CMYK color model

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

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

CMYK percentages

%75.81
%0
%0
%51.37

Codes

Color #1E7C7C in popluar color models

1E7C7C
RGB30124124
HSL180°61.04%30.20%
HSB/HSV180°75.81%48.63%
CMYK75.81%0.00%0.00%
51.37%

Color #1E7C7C in popluar number systems.

HEX1E7C7C
Decimal30124124
Binary1111011111001111100
Octal36174174

Shades and tints

Shades of #1E7C7C

#1E7C7C
(30,124,124)
#1C7171
(28,113,113)
#1A6666
(26,102,102)
#185B5B
(24,91,91)
#165050
(22,80,80)
#144545
(20,69,69)
#123A3A
(18,58,58)
#102F2F
(16,47,47)
#0E2424
(14,36,36)
#0C1919
(12,25,25)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #1E7C7C

#1E7C7C
(30,124,124)
#328787
(50,135,135)
#469292
(70,146,146)
#5A9D9D
(90,157,157)
#6EA8A8
(110,168,168)
#82B3B3
(130,179,179)
#96BEBE
(150,190,190)
#AAC9C9
(170,201,201)
#BED4D4
(190,212,212)
#D2DFDF
(210,223,223)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E7C7C; }

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

This text font color is #1E7C7C.


Background Color

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

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

This div background color is #1E7C7C.


Border color

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

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

This div border color is #1E7C7C.


Opacity

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

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

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

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

This text has shadow with #1E7C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7C7C on black background.


Color preview on white background

This text has color #1E7C7C on white background.



Black color preview on #1E7C7C background

This text has black color on #1E7C7C background.


White color preview on #1E7C7C background

This text has white color on #1E7C7C background.