COLOR #325B25

HEX: #325B25
RGB: (50,91,37)

Color info

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

RGB color model

#325B25 color RGB value is (50,91,37).

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

RGB channels and saturation

R 50 of 255 = 20%
G 91 of 255 = 36%
B 37 of 255 = 15%

50
91
37

R + G + B ~ 24%. #325B25 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 91 + 37 = 178 (100%)
R 50 of 178 ~ 28.09%
G 91 of 178 ~ 51.12%
B 37 of 178 ~ 20.79%

%28.09
%51.12
%20.79

CMYK color model

#325B25 color CMYK value is (45,0,59,64).

  • cyan value is 45.05%
  • magenta value is 0.00%
  • yellow value is 59.34%
  • key color value is 64.31%
CMYK:
(45,0,59,64)
C45M0Y59K64 
(45%,0%,59%,64%)
(0.45/0.00/0.59/0.64)	

CMYK percentages

%45.05
%0
%59.34
%64.31

Codes

Color #325B25 in popluar color models

325B25
RGB509137
HSL106°42.19%25.10%
HSB/HSV106°59.34%35.69%
CMYK45.05%0.00%59.34%
64.31%

Color #325B25 in popluar number systems.

HEX325B25
Decimal509137
Binary1100101011011100101
Octal6213345

Shades and tints

Shades of #325B25

#325B25
(50,91,37)
#2E5322
(46,83,34)
#2A4B1F
(42,75,31)
#26431C
(38,67,28)
#223B19
(34,59,25)
#1E3316
(30,51,22)
#1A2B13
(26,43,19)
#162310
(22,35,16)
#121B0D
(18,27,13)
#0E130A
(14,19,10)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #325B25

#325B25
(50,91,37)
#446938
(68,105,56)
#56774B
(86,119,75)
#68855E
(104,133,94)
#7A9371
(122,147,113)
#8CA184
(140,161,132)
#9EAF97
(158,175,151)
#B0BDAA
(176,189,170)
#C2CBBD
(194,203,189)
#D4D9D0
(212,217,208)
#E6E7E3
(230,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325B25; }

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

This text font color is #325B25.


Background Color

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

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

This div background color is #325B25.


Border color

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

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

This div border color is #325B25.


Opacity

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

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

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

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

This text has shadow with #325B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325B25 on black background.


Color preview on white background

This text has color #325B25 on white background.



Black color preview on #325B25 background

This text has black color on #325B25 background.


White color preview on #325B25 background

This text has white color on #325B25 background.