COLOR #1C6777

HEX: #1C6777
RGB: (28,103,119)

Color info

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

RGB color model

#1C6777 color RGB value is (28,103,119).

  • red value is 28;
  • green value is 103;
  • blue value is 119.
RGB:
(28,103,119)
(11%,40%,47%)

RGB channels and saturation

R 28 of 255 = 11%
G 103 of 255 = 40%
B 119 of 255 = 47%

28
103
119

R + G + B ~ 33%. #1C6777 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 103 + 119 = 250 (100%)
R 28 of 250 ~ 11.2%
G 103 of 250 ~ 41.2%
B 119 of 250 ~ 47.6%

%11.2
%41.2
%47.6

CMYK color model

#1C6777 color CMYK value is (76,13,0,53).

  • cyan value is 76.47%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(76,13,0,53)
C76M13Y0K53 
(76%,13%,0%,53%)
(0.76/0.13/0.00/0.53)	

CMYK percentages

%76.47
%13.45
%0
%53.33

Codes

Color #1C6777 in popluar color models

1C6777
RGB28103119
HSL191°61.90%28.82%
HSB/HSV191°76.47%46.67%
CMYK76.47%13.45%0.00%
53.33%

Color #1C6777 in popluar number systems.

HEX1C6777
Decimal28103119
Binary1110011001111110111
Octal34147167

Shades and tints

Shades of #1C6777

#1C6777
(28,103,119)
#1A5E6D
(26,94,109)
#185563
(24,85,99)
#164C59
(22,76,89)
#14434F
(20,67,79)
#123A45
(18,58,69)
#10313B
(16,49,59)
#0E2831
(14,40,49)
#0C1F27
(12,31,39)
#0A161D
(10,22,29)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #1C6777

#1C6777
(28,103,119)
#307483
(48,116,131)
#44818F
(68,129,143)
#588E9B
(88,142,155)
#6C9BA7
(108,155,167)
#80A8B3
(128,168,179)
#94B5BF
(148,181,191)
#A8C2CB
(168,194,203)
#BCCFD7
(188,207,215)
#D0DCE3
(208,220,227)
#E4E9EF
(228,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6777 color. Also use rgb(28,103,119) instead hex code.

Text Font Color

.myTextColor { color: #1C6777; }

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

This text font color is #1C6777.


Background Color

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

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

This div background color is #1C6777.


Border color

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

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

This div border color is #1C6777.


Opacity

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

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

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

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

This text has shadow with #1C6777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6777 on black background.


Color preview on white background

This text has color #1C6777 on white background.



Black color preview on #1C6777 background

This text has black color on #1C6777 background.


White color preview on #1C6777 background

This text has white color on #1C6777 background.