COLOR #1C6D11

HEX: #1C6D11
RGB: (28,109,17)

Color info

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

RGB color model

#1C6D11 color RGB value is (28,109,17).

  • red value is 28;
  • green value is 109;
  • blue value is 17.
RGB:
(28,109,17)
(11%,43%,7%)

RGB channels and saturation

R 28 of 255 = 11%
G 109 of 255 = 43%
B 17 of 255 = 7%

28
109
17

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

Portions of RGB colors in percentages

R + G + B =
28 + 109 + 17 = 154 (100%)
R 28 of 154 ~ 18.18%
G 109 of 154 ~ 70.78%
B 17 of 154 ~ 11.04%

%18.18
%70.78
%11.04

CMYK color model

#1C6D11 color CMYK value is (74,0,84,57).

  • cyan value is 74.31%
  • magenta value is 0.00%
  • yellow value is 84.40%
  • key color value is 57.25%
CMYK:
(74,0,84,57)
C74M0Y84K57 
(74%,0%,84%,57%)
(0.74/0.00/0.84/0.57)	

CMYK percentages

%74.31
%0
%84.4
%57.25

Codes

Color #1C6D11 in popluar color models

1C6D11
RGB2810917
HSL113°73.02%24.71%
HSB/HSV113°84.40%42.75%
CMYK74.31%0.00%84.40%
57.25%

Color #1C6D11 in popluar number systems.

HEX1C6D11
Decimal2810917
Binary11100110110110001
Octal3415521

Shades and tints

Shades of #1C6D11

#1C6D11
(28,109,17)
#1A6410
(26,100,16)
#185B0F
(24,91,15)
#16520E
(22,82,14)
#14490D
(20,73,13)
#12400C
(18,64,12)
#10370B
(16,55,11)
#0E2E0A
(14,46,10)
#0C2509
(12,37,9)
#0A1C08
(10,28,8)
#081307
(8,19,7)
#000000
(0,0,0)

Tints of #1C6D11

#1C6D11
(28,109,17)
#307A26
(48,122,38)
#44873B
(68,135,59)
#589450
(88,148,80)
#6CA165
(108,161,101)
#80AE7A
(128,174,122)
#94BB8F
(148,187,143)
#A8C8A4
(168,200,164)
#BCD5B9
(188,213,185)
#D0E2CE
(208,226,206)
#E4EFE3
(228,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6D11; }

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

This text font color is #1C6D11.


Background Color

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

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

This div background color is #1C6D11.


Border color

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

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

This div border color is #1C6D11.


Opacity

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

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

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

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

This text has shadow with #1C6D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6D11 on black background.


Color preview on white background

This text has color #1C6D11 on white background.



Black color preview on #1C6D11 background

This text has black color on #1C6D11 background.


White color preview on #1C6D11 background

This text has white color on #1C6D11 background.