COLOR #1C7C79

HEX: #1C7C79
RGB: (28,124,121)

Color info

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

RGB color model

#1C7C79 color RGB value is (28,124,121).

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

RGB channels and saturation

R 28 of 255 = 11%
G 124 of 255 = 49%
B 121 of 255 = 47%

28
124
121

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

Portions of RGB colors in percentages

R + G + B =
28 + 124 + 121 = 273 (100%)
R 28 of 273 ~ 10.26%
G 124 of 273 ~ 45.42%
B 121 of 273 ~ 44.32%

%10.26
%45.42
%44.32

CMYK color model

#1C7C79 color CMYK value is (77,0,2,51).

  • cyan value is 77.42%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • key color value is 51.37%
CMYK:
(77,0,2,51)
C77M0Y2K51 
(77%,0%,2%,51%)
(0.77/0.00/0.02/0.51)	

CMYK percentages

%77.42
%0
%2.42
%51.37

Codes

Color #1C7C79 in popluar color models

1C7C79
RGB28124121
HSL178°63.16%29.80%
HSB/HSV178°77.42%48.63%
CMYK77.42%0.00%2.42%
51.37%

Color #1C7C79 in popluar number systems.

HEX1C7C79
Decimal28124121
Binary1110011111001111001
Octal34174171

Shades and tints

Shades of #1C7C79

#1C7C79
(28,124,121)
#1A716E
(26,113,110)
#186663
(24,102,99)
#165B58
(22,91,88)
#14504D
(20,80,77)
#124542
(18,69,66)
#103A37
(16,58,55)
#0E2F2C
(14,47,44)
#0C2421
(12,36,33)
#0A1916
(10,25,22)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #1C7C79

#1C7C79
(28,124,121)
#308785
(48,135,133)
#449291
(68,146,145)
#589D9D
(88,157,157)
#6CA8A9
(108,168,169)
#80B3B5
(128,179,181)
#94BEC1
(148,190,193)
#A8C9CD
(168,201,205)
#BCD4D9
(188,212,217)
#D0DFE5
(208,223,229)
#E4EAF1
(228,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C7C79; }

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

This text font color is #1C7C79.


Background Color

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

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

This div background color is #1C7C79.


Border color

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

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

This div border color is #1C7C79.


Opacity

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

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

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

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

This text has shadow with #1C7C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7C79 on black background.


Color preview on white background

This text has color #1C7C79 on white background.



Black color preview on #1C7C79 background

This text has black color on #1C7C79 background.


White color preview on #1C7C79 background

This text has white color on #1C7C79 background.