COLOR #2C5C25

HEX: #2C5C25
RGB: (44,92,37)

Color info

#2C5C25 contains red, green and blue colors in about the same proportion. Web safe color of #2C5C25 is #336633 (or #363).

RGB color model

#2C5C25 color RGB value is (44,92,37).

  • red value is 44;
  • green value is 92;
  • blue value is 37.
RGB:
(44,92,37)
(17%,36%,15%)

RGB channels and saturation

R 44 of 255 = 17%
G 92 of 255 = 36%
B 37 of 255 = 15%

44
92
37

R + G + B ~ 23%. #2C5C25 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 92 + 37 = 173 (100%)
R 44 of 173 ~ 25.43%
G 92 of 173 ~ 53.18%
B 37 of 173 ~ 21.39%

%25.43
%53.18
%21.39

CMYK color model

#2C5C25 color CMYK value is (52,0,60,64).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 59.78%
  • key color value is 63.92%
CMYK:
(52,0,60,64)
C52M0Y60K64 
(52%,0%,60%,64%)
(0.52/0.00/0.60/0.64)	

CMYK percentages

%52.17
%0
%59.78
%63.92

Codes

Color #2C5C25 in popluar color models

2C5C25
RGB449237
HSL112°42.64%25.29%
HSB/HSV112°59.78%36.08%
CMYK52.17%0.00%59.78%
63.92%

Color #2C5C25 in popluar number systems.

HEX2C5C25
Decimal449237
Binary1011001011100100101
Octal5413445

Shades and tints

Shades of #2C5C25

#2C5C25
(44,92,37)
#285422
(40,84,34)
#244C1F
(36,76,31)
#20441C
(32,68,28)
#1C3C19
(28,60,25)
#183416
(24,52,22)
#142C13
(20,44,19)
#102410
(16,36,16)
#0C1C0D
(12,28,13)
#08140A
(8,20,10)
#040C07
(4,12,7)
#000000
(0,0,0)

Tints of #2C5C25

#2C5C25
(44,92,37)
#3F6A38
(63,106,56)
#52784B
(82,120,75)
#65865E
(101,134,94)
#789471
(120,148,113)
#8BA284
(139,162,132)
#9EB097
(158,176,151)
#B1BEAA
(177,190,170)
#C4CCBD
(196,204,189)
#D7DAD0
(215,218,208)
#EAE8E3
(234,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5C25 color. Also use rgb(44,92,37) instead hex code.

Text Font Color

.myTextColor { color: #2C5C25; }

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

This text font color is #2C5C25.


Background Color

.myBgColor { background-color: #2C5C25; }

<div style="background-color:#2C5C25">Inner text</div>

This div background color is #2C5C25.


Border color

.myBorderColor { border: 1px solid #2C5C25; }

<div style="border:3px solid #2C5C25">Div</div>

This div border color is #2C5C25.


Opacity

.myOpacity80 { color: #2C5C25; opacity: 0.8; }

<p style="color:#2C5C25;opacity:0.8;">80%</p>

Text with #2C5C25 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 #2C5C25;}

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

This text has shadow with #2C5C25 color.

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

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

This text has shadow with #2C5C25 primary color and red secondary color.


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

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

This text has shadow with #2C5C25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5C25 on black background.


Color preview on white background

This text has color #2C5C25 on white background.



Black color preview on #2C5C25 background

This text has black color on #2C5C25 background.


White color preview on #2C5C25 background

This text has white color on #2C5C25 background.