COLOR #325F2D

HEX: #325F2D
RGB: (50,95,45)

Color info

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

RGB color model

#325F2D color RGB value is (50,95,45).

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

RGB channels and saturation

R 50 of 255 = 20%
G 95 of 255 = 37%
B 45 of 255 = 18%

50
95
45

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

Portions of RGB colors in percentages

R + G + B =
50 + 95 + 45 = 190 (100%)
R 50 of 190 ~ 26.32%
G 95 of 190 ~ 50%
B 45 of 190 ~ 23.68%

%26.32
%50
%23.68

CMYK color model

#325F2D color CMYK value is (47,0,53,63).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 62.75%
CMYK:
(47,0,53,63)
C47M0Y53K63 
(47%,0%,53%,63%)
(0.47/0.00/0.53/0.63)	

CMYK percentages

%47.37
%0
%52.63
%62.75

Codes

Color #325F2D in popluar color models

325F2D
RGB509545
HSL114°35.71%27.45%
HSB/HSV114°52.63%37.25%
CMYK47.37%0.00%52.63%
62.75%

Color #325F2D in popluar number systems.

HEX325F2D
Decimal509545
Binary1100101011111101101
Octal6213755

Shades and tints

Shades of #325F2D

#325F2D
(50,95,45)
#2E5729
(46,87,41)
#2A4F25
(42,79,37)
#264721
(38,71,33)
#223F1D
(34,63,29)
#1E3719
(30,55,25)
#1A2F15
(26,47,21)
#162711
(22,39,17)
#121F0D
(18,31,13)
#0E1709
(14,23,9)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #325F2D

#325F2D
(50,95,45)
#446D40
(68,109,64)
#567B53
(86,123,83)
#688966
(104,137,102)
#7A9779
(122,151,121)
#8CA58C
(140,165,140)
#9EB39F
(158,179,159)
#B0C1B2
(176,193,178)
#C2CFC5
(194,207,197)
#D4DDD8
(212,221,216)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325F2D; }

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

This text font color is #325F2D.


Background Color

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

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

This div background color is #325F2D.


Border color

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

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

This div border color is #325F2D.


Opacity

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

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

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

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

This text has shadow with #325F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325F2D on black background.


Color preview on white background

This text has color #325F2D on white background.



Black color preview on #325F2D background

This text has black color on #325F2D background.


White color preview on #325F2D background

This text has white color on #325F2D background.