COLOR #325F29

HEX: #325F29
RGB: (50,95,41)

Color info

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

RGB color model

#325F29 color RGB value is (50,95,41).

  • red value is 50;
  • green value is 95;
  • blue value is 41.
RGB:
(50,95,41)
(20%,37%,16%)

RGB channels and saturation

R 50 of 255 = 20%
G 95 of 255 = 37%
B 41 of 255 = 16%

50
95
41

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

Portions of RGB colors in percentages

R + G + B =
50 + 95 + 41 = 186 (100%)
R 50 of 186 ~ 26.88%
G 95 of 186 ~ 51.08%
B 41 of 186 ~ 22.04%

%26.88
%51.08
%22.04

CMYK color model

#325F29 color CMYK value is (47,0,57,63).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 56.84%
  • key color value is 62.75%
CMYK:
(47,0,57,63)
C47M0Y57K63 
(47%,0%,57%,63%)
(0.47/0.00/0.57/0.63)	

CMYK percentages

%47.37
%0
%56.84
%62.75

Codes

Color #325F29 in popluar color models

325F29
RGB509541
HSL110°39.71%26.67%
HSB/HSV110°56.84%37.25%
CMYK47.37%0.00%56.84%
62.75%

Color #325F29 in popluar number systems.

HEX325F29
Decimal509541
Binary1100101011111101001
Octal6213751

Shades and tints

Shades of #325F29

#325F29
(50,95,41)
#2E5726
(46,87,38)
#2A4F23
(42,79,35)
#264720
(38,71,32)
#223F1D
(34,63,29)
#1E371A
(30,55,26)
#1A2F17
(26,47,23)
#162714
(22,39,20)
#121F11
(18,31,17)
#0E170E
(14,23,14)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #325F29

#325F29
(50,95,41)
#446D3C
(68,109,60)
#567B4F
(86,123,79)
#688962
(104,137,98)
#7A9775
(122,151,117)
#8CA588
(140,165,136)
#9EB39B
(158,179,155)
#B0C1AE
(176,193,174)
#C2CFC1
(194,207,193)
#D4DDD4
(212,221,212)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325F29 color. Also use rgb(50,95,41) instead hex code.

Text Font Color

.myTextColor { color: #325F29; }

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

This text font color is #325F29.


Background Color

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

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

This div background color is #325F29.


Border color

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

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

This div border color is #325F29.


Opacity

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

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

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

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

This text has shadow with #325F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325F29 on black background.


Color preview on white background

This text has color #325F29 on white background.



Black color preview on #325F29 background

This text has black color on #325F29 background.


White color preview on #325F29 background

This text has white color on #325F29 background.