COLOR #1C5E66

HEX: #1C5E66
RGB: (28,94,102)

Color info

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

RGB color model

#1C5E66 color RGB value is (28,94,102).

  • red value is 28;
  • green value is 94;
  • blue value is 102.
RGB:
(28,94,102)
(11%,37%,40%)

RGB channels and saturation

R 28 of 255 = 11%
G 94 of 255 = 37%
B 102 of 255 = 40%

28
94
102

R + G + B ~ 29%. #1C5E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 94 + 102 = 224 (100%)
R 28 of 224 ~ 12.5%
G 94 of 224 ~ 41.96%
B 102 of 224 ~ 45.54%

%12.5
%41.96
%45.54

CMYK color model

#1C5E66 color CMYK value is (73,8,0,60).

  • cyan value is 72.55%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(73,8,0,60)
C73M8Y0K60 
(73%,8%,0%,60%)
(0.73/0.08/0.00/0.60)	

CMYK percentages

%72.55
%7.84
%0
%60

Codes

Color #1C5E66 in popluar color models

1C5E66
RGB2894102
HSL186°56.92%25.49%
HSB/HSV186°72.55%40.00%
CMYK72.55%7.84%0.00%
60.00%

Color #1C5E66 in popluar number systems.

HEX1C5E66
Decimal2894102
Binary1110010111101100110
Octal34136146

Shades and tints

Shades of #1C5E66

#1C5E66
(28,94,102)
#1A565D
(26,86,93)
#184E54
(24,78,84)
#16464B
(22,70,75)
#143E42
(20,62,66)
#123639
(18,54,57)
#102E30
(16,46,48)
#0E2627
(14,38,39)
#0C1E1E
(12,30,30)
#0A1615
(10,22,21)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #1C5E66

#1C5E66
(28,94,102)
#306C73
(48,108,115)
#447A80
(68,122,128)
#58888D
(88,136,141)
#6C969A
(108,150,154)
#80A4A7
(128,164,167)
#94B2B4
(148,178,180)
#A8C0C1
(168,192,193)
#BCCECE
(188,206,206)
#D0DCDB
(208,220,219)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C5E66 color. Also use rgb(28,94,102) instead hex code.

Text Font Color

.myTextColor { color: #1C5E66; }

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

This text font color is #1C5E66.


Background Color

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

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

This div background color is #1C5E66.


Border color

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

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

This div border color is #1C5E66.


Opacity

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

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

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

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

This text has shadow with #1C5E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5E66 on black background.


Color preview on white background

This text has color #1C5E66 on white background.



Black color preview on #1C5E66 background

This text has black color on #1C5E66 background.


White color preview on #1C5E66 background

This text has white color on #1C5E66 background.