COLOR #1C877C

HEX: #1C877C
RGB: (28,135,124)

Color info

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

RGB color model

#1C877C color RGB value is (28,135,124).

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

RGB channels and saturation

R 28 of 255 = 11%
G 135 of 255 = 53%
B 124 of 255 = 49%

28
135
124

R + G + B ~ 38%. #1C877C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 135 + 124 = 287 (100%)
R 28 of 287 ~ 9.76%
G 135 of 287 ~ 47.04%
B 124 of 287 ~ 43.21%

%9.76
%47.04
%43.21

CMYK color model

#1C877C color CMYK value is (79,0,8,47).

  • cyan value is 79.26%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK:
(79,0,8,47)
C79M0Y8K47 
(79%,0%,8%,47%)
(0.79/0.00/0.08/0.47)	

CMYK percentages

%79.26
%0
%8.15
%47.06

Codes

Color #1C877C in popluar color models

1C877C
RGB28135124
HSL174°65.64%31.96%
HSB/HSV174°79.26%52.94%
CMYK79.26%0.00%8.15%
47.06%

Color #1C877C in popluar number systems.

HEX1C877C
Decimal28135124
Binary11100100001111111100
Octal34207174

Shades and tints

Shades of #1C877C

#1C877C
(28,135,124)
#1A7B71
(26,123,113)
#186F66
(24,111,102)
#16635B
(22,99,91)
#145750
(20,87,80)
#124B45
(18,75,69)
#103F3A
(16,63,58)
#0E332F
(14,51,47)
#0C2724
(12,39,36)
#0A1B19
(10,27,25)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #1C877C

#1C877C
(28,135,124)
#309187
(48,145,135)
#449B92
(68,155,146)
#58A59D
(88,165,157)
#6CAFA8
(108,175,168)
#80B9B3
(128,185,179)
#94C3BE
(148,195,190)
#A8CDC9
(168,205,201)
#BCD7D4
(188,215,212)
#D0E1DF
(208,225,223)
#E4EBEA
(228,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C877C; }

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

This text font color is #1C877C.


Background Color

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

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

This div background color is #1C877C.


Border color

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

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

This div border color is #1C877C.


Opacity

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

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

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

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

This text has shadow with #1C877C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C877C on black background.


Color preview on white background

This text has color #1C877C on white background.



Black color preview on #1C877C background

This text has black color on #1C877C background.


White color preview on #1C877C background

This text has white color on #1C877C background.