COLOR #1C6318

HEX: #1C6318
RGB: (28,99,24)

Color info

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

RGB color model

#1C6318 color RGB value is (28,99,24).

  • red value is 28;
  • green value is 99;
  • blue value is 24.
RGB:
(28,99,24)
(11%,39%,9%)

RGB channels and saturation

R 28 of 255 = 11%
G 99 of 255 = 39%
B 24 of 255 = 9%

28
99
24

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

Portions of RGB colors in percentages

R + G + B =
28 + 99 + 24 = 151 (100%)
R 28 of 151 ~ 18.54%
G 99 of 151 ~ 65.56%
B 24 of 151 ~ 15.89%

%18.54
%65.56
%15.89

CMYK color model

#1C6318 color CMYK value is (72,0,76,61).

  • cyan value is 71.72%
  • magenta value is 0.00%
  • yellow value is 75.76%
  • key color value is 61.18%
CMYK:
(72,0,76,61)
C72M0Y76K61 
(72%,0%,76%,61%)
(0.72/0.00/0.76/0.61)	

CMYK percentages

%71.72
%0
%75.76
%61.18

Codes

Color #1C6318 in popluar color models

1C6318
RGB289924
HSL117°60.98%24.12%
HSB/HSV117°75.76%38.82%
CMYK71.72%0.00%75.76%
61.18%

Color #1C6318 in popluar number systems.

HEX1C6318
Decimal289924
Binary11100110001111000
Octal3414330

Shades and tints

Shades of #1C6318

#1C6318
(28,99,24)
#1A5A16
(26,90,22)
#185114
(24,81,20)
#164812
(22,72,18)
#143F10
(20,63,16)
#12360E
(18,54,14)
#102D0C
(16,45,12)
#0E240A
(14,36,10)
#0C1B08
(12,27,8)
#0A1206
(10,18,6)
#080904
(8,9,4)
#000000
(0,0,0)

Tints of #1C6318

#1C6318
(28,99,24)
#30712D
(48,113,45)
#447F42
(68,127,66)
#588D57
(88,141,87)
#6C9B6C
(108,155,108)
#80A981
(128,169,129)
#94B796
(148,183,150)
#A8C5AB
(168,197,171)
#BCD3C0
(188,211,192)
#D0E1D5
(208,225,213)
#E4EFEA
(228,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6318; }

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

This text font color is #1C6318.


Background Color

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

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

This div background color is #1C6318.


Border color

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

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

This div border color is #1C6318.


Opacity

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

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

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

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

This text has shadow with #1C6318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6318 on black background.


Color preview on white background

This text has color #1C6318 on white background.



Black color preview on #1C6318 background

This text has black color on #1C6318 background.


White color preview on #1C6318 background

This text has white color on #1C6318 background.