COLOR #1C4724

HEX: #1C4724
RGB: (28,71,36)

Color info

#1C4724 contains red, green and blue colors in about the same proportion. Web safe color of #1C4724 is #333333 (or #333).

RGB color model

#1C4724 color RGB value is (28,71,36).

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

RGB channels and saturation

R 28 of 255 = 11%
G 71 of 255 = 28%
B 36 of 255 = 14%

28
71
36

R + G + B ~ 18%. #1C4724 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 71 + 36 = 135 (100%)
R 28 of 135 ~ 20.74%
G 71 of 135 ~ 52.59%
B 36 of 135 ~ 26.67%

%20.74
%52.59
%26.67

CMYK color model

#1C4724 color CMYK value is (61,0,49,72).

  • cyan value is 60.56%
  • magenta value is 0.00%
  • yellow value is 49.30%
  • key color value is 72.16%
CMYK:
(61,0,49,72)
C61M0Y49K72 
(61%,0%,49%,72%)
(0.61/0.00/0.49/0.72)	

CMYK percentages

%60.56
%0
%49.3
%72.16

Codes

Color #1C4724 in popluar color models

1C4724
RGB287136
HSL131°43.43%19.41%
HSB/HSV131°60.56%27.84%
CMYK60.56%0.00%49.30%
72.16%

Color #1C4724 in popluar number systems.

HEX1C4724
Decimal287136
Binary111001000111100100
Octal3410744

Shades and tints

Shades of #1C4724

#1C4724
(28,71,36)
#1A4121
(26,65,33)
#183B1E
(24,59,30)
#16351B
(22,53,27)
#142F18
(20,47,24)
#122915
(18,41,21)
#102312
(16,35,18)
#0E1D0F
(14,29,15)
#0C170C
(12,23,12)
#0A1109
(10,17,9)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #1C4724

#1C4724
(28,71,36)
#305737
(48,87,55)
#44674A
(68,103,74)
#58775D
(88,119,93)
#6C8770
(108,135,112)
#809783
(128,151,131)
#94A796
(148,167,150)
#A8B7A9
(168,183,169)
#BCC7BC
(188,199,188)
#D0D7CF
(208,215,207)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4724; }

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

This text font color is #1C4724.


Background Color

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

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

This div background color is #1C4724.


Border color

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

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

This div border color is #1C4724.


Opacity

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

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

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

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

This text has shadow with #1C4724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4724 on black background.


Color preview on white background

This text has color #1C4724 on white background.



Black color preview on #1C4724 background

This text has black color on #1C4724 background.


White color preview on #1C4724 background

This text has white color on #1C4724 background.