COLOR #1C4D09

HEX: #1C4D09
RGB: (28,77,9)

Color info

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

RGB color model

#1C4D09 color RGB value is (28,77,9).

  • red value is 28;
  • green value is 77;
  • blue value is 9.
RGB:
(28,77,9)
(11%,30%,4%)

RGB channels and saturation

R 28 of 255 = 11%
G 77 of 255 = 30%
B 9 of 255 = 4%

28
77
9

R + G + B ~ 15%. #1C4D09 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 77 + 9 = 114 (100%)
R 28 of 114 ~ 24.56%
G 77 of 114 ~ 67.54%
B 9 of 114 ~ 7.89%

%24.56
%67.54

CMYK color model

#1C4D09 color CMYK value is (64,0,88,70).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 88.31%
  • key color value is 69.80%
CMYK:
(64,0,88,70)
C64M0Y88K70 
(64%,0%,88%,70%)
(0.64/0.00/0.88/0.70)	

CMYK percentages

%63.64
%0
%88.31
%69.8

Codes

Color #1C4D09 in popluar color models

1C4D09
RGB28779
HSL103°79.07%16.86%
HSB/HSV103°88.31%30.20%
CMYK63.64%0.00%88.31%
69.80%

Color #1C4D09 in popluar number systems.

HEX1C4D09
Decimal28779
Binary1110010011011001
Octal3411511

Shades and tints

Shades of #1C4D09

#1C4D09
(28,77,9)
#1A4609
(26,70,9)
#183F09
(24,63,9)
#163809
(22,56,9)
#143109
(20,49,9)
#122A09
(18,42,9)
#102309
(16,35,9)
#0E1C09
(14,28,9)
#0C1509
(12,21,9)
#0A0E09
(10,14,9)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #1C4D09

#1C4D09
(28,77,9)
#305D1F
(48,93,31)
#446D35
(68,109,53)
#587D4B
(88,125,75)
#6C8D61
(108,141,97)
#809D77
(128,157,119)
#94AD8D
(148,173,141)
#A8BDA3
(168,189,163)
#BCCDB9
(188,205,185)
#D0DDCF
(208,221,207)
#E4EDE5
(228,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4D09 color. Also use rgb(28,77,9) instead hex code.

Text Font Color

.myTextColor { color: #1C4D09; }

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

This text font color is #1C4D09.


Background Color

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

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

This div background color is #1C4D09.


Border color

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

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

This div border color is #1C4D09.


Opacity

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

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

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

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

This text has shadow with #1C4D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4D09 on black background.


Color preview on white background

This text has color #1C4D09 on white background.



Black color preview on #1C4D09 background

This text has black color on #1C4D09 background.


White color preview on #1C4D09 background

This text has white color on #1C4D09 background.