COLOR #1E7F78

HEX: #1E7F78 RGB: (30,127,120)

Color info

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

RGB color model

#1E7F78 color RGB value is (30,127,120).

RGB: (30,127,120) (12%, 50%, 47%)

RGB channels and saturation

R 30 of 255 = 12%
G 127 of 255 = 50%
B 120 of 255 = 47%

30
127
120

R + G + B ~ 36%. #1E7F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 127 + 120 = 277 (100%)
R 30 of 277 ~ 10.83%
G 127 of 277 ~ 45.85%
B 120 of 277 ~ 43.32'%

%10.83
%45.85
%43.32

CMYK color model

#1E7F78 color CMYK value is (76,0,6,50).

  • cyan value is 76.38%
  • magenta value is 0.00%
  • yellow value is 5.51%
  • key color value is 50.20%

CMYK: (76,0,6,50)
C76M0Y6K50 (76%, 0%, 6%, 50%)
(0.76 / 0.00 / 0.06 / 0.50)

CMYK percentages

%76.38
%0
%5.51
%50.2

Codes

Color #1E7F78 in popluar color models

1E 7F 78
RGB 30 127 120
HSL 176° 61.78% 30.78%
HSB/HSV 176° 76.38% 49.80%
CMYK 76.38% 0.00% 5.51%
50.20%

Color #1E7F78 in popluar number systems.

HEX 1E 7F 78
Decimal 30 127 120
Binary 11110 1111111 1111000
Octal 36 177 170

Shades and tints

Shades of #1E7F78

#1E7F78
(30,127,120)
#1C746E
(28,116,110)
#1A6964
(26,105,100)
#185E5A
(24,94,90)
#165350
(22,83,80)
#144846
(20,72,70)
#123D3C
(18,61,60)
#103232
(16,50,50)
#0E2728
(14,39,40)
#0C1C1E
(12,28,30)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #1E7F78

#1E7F78
(30,127,120)
#328A84
(50,138,132)
#469590
(70,149,144)
#5AA09C
(90,160,156)
#6EABA8
(110,171,168)
#82B6B4
(130,182,180)
#96C1C0
(150,193,192)
#AACCCC
(170,204,204)
#BED7D8
(190,215,216)
#D2E2E4
(210,226,228)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E7F78; }

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

This text font color is #1E7F78.

Background Color

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

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

This div background color is #1E7F78.

Border color

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

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

This div border color is #1E7F78.

Opacity

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

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

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

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

This text has shadow with #1E7F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E7F78.

Preview

Color preview on black background

This text has color #1E7F78 on black background.


Color preview on white background

This text has color #1E7F78 on white background.


Black color preview on #1E7F78 background

This text has black color on #1E7F78 background.


White color preview on #1E7F78 background

This text has white color on #1E7F78 background.


Related colors

Complementary color

Complementary color for #hex is #E18087.


I love getcolorcode.com

Triadic colors

1 #781E7F and #7F781E with #1E7F78 are triadic colors.

2 #787F1E and #7F1E78 with #1E7F78 are triadic colors.