COLOR #1C4600

HEX: #1C4600
RGB: (28,70,0)

Color info

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

RGB color model

#1C4600 color RGB value is (28,70,0).

  • red value is 28;
  • green value is 70;
  • blue value is 0.
RGB:
(28,70,0)
(11%,27%,0%)

RGB channels and saturation

R 28 of 255 = 11%
G 70 of 255 = 27%
B 0 of 255 = 0%

28
70
0

R + G + B ~ 13%. #1C4600 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 70 + 0 = 98 (100%)
R 28 of 98 ~ 28.57%
G 70 of 98 ~ 71.43%
B 0 of 98 ~ 0%

%28.57
%71.43

CMYK color model

#1C4600 color CMYK value is (60,0,100,73).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 72.55%
CMYK:
(60,0,100,73)
C60M0Y100K73 
(60%,0%,100%,73%)
(0.60/0.00/1.00/0.73)	

CMYK percentages

%60
%0
%100
%72.55

Codes

Color #1C4600 in popluar color models

1C4600
RGB28700
HSL96°100.00%13.73%
HSB/HSV96°100.00%27.45%
CMYK60.00%0.00%100.00%
72.55%

Color #1C4600 in popluar number systems.

HEX1C4600
Decimal28700
Binary1110010001100
Octal341060

Shades and tints

Shades of #1C4600

#1C4600
(28,70,0)
#1A4000
(26,64,0)
#183A00
(24,58,0)
#163400
(22,52,0)
#142E00
(20,46,0)
#122800
(18,40,0)
#102200
(16,34,0)
#0E1C00
(14,28,0)
#0C1600
(12,22,0)
#0A1000
(10,16,0)
#080A00
(8,10,0)
#000000
(0,0,0)

Tints of #1C4600

#1C4600
(28,70,0)
#305617
(48,86,23)
#44662E
(68,102,46)
#587645
(88,118,69)
#6C865C
(108,134,92)
#809673
(128,150,115)
#94A68A
(148,166,138)
#A8B6A1
(168,182,161)
#BCC6B8
(188,198,184)
#D0D6CF
(208,214,207)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4600 color. Also use rgb(28,70,0) instead hex code.

Text Font Color

.myTextColor { color: #1C4600; }

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

This text font color is #1C4600.


Background Color

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

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

This div background color is #1C4600.


Border color

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

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

This div border color is #1C4600.


Opacity

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

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

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

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

This text has shadow with #1C4600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4600 on black background.


Color preview on white background

This text has color #1C4600 on white background.



Black color preview on #1C4600 background

This text has black color on #1C4600 background.


White color preview on #1C4600 background

This text has white color on #1C4600 background.