COLOR #1C6227

HEX: #1C6227
RGB: (28,98,39)

Color info

#1C6227 contains mainly green and blue colors. Web safe color of #1C6227 is #336633 (or #363).

RGB color model

#1C6227 color RGB value is (28,98,39).

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

RGB channels and saturation

R 28 of 255 = 11%
G 98 of 255 = 38%
B 39 of 255 = 15%

28
98
39

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

Portions of RGB colors in percentages

R + G + B =
28 + 98 + 39 = 165 (100%)
R 28 of 165 ~ 16.97%
G 98 of 165 ~ 59.39%
B 39 of 165 ~ 23.64%

%16.97
%59.39
%23.64

CMYK color model

#1C6227 color CMYK value is (71,0,60,62).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 60.20%
  • key color value is 61.57%
CMYK:
(71,0,60,62)
C71M0Y60K62 
(71%,0%,60%,62%)
(0.71/0.00/0.60/0.62)	

CMYK percentages

%71.43
%0
%60.2
%61.57

Codes

Color #1C6227 in popluar color models

1C6227
RGB289839
HSL129°55.56%24.71%
HSB/HSV129°71.43%38.43%
CMYK71.43%0.00%60.20%
61.57%

Color #1C6227 in popluar number systems.

HEX1C6227
Decimal289839
Binary111001100010100111
Octal3414247

Shades and tints

Shades of #1C6227

#1C6227
(28,98,39)
#1A5A24
(26,90,36)
#185221
(24,82,33)
#164A1E
(22,74,30)
#14421B
(20,66,27)
#123A18
(18,58,24)
#103215
(16,50,21)
#0E2A12
(14,42,18)
#0C220F
(12,34,15)
#0A1A0C
(10,26,12)
#081209
(8,18,9)
#000000
(0,0,0)

Tints of #1C6227

#1C6227
(28,98,39)
#30703A
(48,112,58)
#447E4D
(68,126,77)
#588C60
(88,140,96)
#6C9A73
(108,154,115)
#80A886
(128,168,134)
#94B699
(148,182,153)
#A8C4AC
(168,196,172)
#BCD2BF
(188,210,191)
#D0E0D2
(208,224,210)
#E4EEE5
(228,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6227; }

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

This text font color is #1C6227.


Background Color

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

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

This div background color is #1C6227.


Border color

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

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

This div border color is #1C6227.


Opacity

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

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

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

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

This text has shadow with #1C6227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6227 on black background.


Color preview on white background

This text has color #1C6227 on white background.



Black color preview on #1C6227 background

This text has black color on #1C6227 background.


White color preview on #1C6227 background

This text has white color on #1C6227 background.