COLOR #1C6E5C

HEX: #1C6E5C RGB: (28,110,92)

Color info

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

RGB color model

#1C6E5C color RGB value is (28,110,92).

RGB: (28,110,92) (11%, 43%, 36%)

RGB channels and saturation

R 28 of 255 = 11%
G 110 of 255 = 43%
B 92 of 255 = 36%

28
110
92

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

Portions of RGB colors in percentages

R + G + B = 28 + 110 + 92 = 230 (100%)
R 28 of 230 ~ 12.17%
G 110 of 230 ~ 47.83%
B 92 of 230 ~ 40'%

%12.17
%47.83
%40

CMYK color model

#1C6E5C color CMYK value is (75,0,16,57).

  • cyan value is 74.55%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 56.86%

CMYK: (75,0,16,57)
C75M0Y16K57 (75%, 0%, 16%, 57%)
(0.75 / 0.00 / 0.16 / 0.57)

CMYK percentages

%74.55
%0
%16.36
%56.86

Codes

Color #1C6E5C in popluar color models

1C 6E 5C
RGB 28 110 92
HSL 167° 59.42% 27.06%
HSB/HSV 167° 74.55% 43.14%
CMYK 74.55% 0.00% 16.36%
56.86%

Color #1C6E5C in popluar number systems.

HEX 1C 6E 5C
Decimal 28 110 92
Binary 11100 1101110 1011100
Octal 34 156 134

Shades and tints

Shades of #1C6E5C

#1C6E5C
(28,110,92)
#1A6454
(26,100,84)
#185A4C
(24,90,76)
#165044
(22,80,68)
#14463C
(20,70,60)
#123C34
(18,60,52)
#10322C
(16,50,44)
#0E2824
(14,40,36)
#0C1E1C
(12,30,28)
#0A1414
(10,20,20)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #1C6E5C

#1C6E5C
(28,110,92)
#307B6A
(48,123,106)
#448878
(68,136,120)
#589586
(88,149,134)
#6CA294
(108,162,148)
#80AFA2
(128,175,162)
#94BCB0
(148,188,176)
#A8C9BE
(168,201,190)
#BCD6CC
(188,214,204)
#D0E3DA
(208,227,218)
#E4F0E8
(228,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6E5C color. Also use rgb(28,110,92) instead hex code.

Text Font Color

.myTextColor { color: #1C6E5C; }

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

This text font color is #1C6E5C.

Background Color

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

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

This div background color is #1C6E5C.

Border color

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

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

This div border color is #1C6E5C.

Opacity

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

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

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

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

This text has shadow with #1C6E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6E5C.

Preview

Color preview on black background

This text has color #1C6E5C on black background.


Color preview on white background

This text has color #1C6E5C on white background.


Black color preview on #1C6E5C background

This text has black color on #1C6E5C background.


White color preview on #1C6E5C background

This text has white color on #1C6E5C background.


Related colors

Complementary color

Complementary color for #hex is #E391A3.


I love getcolorcode.com

Triadic colors

1 #5C1C6E and #6E5C1C with #1C6E5C are triadic colors.

2 #5C6E1C and #6E1C5C with #1C6E5C are triadic colors.