COLOR #1C7D77

HEX: #1C7D77
RGB: (28,125,119)

Color info

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

RGB color model

#1C7D77 color RGB value is (28,125,119).

  • red value is 28;
  • green value is 125;
  • blue value is 119.
RGB:
(28,125,119)
(11%,49%,47%)

RGB channels and saturation

R 28 of 255 = 11%
G 125 of 255 = 49%
B 119 of 255 = 47%

28
125
119

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

Portions of RGB colors in percentages

R + G + B =
28 + 125 + 119 = 272 (100%)
R 28 of 272 ~ 10.29%
G 125 of 272 ~ 45.96%
B 119 of 272 ~ 43.75%

%10.29
%45.96
%43.75

CMYK color model

#1C7D77 color CMYK value is (78,0,5,51).

  • cyan value is 77.60%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 50.98%
CMYK:
(78,0,5,51)
C78M0Y5K51 
(78%,0%,5%,51%)
(0.78/0.00/0.05/0.51)	

CMYK percentages

%77.6
%0
%4.8
%50.98

Codes

Color #1C7D77 in popluar color models

1C7D77
RGB28125119
HSL176°63.40%30.00%
HSB/HSV176°77.60%49.02%
CMYK77.60%0.00%4.80%
50.98%

Color #1C7D77 in popluar number systems.

HEX1C7D77
Decimal28125119
Binary1110011111011110111
Octal34175167

Shades and tints

Shades of #1C7D77

#1C7D77
(28,125,119)
#1A726D
(26,114,109)
#186763
(24,103,99)
#165C59
(22,92,89)
#14514F
(20,81,79)
#124645
(18,70,69)
#103B3B
(16,59,59)
#0E3031
(14,48,49)
#0C2527
(12,37,39)
#0A1A1D
(10,26,29)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #1C7D77

#1C7D77
(28,125,119)
#308883
(48,136,131)
#44938F
(68,147,143)
#589E9B
(88,158,155)
#6CA9A7
(108,169,167)
#80B4B3
(128,180,179)
#94BFBF
(148,191,191)
#A8CACB
(168,202,203)
#BCD5D7
(188,213,215)
#D0E0E3
(208,224,227)
#E4EBEF
(228,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7D77 color. Also use rgb(28,125,119) instead hex code.

Text Font Color

.myTextColor { color: #1C7D77; }

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

This text font color is #1C7D77.


Background Color

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

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

This div background color is #1C7D77.


Border color

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

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

This div border color is #1C7D77.


Opacity

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

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

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

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

This text has shadow with #1C7D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7D77 on black background.


Color preview on white background

This text has color #1C7D77 on white background.



Black color preview on #1C7D77 background

This text has black color on #1C7D77 background.


White color preview on #1C7D77 background

This text has white color on #1C7D77 background.