COLOR #1C6B7A

HEX: #1C6B7A
RGB: (28,107,122)

Color info

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

RGB color model

#1C6B7A color RGB value is (28,107,122).

  • red value is 28;
  • green value is 107;
  • blue value is 122.
RGB:
(28,107,122)
(11%,42%,48%)

RGB channels and saturation

R 28 of 255 = 11%
G 107 of 255 = 42%
B 122 of 255 = 48%

28
107
122

R + G + B ~ 34%. #1C6B7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 107 + 122 = 257 (100%)
R 28 of 257 ~ 10.89%
G 107 of 257 ~ 41.63%
B 122 of 257 ~ 47.47%

%10.89
%41.63
%47.47

CMYK color model

#1C6B7A color CMYK value is (77,12,0,52).

  • cyan value is 77.05%
  • magenta value is 12.30%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(77,12,0,52)
C77M12Y0K52 
(77%,12%,0%,52%)
(0.77/0.12/0.00/0.52)	

CMYK percentages

%77.05
%12.3
%0
%52.16

Codes

Color #1C6B7A in popluar color models

1C6B7A
RGB28107122
HSL190°62.67%29.41%
HSB/HSV190°77.05%47.84%
CMYK77.05%12.30%0.00%
52.16%

Color #1C6B7A in popluar number systems.

HEX1C6B7A
Decimal28107122
Binary1110011010111111010
Octal34153172

Shades and tints

Shades of #1C6B7A

#1C6B7A
(28,107,122)
#1A626F
(26,98,111)
#185964
(24,89,100)
#165059
(22,80,89)
#14474E
(20,71,78)
#123E43
(18,62,67)
#103538
(16,53,56)
#0E2C2D
(14,44,45)
#0C2322
(12,35,34)
#0A1A17
(10,26,23)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #1C6B7A

#1C6B7A
(28,107,122)
#307886
(48,120,134)
#448592
(68,133,146)
#58929E
(88,146,158)
#6C9FAA
(108,159,170)
#80ACB6
(128,172,182)
#94B9C2
(148,185,194)
#A8C6CE
(168,198,206)
#BCD3DA
(188,211,218)
#D0E0E6
(208,224,230)
#E4EDF2
(228,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6B7A color. Also use rgb(28,107,122) instead hex code.

Text Font Color

.myTextColor { color: #1C6B7A; }

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

This text font color is #1C6B7A.


Background Color

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

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

This div background color is #1C6B7A.


Border color

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

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

This div border color is #1C6B7A.


Opacity

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

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

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

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

This text has shadow with #1C6B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6B7A on black background.


Color preview on white background

This text has color #1C6B7A on white background.



Black color preview on #1C6B7A background

This text has black color on #1C6B7A background.


White color preview on #1C6B7A background

This text has white color on #1C6B7A background.