COLOR #1C691C

HEX: #1C691C
RGB: (28,105,28)

Color info

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

RGB color model

#1C691C color RGB value is (28,105,28).

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

RGB channels and saturation

R 28 of 255 = 11%
G 105 of 255 = 41%
B 28 of 255 = 11%

28
105
28

R + G + B ~ 21%. #1C691C is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 105 + 28 = 161 (100%)
R 28 of 161 ~ 17.39%
G 105 of 161 ~ 65.22%
B 28 of 161 ~ 17.39%

%17.39
%65.22
%17.39

CMYK color model

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

  • cyan value is 73.33%
  • magenta value is 0.00%
  • yellow value is 73.33%
  • key color value is 58.82%
CMYK:
(73,0,73,59)
C73M0Y73K59 
(73%,0%,73%,59%)
(0.73/0.00/0.73/0.59)	

CMYK percentages

%73.33
%0
%73.33
%58.82

Codes

Color #1C691C in popluar color models

1C691C
RGB2810528
HSL120°57.89%26.08%
HSB/HSV120°73.33%41.18%
CMYK73.33%0.00%73.33%
58.82%

Color #1C691C in popluar number systems.

HEX1C691C
Decimal2810528
Binary11100110100111100
Octal3415134

Shades and tints

Shades of #1C691C

#1C691C
(28,105,28)
#1A601A
(26,96,26)
#185718
(24,87,24)
#164E16
(22,78,22)
#144514
(20,69,20)
#123C12
(18,60,18)
#103310
(16,51,16)
#0E2A0E
(14,42,14)
#0C210C
(12,33,12)
#0A180A
(10,24,10)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #1C691C

#1C691C
(28,105,28)
#307630
(48,118,48)
#448344
(68,131,68)
#589058
(88,144,88)
#6C9D6C
(108,157,108)
#80AA80
(128,170,128)
#94B794
(148,183,148)
#A8C4A8
(168,196,168)
#BCD1BC
(188,209,188)
#D0DED0
(208,222,208)
#E4EBE4
(228,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C691C; }

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

This text font color is #1C691C.


Background Color

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

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

This div background color is #1C691C.


Border color

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

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

This div border color is #1C691C.


Opacity

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

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

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

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

This text has shadow with #1C691C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C691C on black background.


Color preview on white background

This text has color #1C691C on white background.



Black color preview on #1C691C background

This text has black color on #1C691C background.


White color preview on #1C691C background

This text has white color on #1C691C background.