COLOR #1C6325

HEX: #1C6325
RGB: (28,99,37)

Color info

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

RGB color model

#1C6325 color RGB value is (28,99,37).

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

RGB channels and saturation

R 28 of 255 = 11%
G 99 of 255 = 39%
B 37 of 255 = 15%

28
99
37

R + G + B ~ 22%. #1C6325 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 99 + 37 = 164 (100%)
R 28 of 164 ~ 17.07%
G 99 of 164 ~ 60.37%
B 37 of 164 ~ 22.56%

%17.07
%60.37
%22.56

CMYK color model

#1C6325 color CMYK value is (72,0,63,61).

  • cyan value is 71.72%
  • magenta value is 0.00%
  • yellow value is 62.63%
  • key color value is 61.18%
CMYK:
(72,0,63,61)
C72M0Y63K61 
(72%,0%,63%,61%)
(0.72/0.00/0.63/0.61)	

CMYK percentages

%71.72
%0
%62.63
%61.18

Codes

Color #1C6325 in popluar color models

1C6325
RGB289937
HSL128°55.91%24.90%
HSB/HSV128°71.72%38.82%
CMYK71.72%0.00%62.63%
61.18%

Color #1C6325 in popluar number systems.

HEX1C6325
Decimal289937
Binary111001100011100101
Octal3414345

Shades and tints

Shades of #1C6325

#1C6325
(28,99,37)
#1A5A22
(26,90,34)
#18511F
(24,81,31)
#16481C
(22,72,28)
#143F19
(20,63,25)
#123616
(18,54,22)
#102D13
(16,45,19)
#0E2410
(14,36,16)
#0C1B0D
(12,27,13)
#0A120A
(10,18,10)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #1C6325

#1C6325
(28,99,37)
#307138
(48,113,56)
#447F4B
(68,127,75)
#588D5E
(88,141,94)
#6C9B71
(108,155,113)
#80A984
(128,169,132)
#94B797
(148,183,151)
#A8C5AA
(168,197,170)
#BCD3BD
(188,211,189)
#D0E1D0
(208,225,208)
#E4EFE3
(228,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6325 color. Also use rgb(28,99,37) instead hex code.

Text Font Color

.myTextColor { color: #1C6325; }

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

This text font color is #1C6325.


Background Color

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

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

This div background color is #1C6325.


Border color

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

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

This div border color is #1C6325.


Opacity

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

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

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

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

This text has shadow with #1C6325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6325 on black background.


Color preview on white background

This text has color #1C6325 on white background.



Black color preview on #1C6325 background

This text has black color on #1C6325 background.


White color preview on #1C6325 background

This text has white color on #1C6325 background.