COLOR #1C6D4E

HEX: #1C6D4E RGB: (28,109,78)

Color info

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

RGB color model

#1C6D4E color RGB value is (28,109,78).

RGB: (28,109,78) (11%, 43%, 31%)

RGB channels and saturation

R 28 of 255 = 11%
G 109 of 255 = 43%
B 78 of 255 = 31%

28
109
78

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

Portions of RGB colors in percentages

R + G + B = 28 + 109 + 78 = 215 (100%)
R 28 of 215 ~ 13.02%
G 109 of 215 ~ 50.7%
B 78 of 215 ~ 36.28'%

%13.02
%50.7
%36.28

CMYK color model

#1C6D4E color CMYK value is (74,0,28,57).

  • cyan value is 74.31%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 57.25%
CMYK: (74,0,28,57) C74M0Y28K57 (74%,0%,28%,57%) (0.74/0.00/0.28/0.57) 

CMYK percentages

%74.31
%0
%28.44
%57.25

Codes

Color #1C6D4E in popluar color models

1C 6D 4E
RGB 28 109 78
HSL 157° 59.12% 26.86%
HSB/HSV 157° 74.31% 42.75%
CMYK 74.31% 0.00% 28.44%
57.25%

Color #1C6D4E in popluar number systems.

HEX 1C 6D 4E
Decimal 28 109 78
Binary 11100 1101101 1001110
Octal 34 155 116

Shades and tints

Shades of #1C6D4E

#1C6D4E
(28,109,78)
#1A6447
(26,100,71)
#185B40
(24,91,64)
#165239
(22,82,57)
#144932
(20,73,50)
#12402B
(18,64,43)
#103724
(16,55,36)
#0E2E1D
(14,46,29)
#0C2516
(12,37,22)
#0A1C0F
(10,28,15)
#081308
(8,19,8)
#000000
(0,0,0)

Tints of #1C6D4E

#1C6D4E
(28,109,78)
#307A5E
(48,122,94)
#44876E
(68,135,110)
#58947E
(88,148,126)
#6CA18E
(108,161,142)
#80AE9E
(128,174,158)
#94BBAE
(148,187,174)
#A8C8BE
(168,200,190)
#BCD5CE
(188,213,206)
#D0E2DE
(208,226,222)
#E4EFEE
(228,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6D4E color. Also use rgb(28,109,78) instead hex code.

Text Font Color

.myTextColor { color: #1C6D4E; }

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

This text font color is #1C6D4E.

Background Color

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

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

This div background color is #1C6D4E.

Border color

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

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

This div border color is #1C6D4E.

Opacity

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

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

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

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

This text has shadow with #1C6D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6D4E.

Preview

Color preview on black background

This text has color #1C6D4E on black background.


Color preview on white background

This text has color #1C6D4E on white background.


Black color preview on #1C6D4E background

This text has black color on #1C6D4E background.


White color preview on #1C6D4E background

This text has white color on #1C6D4E background.


Related colors

Complementary color

Complementary color for #hex is #E392B1.


I love getcolorcode.com

Triadic colors

1 #4E1C6D and #6D4E1C with #1C6D4E are triadic colors.

2 #4E6D1C and #6D1C4E with #1C6D4E are triadic colors.