COLOR #1C6817

HEX: #1C6817
RGB: (28,104,23)

Color info

#1C6817 contains mainly green color. Web safe color of #1C6817 is #336600 (or #360).

RGB color model

#1C6817 color RGB value is (28,104,23).

  • red value is 28;
  • green value is 104;
  • blue value is 23.
RGB:
(28,104,23)
(11%,41%,9%)

RGB channels and saturation

R 28 of 255 = 11%
G 104 of 255 = 41%
B 23 of 255 = 9%

28
104
23

R + G + B ~ 20%. #1C6817 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 104 + 23 = 155 (100%)
R 28 of 155 ~ 18.06%
G 104 of 155 ~ 67.1%
B 23 of 155 ~ 14.84%

%18.06
%67.1
%14.84

CMYK color model

#1C6817 color CMYK value is (73,0,78,59).

  • cyan value is 73.08%
  • magenta value is 0.00%
  • yellow value is 77.88%
  • key color value is 59.22%
CMYK:
(73,0,78,59)
C73M0Y78K59 
(73%,0%,78%,59%)
(0.73/0.00/0.78/0.59)	

CMYK percentages

%73.08
%0
%77.88
%59.22

Codes

Color #1C6817 in popluar color models

1C6817
RGB2810423
HSL116°63.78%24.90%
HSB/HSV116°77.88%40.78%
CMYK73.08%0.00%77.88%
59.22%

Color #1C6817 in popluar number systems.

HEX1C6817
Decimal2810423
Binary11100110100010111
Octal3415027

Shades and tints

Shades of #1C6817

#1C6817
(28,104,23)
#1A5F15
(26,95,21)
#185613
(24,86,19)
#164D11
(22,77,17)
#14440F
(20,68,15)
#123B0D
(18,59,13)
#10320B
(16,50,11)
#0E2909
(14,41,9)
#0C2007
(12,32,7)
#0A1705
(10,23,5)
#080E03
(8,14,3)
#000000
(0,0,0)

Tints of #1C6817

#1C6817
(28,104,23)
#30752C
(48,117,44)
#448241
(68,130,65)
#588F56
(88,143,86)
#6C9C6B
(108,156,107)
#80A980
(128,169,128)
#94B695
(148,182,149)
#A8C3AA
(168,195,170)
#BCD0BF
(188,208,191)
#D0DDD4
(208,221,212)
#E4EAE9
(228,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6817 color. Also use rgb(28,104,23) instead hex code.

Text Font Color

.myTextColor { color: #1C6817; }

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

This text font color is #1C6817.


Background Color

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

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

This div background color is #1C6817.


Border color

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

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

This div border color is #1C6817.


Opacity

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

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

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

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

This text has shadow with #1C6817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6817 on black background.


Color preview on white background

This text has color #1C6817 on white background.



Black color preview on #1C6817 background

This text has black color on #1C6817 background.


White color preview on #1C6817 background

This text has white color on #1C6817 background.