COLOR #1C6768

HEX: #1C6768
RGB: (28,103,104)

Color info

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

RGB color model

#1C6768 color RGB value is (28,103,104).

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

RGB channels and saturation

R 28 of 255 = 11%
G 103 of 255 = 40%
B 104 of 255 = 41%

28
103
104

R + G + B ~ 31%. #1C6768 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 103 + 104 = 235 (100%)
R 28 of 235 ~ 11.91%
G 103 of 235 ~ 43.83%
B 104 of 235 ~ 44.26%

%11.91
%43.83
%44.26

CMYK color model

#1C6768 color CMYK value is (73,1,0,59).

  • cyan value is 73.08%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(73,1,0,59)
C73M1Y0K59 
(73%,1%,0%,59%)
(0.73/0.01/0.00/0.59)	

CMYK percentages

%73.08
%0.96
%0
%59.22

Codes

Color #1C6768 in popluar color models

1C6768
RGB28103104
HSL181°57.58%25.88%
HSB/HSV181°73.08%40.78%
CMYK73.08%0.96%0.00%
59.22%

Color #1C6768 in popluar number systems.

HEX1C6768
Decimal28103104
Binary1110011001111101000
Octal34147150

Shades and tints

Shades of #1C6768

#1C6768
(28,103,104)
#1A5E5F
(26,94,95)
#185556
(24,85,86)
#164C4D
(22,76,77)
#144344
(20,67,68)
#123A3B
(18,58,59)
#103132
(16,49,50)
#0E2829
(14,40,41)
#0C1F20
(12,31,32)
#0A1617
(10,22,23)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #1C6768

#1C6768
(28,103,104)
#307475
(48,116,117)
#448182
(68,129,130)
#588E8F
(88,142,143)
#6C9B9C
(108,155,156)
#80A8A9
(128,168,169)
#94B5B6
(148,181,182)
#A8C2C3
(168,194,195)
#BCCFD0
(188,207,208)
#D0DCDD
(208,220,221)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6768; }

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

This text font color is #1C6768.


Background Color

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

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

This div background color is #1C6768.


Border color

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

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

This div border color is #1C6768.


Opacity

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

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

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

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

This text has shadow with #1C6768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6768 on black background.


Color preview on white background

This text has color #1C6768 on white background.



Black color preview on #1C6768 background

This text has black color on #1C6768 background.


White color preview on #1C6768 background

This text has white color on #1C6768 background.