COLOR #1C7F78

HEX: #1C7F78
RGB: (28,127,120)

Color info

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

RGB color model

#1C7F78 color RGB value is (28,127,120).

  • red value is 28;
  • green value is 127;
  • blue value is 120.
RGB:
(28,127,120)
(11%,50%,47%)

RGB channels and saturation

R 28 of 255 = 11%
G 127 of 255 = 50%
B 120 of 255 = 47%

28
127
120

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

Portions of RGB colors in percentages

R + G + B =
28 + 127 + 120 = 275 (100%)
R 28 of 275 ~ 10.18%
G 127 of 275 ~ 46.18%
B 120 of 275 ~ 43.64%

%10.18
%46.18
%43.64

CMYK color model

#1C7F78 color CMYK value is (78,0,6,50).

  • cyan value is 77.95%
  • magenta value is 0.00%
  • yellow value is 5.51%
  • key color value is 50.20%
CMYK:
(78,0,6,50)
C78M0Y6K50 
(78%,0%,6%,50%)
(0.78/0.00/0.06/0.50)	

CMYK percentages

%77.95
%0
%5.51
%50.2

Codes

Color #1C7F78 in popluar color models

1C7F78
RGB28127120
HSL176°63.87%30.39%
HSB/HSV176°77.95%49.80%
CMYK77.95%0.00%5.51%
50.20%

Color #1C7F78 in popluar number systems.

HEX1C7F78
Decimal28127120
Binary1110011111111111000
Octal34177170

Shades and tints

Shades of #1C7F78

#1C7F78
(28,127,120)
#1A746E
(26,116,110)
#186964
(24,105,100)
#165E5A
(22,94,90)
#145350
(20,83,80)
#124846
(18,72,70)
#103D3C
(16,61,60)
#0E3232
(14,50,50)
#0C2728
(12,39,40)
#0A1C1E
(10,28,30)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #1C7F78

#1C7F78
(28,127,120)
#308A84
(48,138,132)
#449590
(68,149,144)
#58A09C
(88,160,156)
#6CABA8
(108,171,168)
#80B6B4
(128,182,180)
#94C1C0
(148,193,192)
#A8CCCC
(168,204,204)
#BCD7D8
(188,215,216)
#D0E2E4
(208,226,228)
#E4EDF0
(228,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C7F78; }

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

This text font color is #1C7F78.


Background Color

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

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

This div background color is #1C7F78.


Border color

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

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

This div border color is #1C7F78.


Opacity

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

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

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

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

This text has shadow with #1C7F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7F78 on black background.


Color preview on white background

This text has color #1C7F78 on white background.



Black color preview on #1C7F78 background

This text has black color on #1C7F78 background.


White color preview on #1C7F78 background

This text has white color on #1C7F78 background.