COLOR #1C7960

HEX: #1C7960
RGB: (28,121,96)

Color info

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

RGB color model

#1C7960 color RGB value is (28,121,96).

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

RGB channels and saturation

R 28 of 255 = 11%
G 121 of 255 = 47%
B 96 of 255 = 38%

28
121
96

R + G + B ~ 32%. #1C7960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 121 + 96 = 245 (100%)
R 28 of 245 ~ 11.43%
G 121 of 245 ~ 49.39%
B 96 of 245 ~ 39.18%

%11.43
%49.39
%39.18

CMYK color model

#1C7960 color CMYK value is (77,0,21,53).

  • cyan value is 76.86%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 52.55%
CMYK:
(77,0,21,53)
C77M0Y21K53 
(77%,0%,21%,53%)
(0.77/0.00/0.21/0.53)	

CMYK percentages

%76.86
%0
%20.66
%52.55

Codes

Color #1C7960 in popluar color models

1C7960
RGB2812196
HSL164°62.42%29.22%
HSB/HSV164°76.86%47.45%
CMYK76.86%0.00%20.66%
52.55%

Color #1C7960 in popluar number systems.

HEX1C7960
Decimal2812196
Binary1110011110011100000
Octal34171140

Shades and tints

Shades of #1C7960

#1C7960
(28,121,96)
#1A6E58
(26,110,88)
#186350
(24,99,80)
#165848
(22,88,72)
#144D40
(20,77,64)
#124238
(18,66,56)
#103730
(16,55,48)
#0E2C28
(14,44,40)
#0C2120
(12,33,32)
#0A1618
(10,22,24)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #1C7960

#1C7960
(28,121,96)
#30856E
(48,133,110)
#44917C
(68,145,124)
#589D8A
(88,157,138)
#6CA998
(108,169,152)
#80B5A6
(128,181,166)
#94C1B4
(148,193,180)
#A8CDC2
(168,205,194)
#BCD9D0
(188,217,208)
#D0E5DE
(208,229,222)
#E4F1EC
(228,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C7960; }

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

This text font color is #1C7960.


Background Color

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

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

This div background color is #1C7960.


Border color

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

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

This div border color is #1C7960.


Opacity

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

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

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

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

This text has shadow with #1C7960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7960 on black background.


Color preview on white background

This text has color #1C7960 on white background.



Black color preview on #1C7960 background

This text has black color on #1C7960 background.


White color preview on #1C7960 background

This text has white color on #1C7960 background.