COLOR #1C9B77

HEX: #1C9B77
RGB: (28,155,119)

Color info

#1C9B77 contains mainly green and blue colors. Web safe color of #1C9B77 is #339966 (or #396).

RGB color model

#1C9B77 color RGB value is (28,155,119).

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

RGB channels and saturation

R 28 of 255 = 11%
G 155 of 255 = 61%
B 119 of 255 = 47%

28
155
119

R + G + B ~ 40%. #1C9B77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
28 + 155 + 119 = 302 (100%)
R 28 of 302 ~ 9.27%
G 155 of 302 ~ 51.32%
B 119 of 302 ~ 39.4%

%51.32
%39.4

CMYK color model

#1C9B77 color CMYK value is (82,0,23,39).

  • cyan value is 81.94%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 39.22%
CMYK:
(82,0,23,39)
C82M0Y23K39 
(82%,0%,23%,39%)
(0.82/0.00/0.23/0.39)	

CMYK percentages

%81.94
%0
%23.23
%39.22

Codes

Color #1C9B77 in popluar color models

1C9B77
RGB28155119
HSL163°69.40%35.88%
HSB/HSV163°81.94%60.78%
CMYK81.94%0.00%23.23%
39.22%

Color #1C9B77 in popluar number systems.

HEX1C9B77
Decimal28155119
Binary11100100110111110111
Octal34233167

Shades and tints

Shades of #1C9B77

#1C9B77
(28,155,119)
#1A8D6D
(26,141,109)
#187F63
(24,127,99)
#167159
(22,113,89)
#14634F
(20,99,79)
#125545
(18,85,69)
#10473B
(16,71,59)
#0E3931
(14,57,49)
#0C2B27
(12,43,39)
#0A1D1D
(10,29,29)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #1C9B77

#1C9B77
(28,155,119)
#30A483
(48,164,131)
#44AD8F
(68,173,143)
#58B69B
(88,182,155)
#6CBFA7
(108,191,167)
#80C8B3
(128,200,179)
#94D1BF
(148,209,191)
#A8DACB
(168,218,203)
#BCE3D7
(188,227,215)
#D0ECE3
(208,236,227)
#E4F5EF
(228,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C9B77; }

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

This text font color is #1C9B77.


Background Color

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

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

This div background color is #1C9B77.


Border color

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

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

This div border color is #1C9B77.


Opacity

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

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

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

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

This text has shadow with #1C9B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C9B77 on black background.


Color preview on white background

This text has color #1C9B77 on white background.



Black color preview on #1C9B77 background

This text has black color on #1C9B77 background.


White color preview on #1C9B77 background

This text has white color on #1C9B77 background.