COLOR #1C4511

HEX: #1C4511
RGB: (28,69,17)

Color info

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

RGB color model

#1C4511 color RGB value is (28,69,17).

  • red value is 28;
  • green value is 69;
  • blue value is 17.
RGB:
(28,69,17)
(11%,27%,7%)

RGB channels and saturation

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

28
69
17

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

Portions of RGB colors in percentages

R + G + B =
28 + 69 + 17 = 114 (100%)
R 28 of 114 ~ 24.56%
G 69 of 114 ~ 60.53%
B 17 of 114 ~ 14.91%

%24.56
%60.53
%14.91

CMYK color model

#1C4511 color CMYK value is (59,0,75,73).

  • cyan value is 59.42%
  • magenta value is 0.00%
  • yellow value is 75.36%
  • key color value is 72.94%
CMYK:
(59,0,75,73)
C59M0Y75K73 
(59%,0%,75%,73%)
(0.59/0.00/0.75/0.73)	

CMYK percentages

%59.42
%0
%75.36
%72.94

Codes

Color #1C4511 in popluar color models

1C4511
RGB286917
HSL107°60.47%16.86%
HSB/HSV107°75.36%27.06%
CMYK59.42%0.00%75.36%
72.94%

Color #1C4511 in popluar number systems.

HEX1C4511
Decimal286917
Binary11100100010110001
Octal3410521

Shades and tints

Shades of #1C4511

#1C4511
(28,69,17)
#1A3F10
(26,63,16)
#18390F
(24,57,15)
#16330E
(22,51,14)
#142D0D
(20,45,13)
#12270C
(18,39,12)
#10210B
(16,33,11)
#0E1B0A
(14,27,10)
#0C1509
(12,21,9)
#0A0F08
(10,15,8)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #1C4511

#1C4511
(28,69,17)
#305526
(48,85,38)
#44653B
(68,101,59)
#587550
(88,117,80)
#6C8565
(108,133,101)
#80957A
(128,149,122)
#94A58F
(148,165,143)
#A8B5A4
(168,181,164)
#BCC5B9
(188,197,185)
#D0D5CE
(208,213,206)
#E4E5E3
(228,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4511; }

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

This text font color is #1C4511.


Background Color

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

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

This div background color is #1C4511.


Border color

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

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

This div border color is #1C4511.


Opacity

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

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

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

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

This text has shadow with #1C4511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4511 on black background.


Color preview on white background

This text has color #1C4511 on white background.



Black color preview on #1C4511 background

This text has black color on #1C4511 background.


White color preview on #1C4511 background

This text has white color on #1C4511 background.