COLOR #1C5F21

HEX: #1C5F21
RGB: (28,95,33)

Color info

#1C5F21 contains mainly green color. Web safe color of #1C5F21 is #336633 (or #363).

RGB color model

#1C5F21 color RGB value is (28,95,33).

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

RGB channels and saturation

R 28 of 255 = 11%
G 95 of 255 = 37%
B 33 of 255 = 13%

28
95
33

R + G + B ~ 20%. #1C5F21 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 95 + 33 = 156 (100%)
R 28 of 156 ~ 17.95%
G 95 of 156 ~ 60.9%
B 33 of 156 ~ 21.15%

%17.95
%60.9
%21.15

CMYK color model

#1C5F21 color CMYK value is (71,0,65,63).

  • cyan value is 70.53%
  • magenta value is 0.00%
  • yellow value is 65.26%
  • key color value is 62.75%
CMYK:
(71,0,65,63)
C71M0Y65K63 
(71%,0%,65%,63%)
(0.71/0.00/0.65/0.63)	

CMYK percentages

%70.53
%0
%65.26
%62.75

Codes

Color #1C5F21 in popluar color models

1C5F21
RGB289533
HSL124°54.47%24.12%
HSB/HSV124°70.53%37.25%
CMYK70.53%0.00%65.26%
62.75%

Color #1C5F21 in popluar number systems.

HEX1C5F21
Decimal289533
Binary111001011111100001
Octal3413741

Shades and tints

Shades of #1C5F21

#1C5F21
(28,95,33)
#1A571E
(26,87,30)
#184F1B
(24,79,27)
#164718
(22,71,24)
#143F15
(20,63,21)
#123712
(18,55,18)
#102F0F
(16,47,15)
#0E270C
(14,39,12)
#0C1F09
(12,31,9)
#0A1706
(10,23,6)
#080F03
(8,15,3)
#000000
(0,0,0)

Tints of #1C5F21

#1C5F21
(28,95,33)
#306D35
(48,109,53)
#447B49
(68,123,73)
#58895D
(88,137,93)
#6C9771
(108,151,113)
#80A585
(128,165,133)
#94B399
(148,179,153)
#A8C1AD
(168,193,173)
#BCCFC1
(188,207,193)
#D0DDD5
(208,221,213)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5F21; }

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

This text font color is #1C5F21.


Background Color

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

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

This div background color is #1C5F21.


Border color

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

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

This div border color is #1C5F21.


Opacity

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

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

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

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

This text has shadow with #1C5F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5F21 on black background.


Color preview on white background

This text has color #1C5F21 on white background.



Black color preview on #1C5F21 background

This text has black color on #1C5F21 background.


White color preview on #1C5F21 background

This text has white color on #1C5F21 background.