COLOR #1C6625

HEX: #1C6625 RGB: (28,102,37)

Color info

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

RGB color model

#1C6625 color RGB value is (28,102,37).

RGB: (28,102,37) (11%, 40%, 15%)

RGB channels and saturation

R 28 of 255 = 11%
G 102 of 255 = 40%
B 37 of 255 = 15%

28
102
37

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

Portions of RGB colors in percentages

R + G + B = 28 + 102 + 37 = 167 (100%)
R 28 of 167 ~ 16.77%
G 102 of 167 ~ 61.08%
B 37 of 167 ~ 22.16'%

%16.77
%61.08
%22.16

CMYK color model

#1C6625 color CMYK value is (73,0,64,60).

  • cyan value is 72.55%
  • magenta value is 0.00%
  • yellow value is 63.73%
  • key color value is 60.00%

CMYK: (73,0,64,60)
C73M0Y64K60 (73%, 0%, 64%, 60%)
(0.73 / 0.00 / 0.64 / 0.60)

CMYK percentages

%72.55
%0
%63.73
%60

Codes

Color #1C6625 in popluar color models

1C 66 25
RGB 28 102 37
HSL 127° 56.92% 25.49%
HSB/HSV 127° 72.55% 40.00%
CMYK 72.55% 0.00% 63.73%
60.00%

Color #1C6625 in popluar number systems.

HEX 1C 66 25
Decimal 28 102 37
Binary 11100 1100110 100101
Octal 34 146 45

Shades and tints

Shades of #1C6625

#1C6625
(28,102,37)
#1A5D22
(26,93,34)
#18541F
(24,84,31)
#164B1C
(22,75,28)
#144219
(20,66,25)
#123916
(18,57,22)
#103013
(16,48,19)
#0E2710
(14,39,16)
#0C1E0D
(12,30,13)
#0A150A
(10,21,10)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #1C6625

#1C6625
(28,102,37)
#307338
(48,115,56)
#44804B
(68,128,75)
#588D5E
(88,141,94)
#6C9A71
(108,154,113)
#80A784
(128,167,132)
#94B497
(148,180,151)
#A8C1AA
(168,193,170)
#BCCEBD
(188,206,189)
#D0DBD0
(208,219,208)
#E4E8E3
(228,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6625; }

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

This text font color is #1C6625.

Background Color

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

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

This div background color is #1C6625.

Border color

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

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

This div border color is #1C6625.

Opacity

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

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

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

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

This text has shadow with #1C6625 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6625.

Preview

Color preview on black background

This text has color #1C6625 on black background.


Color preview on white background

This text has color #1C6625 on white background.


Black color preview on #1C6625 background

This text has black color on #1C6625 background.


White color preview on #1C6625 background

This text has white color on #1C6625 background.


Related colors

Complementary color

Complementary color for #hex is #E399DA.


I love getcolorcode.com

Triadic colors

1 #251C66 and #66251C with #1C6625 are triadic colors.

2 #25661C and #661C25 with #1C6625 are triadic colors.