COLOR #1C4707

HEX: #1C4707
RGB: (28,71,7)

Color info

#1C4707 contains mainly red and green colors. Web safe color of #1C4707 is #333300 (or #330).

RGB color model

#1C4707 color RGB value is (28,71,7).

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

RGB channels and saturation

R 28 of 255 = 11%
G 71 of 255 = 28%
B 7 of 255 = 3%

28
71
7

R + G + B ~ 14%. #1C4707 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 71 + 7 = 106 (100%)
R 28 of 106 ~ 26.42%
G 71 of 106 ~ 66.98%
B 7 of 106 ~ 6.6%

%26.42
%66.98

CMYK color model

#1C4707 color CMYK value is (61,0,90,72).

  • cyan value is 60.56%
  • magenta value is 0.00%
  • yellow value is 90.14%
  • key color value is 72.16%
CMYK:
(61,0,90,72)
C61M0Y90K72 
(61%,0%,90%,72%)
(0.61/0.00/0.90/0.72)	

CMYK percentages

%60.56
%0
%90.14
%72.16

Codes

Color #1C4707 in popluar color models

1C4707
RGB28717
HSL100°82.05%15.29%
HSB/HSV100°90.14%27.84%
CMYK60.56%0.00%90.14%
72.16%

Color #1C4707 in popluar number systems.

HEX1C4707
Decimal28717
Binary111001000111111
Octal341077

Shades and tints

Shades of #1C4707

#1C4707
(28,71,7)
#1A4107
(26,65,7)
#183B07
(24,59,7)
#163507
(22,53,7)
#142F07
(20,47,7)
#122907
(18,41,7)
#102307
(16,35,7)
#0E1D07
(14,29,7)
#0C1707
(12,23,7)
#0A1107
(10,17,7)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #1C4707

#1C4707
(28,71,7)
#30571D
(48,87,29)
#446733
(68,103,51)
#587749
(88,119,73)
#6C875F
(108,135,95)
#809775
(128,151,117)
#94A78B
(148,167,139)
#A8B7A1
(168,183,161)
#BCC7B7
(188,199,183)
#D0D7CD
(208,215,205)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4707; }

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

This text font color is #1C4707.


Background Color

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

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

This div background color is #1C4707.


Border color

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

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

This div border color is #1C4707.


Opacity

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

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

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

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

This text has shadow with #1C4707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4707 on black background.


Color preview on white background

This text has color #1C4707 on white background.



Black color preview on #1C4707 background

This text has black color on #1C4707 background.


White color preview on #1C4707 background

This text has white color on #1C4707 background.