COLOR #1C6A5A

HEX: #1C6A5A
RGB: (28,106,90)

Color info

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

RGB color model

#1C6A5A color RGB value is (28,106,90).

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

RGB channels and saturation

R 28 of 255 = 11%
G 106 of 255 = 42%
B 90 of 255 = 35%

28
106
90

R + G + B ~ 29%. #1C6A5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 106 + 90 = 224 (100%)
R 28 of 224 ~ 12.5%
G 106 of 224 ~ 47.32%
B 90 of 224 ~ 40.18%

%12.5
%47.32
%40.18

CMYK color model

#1C6A5A color CMYK value is (74,0,15,58).

  • cyan value is 73.58%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 58.43%
CMYK:
(74,0,15,58)
C74M0Y15K58 
(74%,0%,15%,58%)
(0.74/0.00/0.15/0.58)	

CMYK percentages

%73.58
%0
%15.09
%58.43

Codes

Color #1C6A5A in popluar color models

1C6A5A
RGB2810690
HSL168°58.21%26.27%
HSB/HSV168°73.58%41.57%
CMYK73.58%0.00%15.09%
58.43%

Color #1C6A5A in popluar number systems.

HEX1C6A5A
Decimal2810690
Binary1110011010101011010
Octal34152132

Shades and tints

Shades of #1C6A5A

#1C6A5A
(28,106,90)
#1A6152
(26,97,82)
#18584A
(24,88,74)
#164F42
(22,79,66)
#14463A
(20,70,58)
#123D32
(18,61,50)
#10342A
(16,52,42)
#0E2B22
(14,43,34)
#0C221A
(12,34,26)
#0A1912
(10,25,18)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #1C6A5A

#1C6A5A
(28,106,90)
#307769
(48,119,105)
#448478
(68,132,120)
#589187
(88,145,135)
#6C9E96
(108,158,150)
#80ABA5
(128,171,165)
#94B8B4
(148,184,180)
#A8C5C3
(168,197,195)
#BCD2D2
(188,210,210)
#D0DFE1
(208,223,225)
#E4ECF0
(228,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6A5A; }

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

This text font color is #1C6A5A.


Background Color

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

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

This div background color is #1C6A5A.


Border color

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

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

This div border color is #1C6A5A.


Opacity

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

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

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

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

This text has shadow with #1C6A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6A5A on black background.


Color preview on white background

This text has color #1C6A5A on white background.



Black color preview on #1C6A5A background

This text has black color on #1C6A5A background.


White color preview on #1C6A5A background

This text has white color on #1C6A5A background.