COLOR #1C5960

HEX: #1C5960
RGB: (28,89,96)

Color info

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

RGB color model

#1C5960 color RGB value is (28,89,96).

  • red value is 28;
  • green value is 89;
  • blue value is 96.
RGB:
(28,89,96)
(11%,35%,38%)

RGB channels and saturation

R 28 of 255 = 11%
G 89 of 255 = 35%
B 96 of 255 = 38%

28
89
96

R + G + B ~ 28%. #1C5960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 89 + 96 = 213 (100%)
R 28 of 213 ~ 13.15%
G 89 of 213 ~ 41.78%
B 96 of 213 ~ 45.07%

%13.15
%41.78
%45.07

CMYK color model

#1C5960 color CMYK value is (71,7,0,62).

  • cyan value is 70.83%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(71,7,0,62)
C71M7Y0K62 
(71%,7%,0%,62%)
(0.71/0.07/0.00/0.62)	

CMYK percentages

%70.83
%7.29
%0
%62.35

Codes

Color #1C5960 in popluar color models

1C5960
RGB288996
HSL186°54.84%24.31%
HSB/HSV186°70.83%37.65%
CMYK70.83%7.29%0.00%
62.35%

Color #1C5960 in popluar number systems.

HEX1C5960
Decimal288996
Binary1110010110011100000
Octal34131140

Shades and tints

Shades of #1C5960

#1C5960
(28,89,96)
#1A5158
(26,81,88)
#184950
(24,73,80)
#164148
(22,65,72)
#143940
(20,57,64)
#123138
(18,49,56)
#102930
(16,41,48)
#0E2128
(14,33,40)
#0C1920
(12,25,32)
#0A1118
(10,17,24)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #1C5960

#1C5960
(28,89,96)
#30686E
(48,104,110)
#44777C
(68,119,124)
#58868A
(88,134,138)
#6C9598
(108,149,152)
#80A4A6
(128,164,166)
#94B3B4
(148,179,180)
#A8C2C2
(168,194,194)
#BCD1D0
(188,209,208)
#D0E0DE
(208,224,222)
#E4EFEC
(228,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5960 color. Also use rgb(28,89,96) instead hex code.

Text Font Color

.myTextColor { color: #1C5960; }

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

This text font color is #1C5960.


Background Color

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

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

This div background color is #1C5960.


Border color

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

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

This div border color is #1C5960.


Opacity

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

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

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

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

This text has shadow with #1C5960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5960 on black background.


Color preview on white background

This text has color #1C5960 on white background.



Black color preview on #1C5960 background

This text has black color on #1C5960 background.


White color preview on #1C5960 background

This text has white color on #1C5960 background.