COLOR #1C4224

HEX: #1C4224
RGB: (28,66,36)

Color info

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

RGB color model

#1C4224 color RGB value is (28,66,36).

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

RGB channels and saturation

R 28 of 255 = 11%
G 66 of 255 = 26%
B 36 of 255 = 14%

28
66
36

R + G + B ~ 17%. #1C4224 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 66 + 36 = 130 (100%)
R 28 of 130 ~ 21.54%
G 66 of 130 ~ 50.77%
B 36 of 130 ~ 27.69%

%21.54
%50.77
%27.69

CMYK color model

#1C4224 color CMYK value is (58,0,45,74).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 74.12%
CMYK:
(58,0,45,74)
C58M0Y45K74 
(58%,0%,45%,74%)
(0.58/0.00/0.45/0.74)	

CMYK percentages

%57.58
%0
%45.45
%74.12

Codes

Color #1C4224 in popluar color models

1C4224
RGB286636
HSL133°40.43%18.43%
HSB/HSV133°57.58%25.88%
CMYK57.58%0.00%45.45%
74.12%

Color #1C4224 in popluar number systems.

HEX1C4224
Decimal286636
Binary111001000010100100
Octal3410244

Shades and tints

Shades of #1C4224

#1C4224
(28,66,36)
#1A3C21
(26,60,33)
#18361E
(24,54,30)
#16301B
(22,48,27)
#142A18
(20,42,24)
#122415
(18,36,21)
#101E12
(16,30,18)
#0E180F
(14,24,15)
#0C120C
(12,18,12)
#0A0C09
(10,12,9)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #1C4224

#1C4224
(28,66,36)
#305337
(48,83,55)
#44644A
(68,100,74)
#58755D
(88,117,93)
#6C8670
(108,134,112)
#809783
(128,151,131)
#94A896
(148,168,150)
#A8B9A9
(168,185,169)
#BCCABC
(188,202,188)
#D0DBCF
(208,219,207)
#E4ECE2
(228,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4224; }

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

This text font color is #1C4224.


Background Color

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

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

This div background color is #1C4224.


Border color

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

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

This div border color is #1C4224.


Opacity

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

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

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

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

This text has shadow with #1C4224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4224 on black background.


Color preview on white background

This text has color #1C4224 on white background.



Black color preview on #1C4224 background

This text has black color on #1C4224 background.


White color preview on #1C4224 background

This text has white color on #1C4224 background.