COLOR #1C6C69

HEX: #1C6C69
RGB: (28,108,105)

Color info

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

RGB color model

#1C6C69 color RGB value is (28,108,105).

  • red value is 28;
  • green value is 108;
  • blue value is 105.
RGB:
(28,108,105)
(11%,42%,41%)

RGB channels and saturation

R 28 of 255 = 11%
G 108 of 255 = 42%
B 105 of 255 = 41%

28
108
105

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

Portions of RGB colors in percentages

R + G + B =
28 + 108 + 105 = 241 (100%)
R 28 of 241 ~ 11.62%
G 108 of 241 ~ 44.81%
B 105 of 241 ~ 43.57%

%11.62
%44.81
%43.57

CMYK color model

#1C6C69 color CMYK value is (74,0,3,58).

  • cyan value is 74.07%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 57.65%
CMYK:
(74,0,3,58)
C74M0Y3K58 
(74%,0%,3%,58%)
(0.74/0.00/0.03/0.58)	

CMYK percentages

%74.07
%0
%2.78
%57.65

Codes

Color #1C6C69 in popluar color models

1C6C69
RGB28108105
HSL178°58.82%26.67%
HSB/HSV178°74.07%42.35%
CMYK74.07%0.00%2.78%
57.65%

Color #1C6C69 in popluar number systems.

HEX1C6C69
Decimal28108105
Binary1110011011001101001
Octal34154151

Shades and tints

Shades of #1C6C69

#1C6C69
(28,108,105)
#1A6360
(26,99,96)
#185A57
(24,90,87)
#16514E
(22,81,78)
#144845
(20,72,69)
#123F3C
(18,63,60)
#103633
(16,54,51)
#0E2D2A
(14,45,42)
#0C2421
(12,36,33)
#0A1B18
(10,27,24)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #1C6C69

#1C6C69
(28,108,105)
#307976
(48,121,118)
#448683
(68,134,131)
#589390
(88,147,144)
#6CA09D
(108,160,157)
#80ADAA
(128,173,170)
#94BAB7
(148,186,183)
#A8C7C4
(168,199,196)
#BCD4D1
(188,212,209)
#D0E1DE
(208,225,222)
#E4EEEB
(228,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6C69; }

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

This text font color is #1C6C69.


Background Color

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

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

This div background color is #1C6C69.


Border color

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

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

This div border color is #1C6C69.


Opacity

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

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

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

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

This text has shadow with #1C6C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6C69 on black background.


Color preview on white background

This text has color #1C6C69 on white background.



Black color preview on #1C6C69 background

This text has black color on #1C6C69 background.


White color preview on #1C6C69 background

This text has white color on #1C6C69 background.