COLOR #325B39

HEX: #325B39
RGB: (50,91,57)

Color info

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

RGB color model

#325B39 color RGB value is (50,91,57).

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

RGB channels and saturation

R 50 of 255 = 20%
G 91 of 255 = 36%
B 57 of 255 = 22%

50
91
57

R + G + B ~ 26%. #325B39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 91 + 57 = 198 (100%)
R 50 of 198 ~ 25.25%
G 91 of 198 ~ 45.96%
B 57 of 198 ~ 28.79%

%25.25
%45.96
%28.79

CMYK color model

#325B39 color CMYK value is (45,0,37,64).

  • cyan value is 45.05%
  • magenta value is 0.00%
  • yellow value is 37.36%
  • key color value is 64.31%
CMYK:
(45,0,37,64)
C45M0Y37K64 
(45%,0%,37%,64%)
(0.45/0.00/0.37/0.64)	

CMYK percentages

%45.05
%0
%37.36
%64.31

Codes

Color #325B39 in popluar color models

325B39
RGB509157
HSL130°29.08%27.65%
HSB/HSV130°45.05%35.69%
CMYK45.05%0.00%37.36%
64.31%

Color #325B39 in popluar number systems.

HEX325B39
Decimal509157
Binary1100101011011111001
Octal6213371

Shades and tints

Shades of #325B39

#325B39
(50,91,57)
#2E5334
(46,83,52)
#2A4B2F
(42,75,47)
#26432A
(38,67,42)
#223B25
(34,59,37)
#1E3320
(30,51,32)
#1A2B1B
(26,43,27)
#162316
(22,35,22)
#121B11
(18,27,17)
#0E130C
(14,19,12)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #325B39

#325B39
(50,91,57)
#44694B
(68,105,75)
#56775D
(86,119,93)
#68856F
(104,133,111)
#7A9381
(122,147,129)
#8CA193
(140,161,147)
#9EAFA5
(158,175,165)
#B0BDB7
(176,189,183)
#C2CBC9
(194,203,201)
#D4D9DB
(212,217,219)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325B39; }

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

This text font color is #325B39.


Background Color

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

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

This div background color is #325B39.


Border color

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

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

This div border color is #325B39.


Opacity

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

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

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

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

This text has shadow with #325B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325B39 on black background.


Color preview on white background

This text has color #325B39 on white background.



Black color preview on #325B39 background

This text has black color on #325B39 background.


White color preview on #325B39 background

This text has white color on #325B39 background.