COLOR #1C6F06

HEX: #1C6F06
RGB: (28,111,6)

Color info

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

RGB color model

#1C6F06 color RGB value is (28,111,6).

  • red value is 28;
  • green value is 111;
  • blue value is 6.
RGB:
(28,111,6)
(11%,44%,2%)

RGB channels and saturation

R 28 of 255 = 11%
G 111 of 255 = 44%
B 6 of 255 = 2%

28
111
6

R + G + B ~ 19%. #1C6F06 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 111 + 6 = 145 (100%)
R 28 of 145 ~ 19.31%
G 111 of 145 ~ 76.55%
B 6 of 145 ~ 4.14%

%19.31
%76.55

CMYK color model

#1C6F06 color CMYK value is (75,0,95,56).

  • cyan value is 74.77%
  • magenta value is 0.00%
  • yellow value is 94.59%
  • key color value is 56.47%
CMYK:
(75,0,95,56)
C75M0Y95K56 
(75%,0%,95%,56%)
(0.75/0.00/0.95/0.56)	

CMYK percentages

%74.77
%0
%94.59
%56.47

Codes

Color #1C6F06 in popluar color models

1C6F06
RGB281116
HSL107°89.74%22.94%
HSB/HSV107°94.59%43.53%
CMYK74.77%0.00%94.59%
56.47%

Color #1C6F06 in popluar number systems.

HEX1C6F06
Decimal281116
Binary111001101111110
Octal341576

Shades and tints

Shades of #1C6F06

#1C6F06
(28,111,6)
#1A6506
(26,101,6)
#185B06
(24,91,6)
#165106
(22,81,6)
#144706
(20,71,6)
#123D06
(18,61,6)
#103306
(16,51,6)
#0E2906
(14,41,6)
#0C1F06
(12,31,6)
#0A1506
(10,21,6)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #1C6F06

#1C6F06
(28,111,6)
#307C1C
(48,124,28)
#448932
(68,137,50)
#589648
(88,150,72)
#6CA35E
(108,163,94)
#80B074
(128,176,116)
#94BD8A
(148,189,138)
#A8CAA0
(168,202,160)
#BCD7B6
(188,215,182)
#D0E4CC
(208,228,204)
#E4F1E2
(228,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6F06; }

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

This text font color is #1C6F06.


Background Color

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

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

This div background color is #1C6F06.


Border color

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

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

This div border color is #1C6F06.


Opacity

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

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

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

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

This text has shadow with #1C6F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6F06 on black background.


Color preview on white background

This text has color #1C6F06 on white background.



Black color preview on #1C6F06 background

This text has black color on #1C6F06 background.


White color preview on #1C6F06 background

This text has white color on #1C6F06 background.