COLOR #325C31

HEX: #325C31
RGB: (50,92,49)

Color info

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

RGB color model

#325C31 color RGB value is (50,92,49).

  • red value is 50;
  • green value is 92;
  • blue value is 49.
RGB:
(50,92,49)
(20%,36%,19%)

RGB channels and saturation

R 50 of 255 = 20%
G 92 of 255 = 36%
B 49 of 255 = 19%

50
92
49

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

Portions of RGB colors in percentages

R + G + B =
50 + 92 + 49 = 191 (100%)
R 50 of 191 ~ 26.18%
G 92 of 191 ~ 48.17%
B 49 of 191 ~ 25.65%

%26.18
%48.17
%25.65

CMYK color model

#325C31 color CMYK value is (46,0,47,64).

  • cyan value is 45.65%
  • magenta value is 0.00%
  • yellow value is 46.74%
  • key color value is 63.92%
CMYK:
(46,0,47,64)
C46M0Y47K64 
(46%,0%,47%,64%)
(0.46/0.00/0.47/0.64)	

CMYK percentages

%45.65
%0
%46.74
%63.92

Codes

Color #325C31 in popluar color models

325C31
RGB509249
HSL119°30.50%27.65%
HSB/HSV119°46.74%36.08%
CMYK45.65%0.00%46.74%
63.92%

Color #325C31 in popluar number systems.

HEX325C31
Decimal509249
Binary1100101011100110001
Octal6213461

Shades and tints

Shades of #325C31

#325C31
(50,92,49)
#2E542D
(46,84,45)
#2A4C29
(42,76,41)
#264425
(38,68,37)
#223C21
(34,60,33)
#1E341D
(30,52,29)
#1A2C19
(26,44,25)
#162415
(22,36,21)
#121C11
(18,28,17)
#0E140D
(14,20,13)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #325C31

#325C31
(50,92,49)
#446A43
(68,106,67)
#567855
(86,120,85)
#688667
(104,134,103)
#7A9479
(122,148,121)
#8CA28B
(140,162,139)
#9EB09D
(158,176,157)
#B0BEAF
(176,190,175)
#C2CCC1
(194,204,193)
#D4DAD3
(212,218,211)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325C31 color. Also use rgb(50,92,49) instead hex code.

Text Font Color

.myTextColor { color: #325C31; }

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

This text font color is #325C31.


Background Color

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

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

This div background color is #325C31.


Border color

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

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

This div border color is #325C31.


Opacity

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

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

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

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

This text has shadow with #325C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325C31 on black background.


Color preview on white background

This text has color #325C31 on white background.



Black color preview on #325C31 background

This text has black color on #325C31 background.


White color preview on #325C31 background

This text has white color on #325C31 background.