COLOR #1C6025

HEX: #1C6025
RGB: (28,96,37)

Color info

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

RGB color model

#1C6025 color RGB value is (28,96,37).

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

RGB channels and saturation

R 28 of 255 = 11%
G 96 of 255 = 38%
B 37 of 255 = 15%

28
96
37

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

Portions of RGB colors in percentages

R + G + B =
28 + 96 + 37 = 161 (100%)
R 28 of 161 ~ 17.39%
G 96 of 161 ~ 59.63%
B 37 of 161 ~ 22.98%

%17.39
%59.63
%22.98

CMYK color model

#1C6025 color CMYK value is (71,0,61,62).

  • cyan value is 70.83%
  • magenta value is 0.00%
  • yellow value is 61.46%
  • key color value is 62.35%
CMYK:
(71,0,61,62)
C71M0Y61K62 
(71%,0%,61%,62%)
(0.71/0.00/0.61/0.62)	

CMYK percentages

%70.83
%0
%61.46
%62.35

Codes

Color #1C6025 in popluar color models

1C6025
RGB289637
HSL128°54.84%24.31%
HSB/HSV128°70.83%37.65%
CMYK70.83%0.00%61.46%
62.35%

Color #1C6025 in popluar number systems.

HEX1C6025
Decimal289637
Binary111001100000100101
Octal3414045

Shades and tints

Shades of #1C6025

#1C6025
(28,96,37)
#1A5822
(26,88,34)
#18501F
(24,80,31)
#16481C
(22,72,28)
#144019
(20,64,25)
#123816
(18,56,22)
#103013
(16,48,19)
#0E2810
(14,40,16)
#0C200D
(12,32,13)
#0A180A
(10,24,10)
#081007
(8,16,7)
#000000
(0,0,0)

Tints of #1C6025

#1C6025
(28,96,37)
#306E38
(48,110,56)
#447C4B
(68,124,75)
#588A5E
(88,138,94)
#6C9871
(108,152,113)
#80A684
(128,166,132)
#94B497
(148,180,151)
#A8C2AA
(168,194,170)
#BCD0BD
(188,208,189)
#D0DED0
(208,222,208)
#E4ECE3
(228,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6025; }

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

This text font color is #1C6025.


Background Color

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

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

This div background color is #1C6025.


Border color

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

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

This div border color is #1C6025.


Opacity

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

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

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

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

This text has shadow with #1C6025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6025 on black background.


Color preview on white background

This text has color #1C6025 on white background.



Black color preview on #1C6025 background

This text has black color on #1C6025 background.


White color preview on #1C6025 background

This text has white color on #1C6025 background.