COLOR #325239

HEX: #325239
RGB: (50,82,57)

Color info

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

RGB color model

#325239 color RGB value is (50,82,57).

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

RGB channels and saturation

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

50
82
57

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

Portions of RGB colors in percentages

R + G + B =
50 + 82 + 57 = 189 (100%)
R 50 of 189 ~ 26.46%
G 82 of 189 ~ 43.39%
B 57 of 189 ~ 30.16%

%26.46
%43.39
%30.16

CMYK color model

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

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

CMYK percentages

%39.02
%0
%30.49
%67.84

Codes

Color #325239 in popluar color models

325239
RGB508257
HSL133°24.24%25.88%
HSB/HSV133°39.02%32.16%
CMYK39.02%0.00%30.49%
67.84%

Color #325239 in popluar number systems.

HEX325239
Decimal508257
Binary1100101010010111001
Octal6212271

Shades and tints

Shades of #325239

#325239
(50,82,57)
#2E4B34
(46,75,52)
#2A442F
(42,68,47)
#263D2A
(38,61,42)
#223625
(34,54,37)
#1E2F20
(30,47,32)
#1A281B
(26,40,27)
#162116
(22,33,22)
#121A11
(18,26,17)
#0E130C
(14,19,12)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #325239

#325239
(50,82,57)
#44614B
(68,97,75)
#56705D
(86,112,93)
#687F6F
(104,127,111)
#7A8E81
(122,142,129)
#8C9D93
(140,157,147)
#9EACA5
(158,172,165)
#B0BBB7
(176,187,183)
#C2CAC9
(194,202,201)
#D4D9DB
(212,217,219)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325239; }

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

This text font color is #325239.


Background Color

.myBgColor { background-color: #325239; }

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

This div background color is #325239.


Border color

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

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

This div border color is #325239.


Opacity

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

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

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

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

This text has shadow with #325239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325239 on black background.


Color preview on white background

This text has color #325239 on white background.



Black color preview on #325239 background

This text has black color on #325239 background.


White color preview on #325239 background

This text has white color on #325239 background.