COLOR #325A25

HEX: #325A25
RGB: (50,90,37)

Color info

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

RGB color model

#325A25 color RGB value is (50,90,37).

  • red value is 50;
  • green value is 90;
  • blue value is 37.
RGB:
(50,90,37)
(20%,35%,15%)

RGB channels and saturation

R 50 of 255 = 20%
G 90 of 255 = 35%
B 37 of 255 = 15%

50
90
37

R + G + B ~ 23%. #325A25 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 90 + 37 = 177 (100%)
R 50 of 177 ~ 28.25%
G 90 of 177 ~ 50.85%
B 37 of 177 ~ 20.9%

%28.25
%50.85
%20.9

CMYK color model

#325A25 color CMYK value is (44,0,59,65).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 58.89%
  • key color value is 64.71%
CMYK:
(44,0,59,65)
C44M0Y59K65 
(44%,0%,59%,65%)
(0.44/0.00/0.59/0.65)	

CMYK percentages

%44.44
%0
%58.89
%64.71

Codes

Color #325A25 in popluar color models

325A25
RGB509037
HSL105°41.73%24.90%
HSB/HSV105°58.89%35.29%
CMYK44.44%0.00%58.89%
64.71%

Color #325A25 in popluar number systems.

HEX325A25
Decimal509037
Binary1100101011010100101
Octal6213245

Shades and tints

Shades of #325A25

#325A25
(50,90,37)
#2E5222
(46,82,34)
#2A4A1F
(42,74,31)
#26421C
(38,66,28)
#223A19
(34,58,25)
#1E3216
(30,50,22)
#1A2A13
(26,42,19)
#162210
(22,34,16)
#121A0D
(18,26,13)
#0E120A
(14,18,10)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #325A25

#325A25
(50,90,37)
#446938
(68,105,56)
#56784B
(86,120,75)
#68875E
(104,135,94)
#7A9671
(122,150,113)
#8CA584
(140,165,132)
#9EB497
(158,180,151)
#B0C3AA
(176,195,170)
#C2D2BD
(194,210,189)
#D4E1D0
(212,225,208)
#E6F0E3
(230,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325A25 color. Also use rgb(50,90,37) instead hex code.

Text Font Color

.myTextColor { color: #325A25; }

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

This text font color is #325A25.


Background Color

.myBgColor { background-color: #325A25; }

<div style="background-color:#325A25">Inner text</div>

This div background color is #325A25.


Border color

.myBorderColor { border: 1px solid #325A25; }

<div style="border:3px solid #325A25">Div</div>

This div border color is #325A25.


Opacity

.myOpacity80 { color: #325A25; opacity: 0.8; }

<p style="color:#325A25;opacity:0.8;">80%</p>

Text with #325A25 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 #325A25;}

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

This text has shadow with #325A25 color.

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

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

This text has shadow with #325A25 primary color and red secondary color.


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

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

This text has shadow with #325A25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325A25 on black background.


Color preview on white background

This text has color #325A25 on white background.



Black color preview on #325A25 background

This text has black color on #325A25 background.


White color preview on #325A25 background

This text has white color on #325A25 background.