COLOR #1C665E

HEX: #1C665E
RGB: (28,102,94)

Color info

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

RGB color model

#1C665E color RGB value is (28,102,94).

  • red value is 28;
  • green value is 102;
  • blue value is 94.
RGB:
(28,102,94)
(11%,40%,37%)

RGB channels and saturation

R 28 of 255 = 11%
G 102 of 255 = 40%
B 94 of 255 = 37%

28
102
94

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

Portions of RGB colors in percentages

R + G + B =
28 + 102 + 94 = 224 (100%)
R 28 of 224 ~ 12.5%
G 102 of 224 ~ 45.54%
B 94 of 224 ~ 41.96%

%12.5
%45.54
%41.96

CMYK color model

#1C665E color CMYK value is (73,0,8,60).

  • cyan value is 72.55%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 60.00%
CMYK:
(73,0,8,60)
C73M0Y8K60 
(73%,0%,8%,60%)
(0.73/0.00/0.08/0.60)	

CMYK percentages

%72.55
%0
%7.84
%60

Codes

Color #1C665E in popluar color models

1C665E
RGB2810294
HSL174°56.92%25.49%
HSB/HSV174°72.55%40.00%
CMYK72.55%0.00%7.84%
60.00%

Color #1C665E in popluar number systems.

HEX1C665E
Decimal2810294
Binary1110011001101011110
Octal34146136

Shades and tints

Shades of #1C665E

#1C665E
(28,102,94)
#1A5D56
(26,93,86)
#18544E
(24,84,78)
#164B46
(22,75,70)
#14423E
(20,66,62)
#123936
(18,57,54)
#10302E
(16,48,46)
#0E2726
(14,39,38)
#0C1E1E
(12,30,30)
#0A1516
(10,21,22)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #1C665E

#1C665E
(28,102,94)
#30736C
(48,115,108)
#44807A
(68,128,122)
#588D88
(88,141,136)
#6C9A96
(108,154,150)
#80A7A4
(128,167,164)
#94B4B2
(148,180,178)
#A8C1C0
(168,193,192)
#BCCECE
(188,206,206)
#D0DBDC
(208,219,220)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C665E color. Also use rgb(28,102,94) instead hex code.

Text Font Color

.myTextColor { color: #1C665E; }

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

This text font color is #1C665E.


Background Color

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

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

This div background color is #1C665E.


Border color

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

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

This div border color is #1C665E.


Opacity

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

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

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

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

This text has shadow with #1C665E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C665E on black background.


Color preview on white background

This text has color #1C665E on white background.



Black color preview on #1C665E background

This text has black color on #1C665E background.


White color preview on #1C665E background

This text has white color on #1C665E background.