COLOR #1C4611

HEX: #1C4611 RGB: (28,70,17)

Color info

#1C4611 contains red, green and blue colors in about the same proportion. Web safe color of #1C4611 is #333300 (or #330).

RGB color model

#1C4611 color RGB value is (28,70,17).

RGB: (28,70,17) (11%, 27%, 7%)

RGB channels and saturation

R 28 of 255 = 11%
G 70 of 255 = 27%
B 17 of 255 = 7%

28
70
17

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

Portions of RGB colors in percentages

R + G + B = 28 + 70 + 17 = 115 (100%)
R 28 of 115 ~ 24.35%
G 70 of 115 ~ 60.87%
B 17 of 115 ~ 14.78'%

%24.35
%60.87
%14.78

CMYK color model

#1C4611 color CMYK value is (60,0,76,73).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 75.71%
  • key color value is 72.55%

CMYK: (60,0,76,73)
C60M0Y76K73 (60%, 0%, 76%, 73%)
(0.60 / 0.00 / 0.76 / 0.73)

CMYK percentages

%60
%0
%75.71
%72.55

Codes

Color #1C4611 in popluar color models

1C 46 11
RGB 28 70 17
HSL 108° 60.92% 17.06%
HSB/HSV 108° 75.71% 27.45%
CMYK 60.00% 0.00% 75.71%
72.55%

Color #1C4611 in popluar number systems.

HEX 1C 46 11
Decimal 28 70 17
Binary 11100 1000110 10001
Octal 34 106 21

Shades and tints

Shades of #1C4611

#1C4611
(28,70,17)
#1A4010
(26,64,16)
#183A0F
(24,58,15)
#16340E
(22,52,14)
#142E0D
(20,46,13)
#12280C
(18,40,12)
#10220B
(16,34,11)
#0E1C0A
(14,28,10)
#0C1609
(12,22,9)
#0A1008
(10,16,8)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #1C4611

#1C4611
(28,70,17)
#305626
(48,86,38)
#44663B
(68,102,59)
#587650
(88,118,80)
#6C8665
(108,134,101)
#80967A
(128,150,122)
#94A68F
(148,166,143)
#A8B6A4
(168,182,164)
#BCC6B9
(188,198,185)
#D0D6CE
(208,214,206)
#E4E6E3
(228,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4611; }

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

This text font color is #1C4611.

Background Color

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

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

This div background color is #1C4611.

Border color

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

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

This div border color is #1C4611.

Opacity

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

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

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

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

This text has shadow with #1C4611 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C4611.

Preview

Color preview on black background

This text has color #1C4611 on black background.


Color preview on white background

This text has color #1C4611 on white background.


Black color preview on #1C4611 background

This text has black color on #1C4611 background.


White color preview on #1C4611 background

This text has white color on #1C4611 background.


Related colors

Complementary color

Complementary color for #hex is #E3B9EE.


I love getcolorcode.com

Triadic colors

1 #111C46 and #46111C with #1C4611 are triadic colors.

2 #11461C and #461C11 with #1C4611 are triadic colors.