COLOR #325932

HEX: #325932
RGB: (50,89,50)

Color info

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

RGB color model

#325932 color RGB value is (50,89,50).

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

RGB channels and saturation

R 50 of 255 = 20%
G 89 of 255 = 35%
B 50 of 255 = 20%

50
89
50

R + G + B ~ 25%. #325932 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 89 + 50 = 189 (100%)
R 50 of 189 ~ 26.46%
G 89 of 189 ~ 47.09%
B 50 of 189 ~ 26.46%

%26.46
%47.09
%26.46

CMYK color model

#325932 color CMYK value is (44,0,44,65).

  • cyan value is 43.82%
  • magenta value is 0.00%
  • yellow value is 43.82%
  • key color value is 65.10%
CMYK:
(44,0,44,65)
C44M0Y44K65 
(44%,0%,44%,65%)
(0.44/0.00/0.44/0.65)	

CMYK percentages

%43.82
%0
%43.82
%65.1

Codes

Color #325932 in popluar color models

325932
RGB508950
HSL120°28.06%27.25%
HSB/HSV120°43.82%34.90%
CMYK43.82%0.00%43.82%
65.10%

Color #325932 in popluar number systems.

HEX325932
Decimal508950
Binary1100101011001110010
Octal6213162

Shades and tints

Shades of #325932

#325932
(50,89,50)
#2E512E
(46,81,46)
#2A492A
(42,73,42)
#264126
(38,65,38)
#223922
(34,57,34)
#1E311E
(30,49,30)
#1A291A
(26,41,26)
#162116
(22,33,22)
#121912
(18,25,18)
#0E110E
(14,17,14)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #325932

#325932
(50,89,50)
#446844
(68,104,68)
#567756
(86,119,86)
#688668
(104,134,104)
#7A957A
(122,149,122)
#8CA48C
(140,164,140)
#9EB39E
(158,179,158)
#B0C2B0
(176,194,176)
#C2D1C2
(194,209,194)
#D4E0D4
(212,224,212)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325932 color. Also use rgb(50,89,50) instead hex code.

Text Font Color

.myTextColor { color: #325932; }

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

This text font color is #325932.


Background Color

.myBgColor { background-color: #325932; }

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

This div background color is #325932.


Border color

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

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

This div border color is #325932.


Opacity

.myOpacity80 { color: #325932; opacity: 0.8; }

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

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

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

This text has shadow with #325932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325932 on black background.


Color preview on white background

This text has color #325932 on white background.



Black color preview on #325932 background

This text has black color on #325932 background.


White color preview on #325932 background

This text has white color on #325932 background.