COLOR #1C6B27

HEX: #1C6B27
RGB: (28,107,39)

Color info

#1C6B27 contains mainly green color. Web safe color of #1C6B27 is #336633 (or #363).

RGB color model

#1C6B27 color RGB value is (28,107,39).

  • red value is 28;
  • green value is 107;
  • blue value is 39.
RGB:
(28,107,39)
(11%,42%,15%)

RGB channels and saturation

R 28 of 255 = 11%
G 107 of 255 = 42%
B 39 of 255 = 15%

28
107
39

R + G + B ~ 23%. #1C6B27 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 107 + 39 = 174 (100%)
R 28 of 174 ~ 16.09%
G 107 of 174 ~ 61.49%
B 39 of 174 ~ 22.41%

%16.09
%61.49
%22.41

CMYK color model

#1C6B27 color CMYK value is (74,0,64,58).

  • cyan value is 73.83%
  • magenta value is 0.00%
  • yellow value is 63.55%
  • key color value is 58.04%
CMYK:
(74,0,64,58)
C74M0Y64K58 
(74%,0%,64%,58%)
(0.74/0.00/0.64/0.58)	

CMYK percentages

%73.83
%0
%63.55
%58.04

Codes

Color #1C6B27 in popluar color models

1C6B27
RGB2810739
HSL128°58.52%26.47%
HSB/HSV128°73.83%41.96%
CMYK73.83%0.00%63.55%
58.04%

Color #1C6B27 in popluar number systems.

HEX1C6B27
Decimal2810739
Binary111001101011100111
Octal3415347

Shades and tints

Shades of #1C6B27

#1C6B27
(28,107,39)
#1A6224
(26,98,36)
#185921
(24,89,33)
#16501E
(22,80,30)
#14471B
(20,71,27)
#123E18
(18,62,24)
#103515
(16,53,21)
#0E2C12
(14,44,18)
#0C230F
(12,35,15)
#0A1A0C
(10,26,12)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #1C6B27

#1C6B27
(28,107,39)
#30783A
(48,120,58)
#44854D
(68,133,77)
#589260
(88,146,96)
#6C9F73
(108,159,115)
#80AC86
(128,172,134)
#94B999
(148,185,153)
#A8C6AC
(168,198,172)
#BCD3BF
(188,211,191)
#D0E0D2
(208,224,210)
#E4EDE5
(228,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6B27; }

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

This text font color is #1C6B27.


Background Color

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

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

This div background color is #1C6B27.


Border color

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

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

This div border color is #1C6B27.


Opacity

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

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

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

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

This text has shadow with #1C6B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6B27 on black background.


Color preview on white background

This text has color #1C6B27 on white background.



Black color preview on #1C6B27 background

This text has black color on #1C6B27 background.


White color preview on #1C6B27 background

This text has white color on #1C6B27 background.