COLOR #325924

HEX: #325924
RGB: (50,89,36)

Color info

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

RGB color model

#325924 color RGB value is (50,89,36).

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

RGB channels and saturation

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

50
89
36

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

Portions of RGB colors in percentages

R + G + B =
50 + 89 + 36 = 175 (100%)
R 50 of 175 ~ 28.57%
G 89 of 175 ~ 50.86%
B 36 of 175 ~ 20.57%

%28.57
%50.86
%20.57

CMYK color model

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

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

CMYK percentages

%43.82
%0
%59.55
%65.1

Codes

Color #325924 in popluar color models

325924
RGB508936
HSL104°42.40%24.51%
HSB/HSV104°59.55%34.90%
CMYK43.82%0.00%59.55%
65.10%

Color #325924 in popluar number systems.

HEX325924
Decimal508936
Binary1100101011001100100
Octal6213144

Shades and tints

Shades of #325924

#325924
(50,89,36)
#2E5121
(46,81,33)
#2A491E
(42,73,30)
#26411B
(38,65,27)
#223918
(34,57,24)
#1E3115
(30,49,21)
#1A2912
(26,41,18)
#16210F
(22,33,15)
#12190C
(18,25,12)
#0E1109
(14,17,9)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #325924

#325924
(50,89,36)
#446837
(68,104,55)
#56774A
(86,119,74)
#68865D
(104,134,93)
#7A9570
(122,149,112)
#8CA483
(140,164,131)
#9EB396
(158,179,150)
#B0C2A9
(176,194,169)
#C2D1BC
(194,209,188)
#D4E0CF
(212,224,207)
#E6EFE2
(230,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325924; }

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

This text font color is #325924.


Background Color

.myBgColor { background-color: #325924; }

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

This div background color is #325924.


Border color

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

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

This div border color is #325924.


Opacity

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

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

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

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

This text has shadow with #325924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325924 on black background.


Color preview on white background

This text has color #325924 on white background.



Black color preview on #325924 background

This text has black color on #325924 background.


White color preview on #325924 background

This text has white color on #325924 background.