COLOR #1C6968

HEX: #1C6968 RGB: (28,105,104)

Color info

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

RGB color model

#1C6968 color RGB value is (28,105,104).

RGB: (28,105,104) (11%, 41%, 41%)

RGB channels and saturation

R 28 of 255 = 11%
G 105 of 255 = 41%
B 104 of 255 = 41%

28
105
104

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

Portions of RGB colors in percentages

R + G + B = 28 + 105 + 104 = 237 (100%)
R 28 of 237 ~ 11.81%
G 105 of 237 ~ 44.3%
B 104 of 237 ~ 43.88'%

%11.81
%44.3
%43.88

CMYK color model

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

  • cyan value is 73.33%
  • magenta value is 0.00%
  • yellow value is 0.95%
  • key color value is 58.82%
CMYK: (73,0,1,59) C73M0Y1K59 (73%,0%,1%,59%) (0.73/0.00/0.01/0.59) 

CMYK percentages

%73.33
%0
%0.95
%58.82

Codes

Color #1C6968 in popluar color models

1C 69 68
RGB 28 105 104
HSL 179° 57.89% 26.08%
HSB/HSV 179° 73.33% 41.18%
CMYK 73.33% 0.00% 0.95%
58.82%

Color #1C6968 in popluar number systems.

HEX 1C 69 68
Decimal 28 105 104
Binary 11100 1101001 1101000
Octal 34 151 150

Shades and tints

Shades of #1C6968

#1C6968
(28,105,104)
#1A605F
(26,96,95)
#185756
(24,87,86)
#164E4D
(22,78,77)
#144544
(20,69,68)
#123C3B
(18,60,59)
#103332
(16,51,50)
#0E2A29
(14,42,41)
#0C2120
(12,33,32)
#0A1817
(10,24,23)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #1C6968

#1C6968
(28,105,104)
#307675
(48,118,117)
#448382
(68,131,130)
#58908F
(88,144,143)
#6C9D9C
(108,157,156)
#80AAA9
(128,170,169)
#94B7B6
(148,183,182)
#A8C4C3
(168,196,195)
#BCD1D0
(188,209,208)
#D0DEDD
(208,222,221)
#E4EBEA
(228,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6968; }

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

This text font color is #1C6968.

Background Color

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

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

This div background color is #1C6968.

Border color

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

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

This div border color is #1C6968.

Opacity

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

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

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

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

This text has shadow with #1C6968 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6968.

Preview

Color preview on black background

This text has color #1C6968 on black background.


Color preview on white background

This text has color #1C6968 on white background.


Black color preview on #1C6968 background

This text has black color on #1C6968 background.


White color preview on #1C6968 background

This text has white color on #1C6968 background.


Related colors

Complementary color

Complementary color for #hex is #E39697.


I love getcolorcode.com

Triadic colors

1 #681C69 and #69681C with #1C6968 are triadic colors.

2 #68691C and #691C68 with #1C6968 are triadic colors.