COLOR #245C25

HEX: #245C25
RGB: (36,92,37)

Color info

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

RGB color model

#245C25 color RGB value is (36,92,37).

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

RGB channels and saturation

R 36 of 255 = 14%
G 92 of 255 = 36%
B 37 of 255 = 15%

36
92
37

R + G + B ~ 22%. #245C25 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 92 + 37 = 165 (100%)
R 36 of 165 ~ 21.82%
G 92 of 165 ~ 55.76%
B 37 of 165 ~ 22.42%

%21.82
%55.76
%22.42

CMYK color model

#245C25 color CMYK value is (61,0,60,64).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 59.78%
  • key color value is 63.92%
CMYK:
(61,0,60,64)
C61M0Y60K64 
(61%,0%,60%,64%)
(0.61/0.00/0.60/0.64)	

CMYK percentages

%60.87
%0
%59.78
%63.92

Codes

Color #245C25 in popluar color models

245C25
RGB369237
HSL121°43.75%25.10%
HSB/HSV121°60.87%36.08%
CMYK60.87%0.00%59.78%
63.92%

Color #245C25 in popluar number systems.

HEX245C25
Decimal369237
Binary1001001011100100101
Octal4413445

Shades and tints

Shades of #245C25

#245C25
(36,92,37)
#215422
(33,84,34)
#1E4C1F
(30,76,31)
#1B441C
(27,68,28)
#183C19
(24,60,25)
#153416
(21,52,22)
#122C13
(18,44,19)
#0F2410
(15,36,16)
#0C1C0D
(12,28,13)
#09140A
(9,20,10)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #245C25

#245C25
(36,92,37)
#376A38
(55,106,56)
#4A784B
(74,120,75)
#5D865E
(93,134,94)
#709471
(112,148,113)
#83A284
(131,162,132)
#96B097
(150,176,151)
#A9BEAA
(169,190,170)
#BCCCBD
(188,204,189)
#CFDAD0
(207,218,208)
#E2E8E3
(226,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245C25 color. Also use rgb(36,92,37) instead hex code.

Text Font Color

.myTextColor { color: #245C25; }

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

This text font color is #245C25.


Background Color

.myBgColor { background-color: #245C25; }

<div style="background-color:#245C25">Inner text</div>

This div background color is #245C25.


Border color

.myBorderColor { border: 1px solid #245C25; }

<div style="border:3px solid #245C25">Div</div>

This div border color is #245C25.


Opacity

.myOpacity80 { color: #245C25; opacity: 0.8; }

<p style="color:#245C25;opacity:0.8;">80%</p>

Text with #245C25 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 #245C25;}

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

This text has shadow with #245C25 color.

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

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

This text has shadow with #245C25 primary color and red secondary color.


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

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

This text has shadow with #245C25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #245C25 on black background.


Color preview on white background

This text has color #245C25 on white background.



Black color preview on #245C25 background

This text has black color on #245C25 background.


White color preview on #245C25 background

This text has white color on #245C25 background.