COLOR #1C7127

HEX: #1C7127
RGB: (28,113,39)

Color info

#1C7127 contains mainly green color. Web safe color of #1C7127 is #336633 (or #363).

RGB color model

#1C7127 color RGB value is (28,113,39).

  • red value is 28;
  • green value is 113;
  • blue value is 39.
RGB:
(28,113,39)
(11%,44%,15%)

RGB channels and saturation

R 28 of 255 = 11%
G 113 of 255 = 44%
B 39 of 255 = 15%

28
113
39

R + G + B ~ 23%. #1C7127 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 113 + 39 = 180 (100%)
R 28 of 180 ~ 15.56%
G 113 of 180 ~ 62.78%
B 39 of 180 ~ 21.67%

%15.56
%62.78
%21.67

CMYK color model

#1C7127 color CMYK value is (75,0,65,56).

  • cyan value is 75.22%
  • magenta value is 0.00%
  • yellow value is 65.49%
  • key color value is 55.69%
CMYK:
(75,0,65,56)
C75M0Y65K56 
(75%,0%,65%,56%)
(0.75/0.00/0.65/0.56)	

CMYK percentages

%75.22
%0
%65.49
%55.69

Codes

Color #1C7127 in popluar color models

1C7127
RGB2811339
HSL128°60.28%27.65%
HSB/HSV128°75.22%44.31%
CMYK75.22%0.00%65.49%
55.69%

Color #1C7127 in popluar number systems.

HEX1C7127
Decimal2811339
Binary111001110001100111
Octal3416147

Shades and tints

Shades of #1C7127

#1C7127
(28,113,39)
#1A6724
(26,103,36)
#185D21
(24,93,33)
#16531E
(22,83,30)
#14491B
(20,73,27)
#123F18
(18,63,24)
#103515
(16,53,21)
#0E2B12
(14,43,18)
#0C210F
(12,33,15)
#0A170C
(10,23,12)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #1C7127

#1C7127
(28,113,39)
#307D3A
(48,125,58)
#44894D
(68,137,77)
#589560
(88,149,96)
#6CA173
(108,161,115)
#80AD86
(128,173,134)
#94B999
(148,185,153)
#A8C5AC
(168,197,172)
#BCD1BF
(188,209,191)
#D0DDD2
(208,221,210)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7127 color. Also use rgb(28,113,39) instead hex code.

Text Font Color

.myTextColor { color: #1C7127; }

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

This text font color is #1C7127.


Background Color

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

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

This div background color is #1C7127.


Border color

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

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

This div border color is #1C7127.


Opacity

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

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

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

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

This text has shadow with #1C7127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7127 on black background.


Color preview on white background

This text has color #1C7127 on white background.



Black color preview on #1C7127 background

This text has black color on #1C7127 background.


White color preview on #1C7127 background

This text has white color on #1C7127 background.