COLOR #1C6761

HEX: #1C6761 RGB: (28,103,97)

Color info

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

RGB color model

#1C6761 color RGB value is (28,103,97).

RGB: (28,103,97) (11%, 40%, 38%)

RGB channels and saturation

R 28 of 255 = 11%
G 103 of 255 = 40%
B 97 of 255 = 38%

28
103
97

R + G + B ~ 30%. #1C6761 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 103 + 97 = 228 (100%)
R 28 of 228 ~ 12.28%
G 103 of 228 ~ 45.18%
B 97 of 228 ~ 42.54'%

%12.28
%45.18
%42.54

CMYK color model

#1C6761 color CMYK value is (73,0,6,60).

  • cyan value is 72.82%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 59.61%

CMYK: (73,0,6,60)
C73M0Y6K60 (73%, 0%, 6%, 60%)
(0.73 / 0.00 / 0.06 / 0.60)

CMYK percentages

%72.82
%0
%5.83
%59.61

Codes

Color #1C6761 in popluar color models

1C 67 61
RGB 28 103 97
HSL 175° 57.25% 25.69%
HSB/HSV 175° 72.82% 40.39%
CMYK 72.82% 0.00% 5.83%
59.61%

Color #1C6761 in popluar number systems.

HEX 1C 67 61
Decimal 28 103 97
Binary 11100 1100111 1100001
Octal 34 147 141

Shades and tints

Shades of #1C6761

#1C6761
(28,103,97)
#1A5E59
(26,94,89)
#185551
(24,85,81)
#164C49
(22,76,73)
#144341
(20,67,65)
#123A39
(18,58,57)
#103131
(16,49,49)
#0E2829
(14,40,41)
#0C1F21
(12,31,33)
#0A1619
(10,22,25)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #1C6761

#1C6761
(28,103,97)
#30746F
(48,116,111)
#44817D
(68,129,125)
#588E8B
(88,142,139)
#6C9B99
(108,155,153)
#80A8A7
(128,168,167)
#94B5B5
(148,181,181)
#A8C2C3
(168,194,195)
#BCCFD1
(188,207,209)
#D0DCDF
(208,220,223)
#E4E9ED
(228,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6761 color. Also use rgb(28,103,97) instead hex code.

Text Font Color

.myTextColor { color: #1C6761; }

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

This text font color is #1C6761.

Background Color

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

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

This div background color is #1C6761.

Border color

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

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

This div border color is #1C6761.

Opacity

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

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

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

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

This text has shadow with #1C6761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6761.

Preview

Color preview on black background

This text has color #1C6761 on black background.


Color preview on white background

This text has color #1C6761 on white background.


Black color preview on #1C6761 background

This text has black color on #1C6761 background.


White color preview on #1C6761 background

This text has white color on #1C6761 background.


Related colors

Complementary color

Complementary color for #hex is #E3989E.


I love getcolorcode.com

Triadic colors

1 #611C67 and #67611C with #1C6761 are triadic colors.

2 #61671C and #671C61 with #1C6761 are triadic colors.