COLOR #1C6655

HEX: #1C6655 RGB: (28,102,85)

Color info

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

RGB color model

#1C6655 color RGB value is (28,102,85).

RGB: (28,102,85) (11%, 40%, 33%)

RGB channels and saturation

R 28 of 255 = 11%
G 102 of 255 = 40%
B 85 of 255 = 33%

28
102
85

R + G + B ~ 28%. #1C6655 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 102 + 85 = 215 (100%)
R 28 of 215 ~ 13.02%
G 102 of 215 ~ 47.44%
B 85 of 215 ~ 39.53'%

%13.02
%47.44
%39.53

CMYK color model

#1C6655 color CMYK value is (73,0,17,60).

  • cyan value is 72.55%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%

CMYK: (73,0,17,60)
C73M0Y17K60 (73%, 0%, 17%, 60%)
(0.73 / 0.00 / 0.17 / 0.60)

CMYK percentages

%72.55
%0
%16.67
%60

Codes

Color #1C6655 in popluar color models

1C 66 55
RGB 28 102 85
HSL 166° 56.92% 25.49%
HSB/HSV 166° 72.55% 40.00%
CMYK 72.55% 0.00% 16.67%
60.00%

Color #1C6655 in popluar number systems.

HEX 1C 66 55
Decimal 28 102 85
Binary 11100 1100110 1010101
Octal 34 146 125

Shades and tints

Shades of #1C6655

#1C6655
(28,102,85)
#1A5D4E
(26,93,78)
#185447
(24,84,71)
#164B40
(22,75,64)
#144239
(20,66,57)
#123932
(18,57,50)
#10302B
(16,48,43)
#0E2724
(14,39,36)
#0C1E1D
(12,30,29)
#0A1516
(10,21,22)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #1C6655

#1C6655
(28,102,85)
#307364
(48,115,100)
#448073
(68,128,115)
#588D82
(88,141,130)
#6C9A91
(108,154,145)
#80A7A0
(128,167,160)
#94B4AF
(148,180,175)
#A8C1BE
(168,193,190)
#BCCECD
(188,206,205)
#D0DBDC
(208,219,220)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6655; }

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

This text font color is #1C6655.

Background Color

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

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

This div background color is #1C6655.

Border color

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

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

This div border color is #1C6655.

Opacity

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

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

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

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

This text has shadow with #1C6655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6655.

Preview

Color preview on black background

This text has color #1C6655 on black background.


Color preview on white background

This text has color #1C6655 on white background.


Black color preview on #1C6655 background

This text has black color on #1C6655 background.


White color preview on #1C6655 background

This text has white color on #1C6655 background.


Related colors

Complementary color

Complementary color for #hex is #E399AA.


I love getcolorcode.com

Triadic colors

1 #551C66 and #66551C with #1C6655 are triadic colors.

2 #55661C and #661C55 with #1C6655 are triadic colors.