COLOR #1C4718

HEX: #1C4718
RGB: (28,71,24)

Color info

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

RGB color model

#1C4718 color RGB value is (28,71,24).

  • red value is 28;
  • green value is 71;
  • blue value is 24.
RGB:
(28,71,24)
(11%,28%,9%)

RGB channels and saturation

R 28 of 255 = 11%
G 71 of 255 = 28%
B 24 of 255 = 9%

28
71
24

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

Portions of RGB colors in percentages

R + G + B =
28 + 71 + 24 = 123 (100%)
R 28 of 123 ~ 22.76%
G 71 of 123 ~ 57.72%
B 24 of 123 ~ 19.51%

%22.76
%57.72
%19.51

CMYK color model

#1C4718 color CMYK value is (61,0,66,72).

  • cyan value is 60.56%
  • magenta value is 0.00%
  • yellow value is 66.20%
  • key color value is 72.16%
CMYK:
(61,0,66,72)
C61M0Y66K72 
(61%,0%,66%,72%)
(0.61/0.00/0.66/0.72)	

CMYK percentages

%60.56
%0
%66.2
%72.16

Codes

Color #1C4718 in popluar color models

1C4718
RGB287124
HSL115°49.47%18.63%
HSB/HSV115°66.20%27.84%
CMYK60.56%0.00%66.20%
72.16%

Color #1C4718 in popluar number systems.

HEX1C4718
Decimal287124
Binary11100100011111000
Octal3410730

Shades and tints

Shades of #1C4718

#1C4718
(28,71,24)
#1A4116
(26,65,22)
#183B14
(24,59,20)
#163512
(22,53,18)
#142F10
(20,47,16)
#12290E
(18,41,14)
#10230C
(16,35,12)
#0E1D0A
(14,29,10)
#0C1708
(12,23,8)
#0A1106
(10,17,6)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #1C4718

#1C4718
(28,71,24)
#30572D
(48,87,45)
#446742
(68,103,66)
#587757
(88,119,87)
#6C876C
(108,135,108)
#809781
(128,151,129)
#94A796
(148,167,150)
#A8B7AB
(168,183,171)
#BCC7C0
(188,199,192)
#D0D7D5
(208,215,213)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4718 color. Also use rgb(28,71,24) instead hex code.

Text Font Color

.myTextColor { color: #1C4718; }

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

This text font color is #1C4718.


Background Color

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

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

This div background color is #1C4718.


Border color

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

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

This div border color is #1C4718.


Opacity

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

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

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

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

This text has shadow with #1C4718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4718 on black background.


Color preview on white background

This text has color #1C4718 on white background.



Black color preview on #1C4718 background

This text has black color on #1C4718 background.


White color preview on #1C4718 background

This text has white color on #1C4718 background.