COLOR #325232

HEX: #325232
RGB: (50,82,50)

Color info

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

RGB color model

#325232 color RGB value is (50,82,50).

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

RGB channels and saturation

R 50 of 255 = 20%
G 82 of 255 = 32%
B 50 of 255 = 20%

50
82
50

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

Portions of RGB colors in percentages

R + G + B =
50 + 82 + 50 = 182 (100%)
R 50 of 182 ~ 27.47%
G 82 of 182 ~ 45.05%
B 50 of 182 ~ 27.47%

%27.47
%45.05
%27.47

CMYK color model

#325232 color CMYK value is (39,0,39,68).

  • cyan value is 39.02%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 67.84%
CMYK:
(39,0,39,68)
C39M0Y39K68 
(39%,0%,39%,68%)
(0.39/0.00/0.39/0.68)	

CMYK percentages

%39.02
%0
%39.02
%67.84

Codes

Color #325232 in popluar color models

325232
RGB508250
HSL120°24.24%25.88%
HSB/HSV120°39.02%32.16%
CMYK39.02%0.00%39.02%
67.84%

Color #325232 in popluar number systems.

HEX325232
Decimal508250
Binary1100101010010110010
Octal6212262

Shades and tints

Shades of #325232

#325232
(50,82,50)
#2E4B2E
(46,75,46)
#2A442A
(42,68,42)
#263D26
(38,61,38)
#223622
(34,54,34)
#1E2F1E
(30,47,30)
#1A281A
(26,40,26)
#162116
(22,33,22)
#121A12
(18,26,18)
#0E130E
(14,19,14)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #325232

#325232
(50,82,50)
#446144
(68,97,68)
#567056
(86,112,86)
#687F68
(104,127,104)
#7A8E7A
(122,142,122)
#8C9D8C
(140,157,140)
#9EAC9E
(158,172,158)
#B0BBB0
(176,187,176)
#C2CAC2
(194,202,194)
#D4D9D4
(212,217,212)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325232; }

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

This text font color is #325232.


Background Color

.myBgColor { background-color: #325232; }

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

This div background color is #325232.


Border color

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

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

This div border color is #325232.


Opacity

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

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

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

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

This text has shadow with #325232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325232 on black background.


Color preview on white background

This text has color #325232 on white background.



Black color preview on #325232 background

This text has black color on #325232 background.


White color preview on #325232 background

This text has white color on #325232 background.