COLOR #1C685B

HEX: #1C685B RGB: (28,104,91)

Color info

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

RGB color model

#1C685B color RGB value is (28,104,91).

RGB: (28,104,91) (11%, 41%, 36%)

RGB channels and saturation

R 28 of 255 = 11%
G 104 of 255 = 41%
B 91 of 255 = 36%

28
104
91

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

Portions of RGB colors in percentages

R + G + B = 28 + 104 + 91 = 223 (100%)
R 28 of 223 ~ 12.56%
G 104 of 223 ~ 46.64%
B 91 of 223 ~ 40.81'%

%12.56
%46.64
%40.81

CMYK color model

#1C685B color CMYK value is (73,0,13,59).

  • cyan value is 73.08%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 59.22%

CMYK: (73,0,13,59)
C73M0Y13K59 (73%, 0%, 13%, 59%)
(0.73 / 0.00 / 0.13 / 0.59)

CMYK percentages

%73.08
%0
%12.5
%59.22

Codes

Color #1C685B in popluar color models

1C 68 5B
RGB 28 104 91
HSL 170° 57.58% 25.88%
HSB/HSV 170° 73.08% 40.78%
CMYK 73.08% 0.00% 12.50%
59.22%

Color #1C685B in popluar number systems.

HEX 1C 68 5B
Decimal 28 104 91
Binary 11100 1101000 1011011
Octal 34 150 133

Shades and tints

Shades of #1C685B

#1C685B
(28,104,91)
#1A5F53
(26,95,83)
#18564B
(24,86,75)
#164D43
(22,77,67)
#14443B
(20,68,59)
#123B33
(18,59,51)
#10322B
(16,50,43)
#0E2923
(14,41,35)
#0C201B
(12,32,27)
#0A1713
(10,23,19)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #1C685B

#1C685B
(28,104,91)
#307569
(48,117,105)
#448277
(68,130,119)
#588F85
(88,143,133)
#6C9C93
(108,156,147)
#80A9A1
(128,169,161)
#94B6AF
(148,182,175)
#A8C3BD
(168,195,189)
#BCD0CB
(188,208,203)
#D0DDD9
(208,221,217)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C685B color. Also use rgb(28,104,91) instead hex code.

Text Font Color

.myTextColor { color: #1C685B; }

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

This text font color is #1C685B.

Background Color

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

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

This div background color is #1C685B.

Border color

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

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

This div border color is #1C685B.

Opacity

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

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

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

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

This text has shadow with #1C685B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C685B.

Preview

Color preview on black background

This text has color #1C685B on black background.


Color preview on white background

This text has color #1C685B on white background.


Black color preview on #1C685B background

This text has black color on #1C685B background.


White color preview on #1C685B background

This text has white color on #1C685B background.


Related colors

Complementary color

Complementary color for #hex is #E397A4.


I love getcolorcode.com

Triadic colors

1 #5B1C68 and #685B1C with #1C685B are triadic colors.

2 #5B681C and #681C5B with #1C685B are triadic colors.