COLOR #1C5209

HEX: #1C5209 RGB: (28,82,9)

Color info

#1C5209 contains mainly red and green colors. Web safe color of #1C5209 is #336600 (or #360).

RGB color model

#1C5209 color RGB value is (28,82,9).

RGB: (28,82,9) (11%, 32%, 4%)

RGB channels and saturation

R 28 of 255 = 11%
G 82 of 255 = 32%
B 9 of 255 = 4%

28
82
9

R + G + B ~ 16%. #1C5209 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 82 + 9 = 119 (100%)
R 28 of 119 ~ 23.53%
G 82 of 119 ~ 68.91%
B 9 of 119 ~ 7.56'%

%23.53
%68.91

CMYK color model

#1C5209 color CMYK value is (66,0,89,68).

  • cyan value is 65.85%
  • magenta value is 0.00%
  • yellow value is 89.02%
  • key color value is 67.84%

CMYK: (66,0,89,68)
C66M0Y89K68 (66%, 0%, 89%, 68%)
(0.66 / 0.00 / 0.89 / 0.68)

CMYK percentages

%65.85
%0
%89.02
%67.84

Codes

Color #1C5209 in popluar color models

1C 52 09
RGB 28 82 9
HSL 104° 80.22% 17.84%
HSB/HSV 104° 89.02% 32.16%
CMYK 65.85% 0.00% 89.02%
67.84%

Color #1C5209 in popluar number systems.

HEX 1C 52 09
Decimal 28 82 9
Binary 11100 1010010 1001
Octal 34 122 11

Shades and tints

Shades of #1C5209

#1C5209
(28,82,9)
#1A4B09
(26,75,9)
#184409
(24,68,9)
#163D09
(22,61,9)
#143609
(20,54,9)
#122F09
(18,47,9)
#102809
(16,40,9)
#0E2109
(14,33,9)
#0C1A09
(12,26,9)
#0A1309
(10,19,9)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #1C5209

#1C5209
(28,82,9)
#30611F
(48,97,31)
#447035
(68,112,53)
#587F4B
(88,127,75)
#6C8E61
(108,142,97)
#809D77
(128,157,119)
#94AC8D
(148,172,141)
#A8BBA3
(168,187,163)
#BCCAB9
(188,202,185)
#D0D9CF
(208,217,207)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5209; }

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

This text font color is #1C5209.

Background Color

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

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

This div background color is #1C5209.

Border color

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

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

This div border color is #1C5209.

Opacity

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

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

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

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

This text has shadow with #1C5209 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C5209.

Preview

Color preview on black background

This text has color #1C5209 on black background.


Color preview on white background

This text has color #1C5209 on white background.


Black color preview on #1C5209 background

This text has black color on #1C5209 background.


White color preview on #1C5209 background

This text has white color on #1C5209 background.


Related colors

Complementary color

Complementary color for #hex is #E3ADF6.


I love getcolorcode.com

Triadic colors

1 #091C52 and #52091C with #1C5209 are triadic colors.

2 #09521C and #521C09 with #1C5209 are triadic colors.