COLOR #1C696C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

28
105
108

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

Portions of RGB colors in percentages

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

%11.62
%43.57
%44.81

CMYK color model

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

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

CMYK percentages

%74.07
%2.78
%0
%57.65

Codes

Color #1C696C in popluar color models

1C696C
RGB28105108
HSL182°58.82%26.67%
HSB/HSV182°74.07%42.35%
CMYK74.07%2.78%0.00%
57.65%

Color #1C696C in popluar number systems.

HEX1C696C
Decimal28105108
Binary1110011010011101100
Octal34151154

Shades and tints

Shades of #1C696C

#1C696C
(28,105,108)
#1A6063
(26,96,99)
#18575A
(24,87,90)
#164E51
(22,78,81)
#144548
(20,69,72)
#123C3F
(18,60,63)
#103336
(16,51,54)
#0E2A2D
(14,42,45)
#0C2124
(12,33,36)
#0A181B
(10,24,27)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #1C696C

#1C696C
(28,105,108)
#307679
(48,118,121)
#448386
(68,131,134)
#589093
(88,144,147)
#6C9DA0
(108,157,160)
#80AAAD
(128,170,173)
#94B7BA
(148,183,186)
#A8C4C7
(168,196,199)
#BCD1D4
(188,209,212)
#D0DEE1
(208,222,225)
#E4EBEE
(228,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C696C; }

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

This text font color is #1C696C.


Background Color

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

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

This div background color is #1C696C.


Border color

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

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

This div border color is #1C696C.


Opacity

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

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

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

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

This text has shadow with #1C696C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C696C on black background.


Color preview on white background

This text has color #1C696C on white background.



Black color preview on #1C696C background

This text has black color on #1C696C background.


White color preview on #1C696C background

This text has white color on #1C696C background.