COLOR #1C5E6A

HEX: #1C5E6A
RGB: (28,94,106)

Color info

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

RGB color model

#1C5E6A color RGB value is (28,94,106).

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

RGB channels and saturation

R 28 of 255 = 11%
G 94 of 255 = 37%
B 106 of 255 = 42%

28
94
106

R + G + B ~ 30%. #1C5E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 94 + 106 = 228 (100%)
R 28 of 228 ~ 12.28%
G 94 of 228 ~ 41.23%
B 106 of 228 ~ 46.49%

%12.28
%41.23
%46.49

CMYK color model

#1C5E6A color CMYK value is (74,11,0,58).

  • cyan value is 73.58%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(74,11,0,58)
C74M11Y0K58 
(74%,11%,0%,58%)
(0.74/0.11/0.00/0.58)	

CMYK percentages

%73.58
%11.32
%0
%58.43

Codes

Color #1C5E6A in popluar color models

1C5E6A
RGB2894106
HSL189°58.21%26.27%
HSB/HSV189°73.58%41.57%
CMYK73.58%11.32%0.00%
58.43%

Color #1C5E6A in popluar number systems.

HEX1C5E6A
Decimal2894106
Binary1110010111101101010
Octal34136152

Shades and tints

Shades of #1C5E6A

#1C5E6A
(28,94,106)
#1A5661
(26,86,97)
#184E58
(24,78,88)
#16464F
(22,70,79)
#143E46
(20,62,70)
#12363D
(18,54,61)
#102E34
(16,46,52)
#0E262B
(14,38,43)
#0C1E22
(12,30,34)
#0A1619
(10,22,25)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #1C5E6A

#1C5E6A
(28,94,106)
#306C77
(48,108,119)
#447A84
(68,122,132)
#588891
(88,136,145)
#6C969E
(108,150,158)
#80A4AB
(128,164,171)
#94B2B8
(148,178,184)
#A8C0C5
(168,192,197)
#BCCED2
(188,206,210)
#D0DCDF
(208,220,223)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C5E6A; }

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

This text font color is #1C5E6A.


Background Color

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

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

This div background color is #1C5E6A.


Border color

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

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

This div border color is #1C5E6A.


Opacity

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

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

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

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

This text has shadow with #1C5E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C5E6A on black background.


Color preview on white background

This text has color #1C5E6A on white background.



Black color preview on #1C5E6A background

This text has black color on #1C5E6A background.


White color preview on #1C5E6A background

This text has white color on #1C5E6A background.