COLOR #1C6B19

HEX: #1C6B19 RGB: (28,107,25)

Color info

#1C6B19 contains mainly green color. Web safe color of #1C6B19 is #336600 (or #360).

RGB color model

#1C6B19 color RGB value is (28,107,25).

RGB: (28,107,25) (11%, 42%, 10%)

RGB channels and saturation

R 28 of 255 = 11%
G 107 of 255 = 42%
B 25 of 255 = 10%

28
107
25

R + G + B ~ 21%. #1C6B19 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 107 + 25 = 160 (100%)
R 28 of 160 ~ 17.5%
G 107 of 160 ~ 66.88%
B 25 of 160 ~ 15.63'%

%17.5
%66.88
%15.63

CMYK color model

#1C6B19 color CMYK value is (74,0,77,58).

  • cyan value is 73.83%
  • magenta value is 0.00%
  • yellow value is 76.64%
  • key color value is 58.04%
CMYK: (74,0,77,58) C74M0Y77K58 (74%,0%,77%,58%) (0.74/0.00/0.77/0.58) 

CMYK percentages

%73.83
%0
%76.64
%58.04

Codes

Color #1C6B19 in popluar color models

1C 6B 19
RGB 28 107 25
HSL 118° 62.12% 25.88%
HSB/HSV 118° 76.64% 41.96%
CMYK 73.83% 0.00% 76.64%
58.04%

Color #1C6B19 in popluar number systems.

HEX 1C 6B 19
Decimal 28 107 25
Binary 11100 1101011 11001
Octal 34 153 31

Shades and tints

Shades of #1C6B19

#1C6B19
(28,107,25)
#1A6217
(26,98,23)
#185915
(24,89,21)
#165013
(22,80,19)
#144711
(20,71,17)
#123E0F
(18,62,15)
#10350D
(16,53,13)
#0E2C0B
(14,44,11)
#0C2309
(12,35,9)
#0A1A07
(10,26,7)
#081105
(8,17,5)
#000000
(0,0,0)

Tints of #1C6B19

#1C6B19
(28,107,25)
#30782D
(48,120,45)
#448541
(68,133,65)
#589255
(88,146,85)
#6C9F69
(108,159,105)
#80AC7D
(128,172,125)
#94B991
(148,185,145)
#A8C6A5
(168,198,165)
#BCD3B9
(188,211,185)
#D0E0CD
(208,224,205)
#E4EDE1
(228,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6B19 color. Also use rgb(28,107,25) instead hex code.

Text Font Color

.myTextColor { color: #1C6B19; }

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

This text font color is #1C6B19.

Background Color

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

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

This div background color is #1C6B19.

Border color

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

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

This div border color is #1C6B19.

Opacity

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

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

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

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

This text has shadow with #1C6B19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6B19.

Preview

Color preview on black background

This text has color #1C6B19 on black background.


Color preview on white background

This text has color #1C6B19 on white background.


Black color preview on #1C6B19 background

This text has black color on #1C6B19 background.


White color preview on #1C6B19 background

This text has white color on #1C6B19 background.


Related colors

Complementary color

Complementary color for #hex is #E394E6.


I love getcolorcode.com

Triadic colors

1 #191C6B and #6B191C with #1C6B19 are triadic colors.

2 #196B1C and #6B1C19 with #1C6B19 are triadic colors.