COLOR #1C6F6E

HEX: #1C6F6E
RGB: (28,111,110)

Color info

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

RGB color model

#1C6F6E color RGB value is (28,111,110).

  • red value is 28;
  • green value is 111;
  • blue value is 110.
RGB:
(28,111,110)
(11%,44%,43%)

RGB channels and saturation

R 28 of 255 = 11%
G 111 of 255 = 44%
B 110 of 255 = 43%

28
111
110

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

Portions of RGB colors in percentages

R + G + B =
28 + 111 + 110 = 249 (100%)
R 28 of 249 ~ 11.24%
G 111 of 249 ~ 44.58%
B 110 of 249 ~ 44.18%

%11.24
%44.58
%44.18

CMYK color model

#1C6F6E color CMYK value is (75,0,1,56).

  • cyan value is 74.77%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK:
(75,0,1,56)
C75M0Y1K56 
(75%,0%,1%,56%)
(0.75/0.00/0.01/0.56)	

CMYK percentages

%74.77
%0
%0.9
%56.47

Codes

Color #1C6F6E in popluar color models

1C6F6E
RGB28111110
HSL179°59.71%27.25%
HSB/HSV179°74.77%43.53%
CMYK74.77%0.00%0.90%
56.47%

Color #1C6F6E in popluar number systems.

HEX1C6F6E
Decimal28111110
Binary1110011011111101110
Octal34157156

Shades and tints

Shades of #1C6F6E

#1C6F6E
(28,111,110)
#1A6564
(26,101,100)
#185B5A
(24,91,90)
#165150
(22,81,80)
#144746
(20,71,70)
#123D3C
(18,61,60)
#103332
(16,51,50)
#0E2928
(14,41,40)
#0C1F1E
(12,31,30)
#0A1514
(10,21,20)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #1C6F6E

#1C6F6E
(28,111,110)
#307C7B
(48,124,123)
#448988
(68,137,136)
#589695
(88,150,149)
#6CA3A2
(108,163,162)
#80B0AF
(128,176,175)
#94BDBC
(148,189,188)
#A8CAC9
(168,202,201)
#BCD7D6
(188,215,214)
#D0E4E3
(208,228,227)
#E4F1F0
(228,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6F6E color. Also use rgb(28,111,110) instead hex code.

Text Font Color

.myTextColor { color: #1C6F6E; }

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

This text font color is #1C6F6E.


Background Color

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

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

This div background color is #1C6F6E.


Border color

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

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

This div border color is #1C6F6E.


Opacity

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

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

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

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

This text has shadow with #1C6F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6F6E on black background.


Color preview on white background

This text has color #1C6F6E on white background.



Black color preview on #1C6F6E background

This text has black color on #1C6F6E background.


White color preview on #1C6F6E background

This text has white color on #1C6F6E background.