COLOR #1C5500

HEX: #1C5500
RGB: (28,85,0)

Color info

#1C5500 contains only red and green colors. Web safe color of #1C5500 is #336600 (or #360).

RGB color model

#1C5500 color RGB value is (28,85,0).

  • red value is 28;
  • green value is 85;
  • blue value is 0.
RGB:
(28,85,0)
(11%,33%,0%)

RGB channels and saturation

R 28 of 255 = 11%
G 85 of 255 = 33%
B 0 of 255 = 0%

28
85
0

R + G + B ~ 15%. #1C5500 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 85 + 0 = 113 (100%)
R 28 of 113 ~ 24.78%
G 85 of 113 ~ 75.22%
B 0 of 113 ~ 0%

%24.78
%75.22

CMYK color model

#1C5500 color CMYK value is (67,0,100,67).

  • cyan value is 67.06%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 66.67%
CMYK:
(67,0,100,67)
C67M0Y100K67 
(67%,0%,100%,67%)
(0.67/0.00/1.00/0.67)	

CMYK percentages

%67.06
%0
%100
%66.67

Codes

Color #1C5500 in popluar color models

1C5500
RGB28850
HSL100°100.00%16.67%
HSB/HSV100°100.00%33.33%
CMYK67.06%0.00%100.00%
66.67%

Color #1C5500 in popluar number systems.

HEX1C5500
Decimal28850
Binary1110010101010
Octal341250

Shades and tints

Shades of #1C5500

#1C5500
(28,85,0)
#1A4E00
(26,78,0)
#184700
(24,71,0)
#164000
(22,64,0)
#143900
(20,57,0)
#123200
(18,50,0)
#102B00
(16,43,0)
#0E2400
(14,36,0)
#0C1D00
(12,29,0)
#0A1600
(10,22,0)
#080F00
(8,15,0)
#000000
(0,0,0)

Tints of #1C5500

#1C5500
(28,85,0)
#306417
(48,100,23)
#44732E
(68,115,46)
#588245
(88,130,69)
#6C915C
(108,145,92)
#80A073
(128,160,115)
#94AF8A
(148,175,138)
#A8BEA1
(168,190,161)
#BCCDB8
(188,205,184)
#D0DCCF
(208,220,207)
#E4EBE6
(228,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5500 color. Also use rgb(28,85,0) instead hex code.

Text Font Color

.myTextColor { color: #1C5500; }

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

This text font color is #1C5500.


Background Color

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

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

This div background color is #1C5500.


Border color

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

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

This div border color is #1C5500.


Opacity

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

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

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

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

This text has shadow with #1C5500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5500 on black background.


Color preview on white background

This text has color #1C5500 on white background.



Black color preview on #1C5500 background

This text has black color on #1C5500 background.


White color preview on #1C5500 background

This text has white color on #1C5500 background.