COLOR #1C4221

HEX: #1C4221
RGB: (28,66,33)

Color info

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

RGB color model

#1C4221 color RGB value is (28,66,33).

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

RGB channels and saturation

R 28 of 255 = 11%
G 66 of 255 = 26%
B 33 of 255 = 13%

28
66
33

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

Portions of RGB colors in percentages

R + G + B =
28 + 66 + 33 = 127 (100%)
R 28 of 127 ~ 22.05%
G 66 of 127 ~ 51.97%
B 33 of 127 ~ 25.98%

%22.05
%51.97
%25.98

CMYK color model

#1C4221 color CMYK value is (58,0,50,74).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 74.12%
CMYK:
(58,0,50,74)
C58M0Y50K74 
(58%,0%,50%,74%)
(0.58/0.00/0.50/0.74)	

CMYK percentages

%57.58
%0
%50
%74.12

Codes

Color #1C4221 in popluar color models

1C4221
RGB286633
HSL128°40.43%18.43%
HSB/HSV128°57.58%25.88%
CMYK57.58%0.00%50.00%
74.12%

Color #1C4221 in popluar number systems.

HEX1C4221
Decimal286633
Binary111001000010100001
Octal3410241

Shades and tints

Shades of #1C4221

#1C4221
(28,66,33)
#1A3C1E
(26,60,30)
#18361B
(24,54,27)
#163018
(22,48,24)
#142A15
(20,42,21)
#122412
(18,36,18)
#101E0F
(16,30,15)
#0E180C
(14,24,12)
#0C1209
(12,18,9)
#0A0C06
(10,12,6)
#080603
(8,6,3)
#000000
(0,0,0)

Tints of #1C4221

#1C4221
(28,66,33)
#305335
(48,83,53)
#446449
(68,100,73)
#58755D
(88,117,93)
#6C8671
(108,134,113)
#809785
(128,151,133)
#94A899
(148,168,153)
#A8B9AD
(168,185,173)
#BCCAC1
(188,202,193)
#D0DBD5
(208,219,213)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4221; }

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

This text font color is #1C4221.


Background Color

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

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

This div background color is #1C4221.


Border color

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

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

This div border color is #1C4221.


Opacity

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

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

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

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

This text has shadow with #1C4221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4221 on black background.


Color preview on white background

This text has color #1C4221 on white background.



Black color preview on #1C4221 background

This text has black color on #1C4221 background.


White color preview on #1C4221 background

This text has white color on #1C4221 background.