COLOR #1C6A72

HEX: #1C6A72
RGB: (28,106,114)

Color info

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

RGB color model

#1C6A72 color RGB value is (28,106,114).

  • red value is 28;
  • green value is 106;
  • blue value is 114.
RGB:
(28,106,114)
(11%,42%,45%)

RGB channels and saturation

R 28 of 255 = 11%
G 106 of 255 = 42%
B 114 of 255 = 45%

28
106
114

R + G + B ~ 33%. #1C6A72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 106 + 114 = 248 (100%)
R 28 of 248 ~ 11.29%
G 106 of 248 ~ 42.74%
B 114 of 248 ~ 45.97%

%11.29
%42.74
%45.97

CMYK color model

#1C6A72 color CMYK value is (75,7,0,55).

  • cyan value is 75.44%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(75,7,0,55)
C75M7Y0K55 
(75%,7%,0%,55%)
(0.75/0.07/0.00/0.55)	

CMYK percentages

%75.44
%7.02
%0
%55.29

Codes

Color #1C6A72 in popluar color models

1C6A72
RGB28106114
HSL186°60.56%27.84%
HSB/HSV186°75.44%44.71%
CMYK75.44%7.02%0.00%
55.29%

Color #1C6A72 in popluar number systems.

HEX1C6A72
Decimal28106114
Binary1110011010101110010
Octal34152162

Shades and tints

Shades of #1C6A72

#1C6A72
(28,106,114)
#1A6168
(26,97,104)
#18585E
(24,88,94)
#164F54
(22,79,84)
#14464A
(20,70,74)
#123D40
(18,61,64)
#103436
(16,52,54)
#0E2B2C
(14,43,44)
#0C2222
(12,34,34)
#0A1918
(10,25,24)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #1C6A72

#1C6A72
(28,106,114)
#30777E
(48,119,126)
#44848A
(68,132,138)
#589196
(88,145,150)
#6C9EA2
(108,158,162)
#80ABAE
(128,171,174)
#94B8BA
(148,184,186)
#A8C5C6
(168,197,198)
#BCD2D2
(188,210,210)
#D0DFDE
(208,223,222)
#E4ECEA
(228,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6A72 color. Also use rgb(28,106,114) instead hex code.

Text Font Color

.myTextColor { color: #1C6A72; }

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

This text font color is #1C6A72.


Background Color

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

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

This div background color is #1C6A72.


Border color

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

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

This div border color is #1C6A72.


Opacity

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

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

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

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

This text has shadow with #1C6A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6A72 on black background.


Color preview on white background

This text has color #1C6A72 on white background.



Black color preview on #1C6A72 background

This text has black color on #1C6A72 background.


White color preview on #1C6A72 background

This text has white color on #1C6A72 background.