COLOR #1C5532

HEX: #1C5532
RGB: (28,85,50)

Color info

#1C5532 contains red, green and blue colors in about the same proportion. Web safe color of #1C5532 is #336633 (or #363).

RGB color model

#1C5532 color RGB value is (28,85,50).

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

RGB channels and saturation

R 28 of 255 = 11%
G 85 of 255 = 33%
B 50 of 255 = 20%

28
85
50

R + G + B ~ 21%. #1C5532 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 85 + 50 = 163 (100%)
R 28 of 163 ~ 17.18%
G 85 of 163 ~ 52.15%
B 50 of 163 ~ 30.67%

%17.18
%52.15
%30.67

CMYK color model

#1C5532 color CMYK value is (67,0,41,67).

  • cyan value is 67.06%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 66.67%
CMYK:
(67,0,41,67)
C67M0Y41K67 
(67%,0%,41%,67%)
(0.67/0.00/0.41/0.67)	

CMYK percentages

%67.06
%0
%41.18
%66.67

Codes

Color #1C5532 in popluar color models

1C5532
RGB288550
HSL143°50.44%22.16%
HSB/HSV143°67.06%33.33%
CMYK67.06%0.00%41.18%
66.67%

Color #1C5532 in popluar number systems.

HEX1C5532
Decimal288550
Binary111001010101110010
Octal3412562

Shades and tints

Shades of #1C5532

#1C5532
(28,85,50)
#1A4E2E
(26,78,46)
#18472A
(24,71,42)
#164026
(22,64,38)
#143922
(20,57,34)
#12321E
(18,50,30)
#102B1A
(16,43,26)
#0E2416
(14,36,22)
#0C1D12
(12,29,18)
#0A160E
(10,22,14)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #1C5532

#1C5532
(28,85,50)
#306444
(48,100,68)
#447356
(68,115,86)
#588268
(88,130,104)
#6C917A
(108,145,122)
#80A08C
(128,160,140)
#94AF9E
(148,175,158)
#A8BEB0
(168,190,176)
#BCCDC2
(188,205,194)
#D0DCD4
(208,220,212)
#E4EBE6
(228,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5532; }

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

This text font color is #1C5532.


Background Color

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

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

This div background color is #1C5532.


Border color

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

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

This div border color is #1C5532.


Opacity

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

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

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

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

This text has shadow with #1C5532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5532 on black background.


Color preview on white background

This text has color #1C5532 on white background.



Black color preview on #1C5532 background

This text has black color on #1C5532 background.


White color preview on #1C5532 background

This text has white color on #1C5532 background.