COLOR #1C7F62

HEX: #1C7F62
RGB: (28,127,98)

Color info

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

RGB color model

#1C7F62 color RGB value is (28,127,98).

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

RGB channels and saturation

R 28 of 255 = 11%
G 127 of 255 = 50%
B 98 of 255 = 38%

28
127
98

R + G + B ~ 33%. #1C7F62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 127 + 98 = 253 (100%)
R 28 of 253 ~ 11.07%
G 127 of 253 ~ 50.2%
B 98 of 253 ~ 38.74%

%11.07
%50.2
%38.74

CMYK color model

#1C7F62 color CMYK value is (78,0,23,50).

  • cyan value is 77.95%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 50.20%
CMYK:
(78,0,23,50)
C78M0Y23K50 
(78%,0%,23%,50%)
(0.78/0.00/0.23/0.50)	

CMYK percentages

%77.95
%0
%22.83
%50.2

Codes

Color #1C7F62 in popluar color models

1C7F62
RGB2812798
HSL162°63.87%30.39%
HSB/HSV162°77.95%49.80%
CMYK77.95%0.00%22.83%
50.20%

Color #1C7F62 in popluar number systems.

HEX1C7F62
Decimal2812798
Binary1110011111111100010
Octal34177142

Shades and tints

Shades of #1C7F62

#1C7F62
(28,127,98)
#1A745A
(26,116,90)
#186952
(24,105,82)
#165E4A
(22,94,74)
#145342
(20,83,66)
#12483A
(18,72,58)
#103D32
(16,61,50)
#0E322A
(14,50,42)
#0C2722
(12,39,34)
#0A1C1A
(10,28,26)
#081112
(8,17,18)
#000000
(0,0,0)

Tints of #1C7F62

#1C7F62
(28,127,98)
#308A70
(48,138,112)
#44957E
(68,149,126)
#58A08C
(88,160,140)
#6CAB9A
(108,171,154)
#80B6A8
(128,182,168)
#94C1B6
(148,193,182)
#A8CCC4
(168,204,196)
#BCD7D2
(188,215,210)
#D0E2E0
(208,226,224)
#E4EDEE
(228,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C7F62; }

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

This text font color is #1C7F62.


Background Color

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

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

This div background color is #1C7F62.


Border color

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

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

This div border color is #1C7F62.


Opacity

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

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

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

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

This text has shadow with #1C7F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7F62 on black background.


Color preview on white background

This text has color #1C7F62 on white background.



Black color preview on #1C7F62 background

This text has black color on #1C7F62 background.


White color preview on #1C7F62 background

This text has white color on #1C7F62 background.