COLOR #325F3D

HEX: #325F3D
RGB: (50,95,61)

Color info

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

RGB color model

#325F3D color RGB value is (50,95,61).

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

RGB channels and saturation

R 50 of 255 = 20%
G 95 of 255 = 37%
B 61 of 255 = 24%

50
95
61

R + G + B ~ 27%. #325F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 95 + 61 = 206 (100%)
R 50 of 206 ~ 24.27%
G 95 of 206 ~ 46.12%
B 61 of 206 ~ 29.61%

%24.27
%46.12
%29.61

CMYK color model

#325F3D color CMYK value is (47,0,36,63).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 35.79%
  • key color value is 62.75%
CMYK:
(47,0,36,63)
C47M0Y36K63 
(47%,0%,36%,63%)
(0.47/0.00/0.36/0.63)	

CMYK percentages

%47.37
%0
%35.79
%62.75

Codes

Color #325F3D in popluar color models

325F3D
RGB509561
HSL135°31.03%28.43%
HSB/HSV135°47.37%37.25%
CMYK47.37%0.00%35.79%
62.75%

Color #325F3D in popluar number systems.

HEX325F3D
Decimal509561
Binary1100101011111111101
Octal6213775

Shades and tints

Shades of #325F3D

#325F3D
(50,95,61)
#2E5738
(46,87,56)
#2A4F33
(42,79,51)
#26472E
(38,71,46)
#223F29
(34,63,41)
#1E3724
(30,55,36)
#1A2F1F
(26,47,31)
#16271A
(22,39,26)
#121F15
(18,31,21)
#0E1710
(14,23,16)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #325F3D

#325F3D
(50,95,61)
#446D4E
(68,109,78)
#567B5F
(86,123,95)
#688970
(104,137,112)
#7A9781
(122,151,129)
#8CA592
(140,165,146)
#9EB3A3
(158,179,163)
#B0C1B4
(176,193,180)
#C2CFC5
(194,207,197)
#D4DDD6
(212,221,214)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325F3D; }

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

This text font color is #325F3D.


Background Color

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

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

This div background color is #325F3D.


Border color

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

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

This div border color is #325F3D.


Opacity

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

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

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

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

This text has shadow with #325F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325F3D on black background.


Color preview on white background

This text has color #325F3D on white background.



Black color preview on #325F3D background

This text has black color on #325F3D background.


White color preview on #325F3D background

This text has white color on #325F3D background.