COLOR #1C5C55

HEX: #1C5C55
RGB: (28,92,85)

Color info

#1C5C55 contains mainly green and blue colors. Web safe color of #1C5C55 is #336666 (or #366).

RGB color model

#1C5C55 color RGB value is (28,92,85).

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

RGB channels and saturation

R 28 of 255 = 11%
G 92 of 255 = 36%
B 85 of 255 = 33%

28
92
85

R + G + B ~ 27%. #1C5C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 92 + 85 = 205 (100%)
R 28 of 205 ~ 13.66%
G 92 of 205 ~ 44.88%
B 85 of 205 ~ 41.46%

%13.66
%44.88
%41.46

CMYK color model

#1C5C55 color CMYK value is (70,0,8,64).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 63.92%
CMYK:
(70,0,8,64)
C70M0Y8K64 
(70%,0%,8%,64%)
(0.70/0.00/0.08/0.64)	

CMYK percentages

%69.57
%0
%7.61
%63.92

Codes

Color #1C5C55 in popluar color models

1C5C55
RGB289285
HSL173°53.33%23.53%
HSB/HSV173°69.57%36.08%
CMYK69.57%0.00%7.61%
63.92%

Color #1C5C55 in popluar number systems.

HEX1C5C55
Decimal289285
Binary1110010111001010101
Octal34134125

Shades and tints

Shades of #1C5C55

#1C5C55
(28,92,85)
#1A544E
(26,84,78)
#184C47
(24,76,71)
#164440
(22,68,64)
#143C39
(20,60,57)
#123432
(18,52,50)
#102C2B
(16,44,43)
#0E2424
(14,36,36)
#0C1C1D
(12,28,29)
#0A1416
(10,20,22)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #1C5C55

#1C5C55
(28,92,85)
#306A64
(48,106,100)
#447873
(68,120,115)
#588682
(88,134,130)
#6C9491
(108,148,145)
#80A2A0
(128,162,160)
#94B0AF
(148,176,175)
#A8BEBE
(168,190,190)
#BCCCCD
(188,204,205)
#D0DADC
(208,218,220)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5C55; }

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

This text font color is #1C5C55.


Background Color

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

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

This div background color is #1C5C55.


Border color

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

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

This div border color is #1C5C55.


Opacity

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

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

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

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

This text has shadow with #1C5C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5C55 on black background.


Color preview on white background

This text has color #1C5C55 on white background.



Black color preview on #1C5C55 background

This text has black color on #1C5C55 background.


White color preview on #1C5C55 background

This text has white color on #1C5C55 background.