COLOR #1C4E60

HEX: #1C4E60
RGB: (28,78,96)

Color info

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

RGB color model

#1C4E60 color RGB value is (28,78,96).

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

RGB channels and saturation

R 28 of 255 = 11%
G 78 of 255 = 31%
B 96 of 255 = 38%

28
78
96

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

Portions of RGB colors in percentages

R + G + B =
28 + 78 + 96 = 202 (100%)
R 28 of 202 ~ 13.86%
G 78 of 202 ~ 38.61%
B 96 of 202 ~ 47.52%

%13.86
%38.61
%47.52

CMYK color model

#1C4E60 color CMYK value is (71,19,0,62).

  • cyan value is 70.83%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(71,19,0,62)
C71M19Y0K62 
(71%,19%,0%,62%)
(0.71/0.19/0.00/0.62)	

CMYK percentages

%70.83
%18.75
%0
%62.35

Codes

Color #1C4E60 in popluar color models

1C4E60
RGB287896
HSL196°54.84%24.31%
HSB/HSV196°70.83%37.65%
CMYK70.83%18.75%0.00%
62.35%

Color #1C4E60 in popluar number systems.

HEX1C4E60
Decimal287896
Binary1110010011101100000
Octal34116140

Shades and tints

Shades of #1C4E60

#1C4E60
(28,78,96)
#1A4758
(26,71,88)
#184050
(24,64,80)
#163948
(22,57,72)
#143240
(20,50,64)
#122B38
(18,43,56)
#102430
(16,36,48)
#0E1D28
(14,29,40)
#0C1620
(12,22,32)
#0A0F18
(10,15,24)
#080810
(8,8,16)
#000000
(0,0,0)

Tints of #1C4E60

#1C4E60
(28,78,96)
#305E6E
(48,94,110)
#446E7C
(68,110,124)
#587E8A
(88,126,138)
#6C8E98
(108,142,152)
#809EA6
(128,158,166)
#94AEB4
(148,174,180)
#A8BEC2
(168,190,194)
#BCCED0
(188,206,208)
#D0DEDE
(208,222,222)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4E60; }

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

This text font color is #1C4E60.


Background Color

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

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

This div background color is #1C4E60.


Border color

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

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

This div border color is #1C4E60.


Opacity

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

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

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

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

This text has shadow with #1C4E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4E60 on black background.


Color preview on white background

This text has color #1C4E60 on white background.



Black color preview on #1C4E60 background

This text has black color on #1C4E60 background.


White color preview on #1C4E60 background

This text has white color on #1C4E60 background.