COLOR #1C7407

HEX: #1C7407
RGB: (28,116,7)

Color info

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

RGB color model

#1C7407 color RGB value is (28,116,7).

  • red value is 28;
  • green value is 116;
  • blue value is 7.
RGB:
(28,116,7)
(11%,45%,3%)

RGB channels and saturation

R 28 of 255 = 11%
G 116 of 255 = 45%
B 7 of 255 = 3%

28
116
7

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

Portions of RGB colors in percentages

R + G + B =
28 + 116 + 7 = 151 (100%)
R 28 of 151 ~ 18.54%
G 116 of 151 ~ 76.82%
B 7 of 151 ~ 4.64%

%18.54
%76.82

CMYK color model

#1C7407 color CMYK value is (76,0,94,55).

  • cyan value is 75.86%
  • magenta value is 0.00%
  • yellow value is 93.97%
  • key color value is 54.51%
CMYK:
(76,0,94,55)
C76M0Y94K55 
(76%,0%,94%,55%)
(0.76/0.00/0.94/0.55)	

CMYK percentages

%75.86
%0
%93.97
%54.51

Codes

Color #1C7407 in popluar color models

1C7407
RGB281167
HSL108°88.62%24.12%
HSB/HSV108°93.97%45.49%
CMYK75.86%0.00%93.97%
54.51%

Color #1C7407 in popluar number systems.

HEX1C7407
Decimal281167
Binary111001110100111
Octal341647

Shades and tints

Shades of #1C7407

#1C7407
(28,116,7)
#1A6A07
(26,106,7)
#186007
(24,96,7)
#165607
(22,86,7)
#144C07
(20,76,7)
#124207
(18,66,7)
#103807
(16,56,7)
#0E2E07
(14,46,7)
#0C2407
(12,36,7)
#0A1A07
(10,26,7)
#081007
(8,16,7)
#000000
(0,0,0)

Tints of #1C7407

#1C7407
(28,116,7)
#30801D
(48,128,29)
#448C33
(68,140,51)
#589849
(88,152,73)
#6CA45F
(108,164,95)
#80B075
(128,176,117)
#94BC8B
(148,188,139)
#A8C8A1
(168,200,161)
#BCD4B7
(188,212,183)
#D0E0CD
(208,224,205)
#E4ECE3
(228,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C7407; }

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

This text font color is #1C7407.


Background Color

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

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

This div background color is #1C7407.


Border color

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

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

This div border color is #1C7407.


Opacity

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

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

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

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

This text has shadow with #1C7407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7407 on black background.


Color preview on white background

This text has color #1C7407 on white background.



Black color preview on #1C7407 background

This text has black color on #1C7407 background.


White color preview on #1C7407 background

This text has white color on #1C7407 background.