COLOR #1C6771

HEX: #1C6771
RGB: (28,103,113)

Color info

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

RGB color model

#1C6771 color RGB value is (28,103,113).

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

RGB channels and saturation

R 28 of 255 = 11%
G 103 of 255 = 40%
B 113 of 255 = 44%

28
103
113

R + G + B ~ 32%. #1C6771 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 103 + 113 = 244 (100%)
R 28 of 244 ~ 11.48%
G 103 of 244 ~ 42.21%
B 113 of 244 ~ 46.31%

%11.48
%42.21
%46.31

CMYK color model

#1C6771 color CMYK value is (75,9,0,56).

  • cyan value is 75.22%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(75,9,0,56)
C75M9Y0K56 
(75%,9%,0%,56%)
(0.75/0.09/0.00/0.56)	

CMYK percentages

%75.22
%8.85
%0
%55.69

Codes

Color #1C6771 in popluar color models

1C6771
RGB28103113
HSL187°60.28%27.65%
HSB/HSV187°75.22%44.31%
CMYK75.22%8.85%0.00%
55.69%

Color #1C6771 in popluar number systems.

HEX1C6771
Decimal28103113
Binary1110011001111110001
Octal34147161

Shades and tints

Shades of #1C6771

#1C6771
(28,103,113)
#1A5E67
(26,94,103)
#18555D
(24,85,93)
#164C53
(22,76,83)
#144349
(20,67,73)
#123A3F
(18,58,63)
#103135
(16,49,53)
#0E282B
(14,40,43)
#0C1F21
(12,31,33)
#0A1617
(10,22,23)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #1C6771

#1C6771
(28,103,113)
#30747D
(48,116,125)
#448189
(68,129,137)
#588E95
(88,142,149)
#6C9BA1
(108,155,161)
#80A8AD
(128,168,173)
#94B5B9
(148,181,185)
#A8C2C5
(168,194,197)
#BCCFD1
(188,207,209)
#D0DCDD
(208,220,221)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6771; }

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

This text font color is #1C6771.


Background Color

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

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

This div background color is #1C6771.


Border color

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

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

This div border color is #1C6771.


Opacity

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

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

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

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

This text has shadow with #1C6771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6771 on black background.


Color preview on white background

This text has color #1C6771 on white background.



Black color preview on #1C6771 background

This text has black color on #1C6771 background.


White color preview on #1C6771 background

This text has white color on #1C6771 background.