COLOR #1C5C4D

HEX: #1C5C4D
RGB: (28,92,77)

Color info

#1C5C4D contains mainly green and blue colors. Web safe color of #1C5C4D is #336633 (or #363).

RGB color model

#1C5C4D color RGB value is (28,92,77).

  • red value is 28;
  • green value is 92;
  • blue value is 77.
RGB:
(28,92,77)
(11%,36%,30%)

RGB channels and saturation

R 28 of 255 = 11%
G 92 of 255 = 36%
B 77 of 255 = 30%

28
92
77

R + G + B ~ 26%. #1C5C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 92 + 77 = 197 (100%)
R 28 of 197 ~ 14.21%
G 92 of 197 ~ 46.7%
B 77 of 197 ~ 39.09%

%14.21
%46.7
%39.09

CMYK color model

#1C5C4D color CMYK value is (70,0,16,64).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 63.92%
CMYK:
(70,0,16,64)
C70M0Y16K64 
(70%,0%,16%,64%)
(0.70/0.00/0.16/0.64)	

CMYK percentages

%69.57
%0
%16.3
%63.92

Codes

Color #1C5C4D in popluar color models

1C5C4D
RGB289277
HSL166°53.33%23.53%
HSB/HSV166°69.57%36.08%
CMYK69.57%0.00%16.30%
63.92%

Color #1C5C4D in popluar number systems.

HEX1C5C4D
Decimal289277
Binary1110010111001001101
Octal34134115

Shades and tints

Shades of #1C5C4D

#1C5C4D
(28,92,77)
#1A5446
(26,84,70)
#184C3F
(24,76,63)
#164438
(22,68,56)
#143C31
(20,60,49)
#12342A
(18,52,42)
#102C23
(16,44,35)
#0E241C
(14,36,28)
#0C1C15
(12,28,21)
#0A140E
(10,20,14)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #1C5C4D

#1C5C4D
(28,92,77)
#306A5D
(48,106,93)
#44786D
(68,120,109)
#58867D
(88,134,125)
#6C948D
(108,148,141)
#80A29D
(128,162,157)
#94B0AD
(148,176,173)
#A8BEBD
(168,190,189)
#BCCCCD
(188,204,205)
#D0DADD
(208,218,221)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5C4D color. Also use rgb(28,92,77) instead hex code.

Text Font Color

.myTextColor { color: #1C5C4D; }

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

This text font color is #1C5C4D.


Background Color

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

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

This div background color is #1C5C4D.


Border color

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

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

This div border color is #1C5C4D.


Opacity

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

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

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

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

This text has shadow with #1C5C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5C4D on black background.


Color preview on white background

This text has color #1C5C4D on white background.



Black color preview on #1C5C4D background

This text has black color on #1C5C4D background.


White color preview on #1C5C4D background

This text has white color on #1C5C4D background.