COLOR #325A28

HEX: #325A28
RGB: (50,90,40)

Color info

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

RGB color model

#325A28 color RGB value is (50,90,40).

  • red value is 50;
  • green value is 90;
  • blue value is 40.
RGB:
(50,90,40)
(20%,35%,16%)

RGB channels and saturation

R 50 of 255 = 20%
G 90 of 255 = 35%
B 40 of 255 = 16%

50
90
40

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

Portions of RGB colors in percentages

R + G + B =
50 + 90 + 40 = 180 (100%)
R 50 of 180 ~ 27.78%
G 90 of 180 ~ 50%
B 40 of 180 ~ 22.22%

%27.78
%50
%22.22

CMYK color model

#325A28 color CMYK value is (44,0,56,65).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 64.71%
CMYK:
(44,0,56,65)
C44M0Y56K65 
(44%,0%,56%,65%)
(0.44/0.00/0.56/0.65)	

CMYK percentages

%44.44
%0
%55.56
%64.71

Codes

Color #325A28 in popluar color models

325A28
RGB509040
HSL108°38.46%25.49%
HSB/HSV108°55.56%35.29%
CMYK44.44%0.00%55.56%
64.71%

Color #325A28 in popluar number systems.

HEX325A28
Decimal509040
Binary1100101011010101000
Octal6213250

Shades and tints

Shades of #325A28

#325A28
(50,90,40)
#2E5225
(46,82,37)
#2A4A22
(42,74,34)
#26421F
(38,66,31)
#223A1C
(34,58,28)
#1E3219
(30,50,25)
#1A2A16
(26,42,22)
#162213
(22,34,19)
#121A10
(18,26,16)
#0E120D
(14,18,13)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #325A28

#325A28
(50,90,40)
#44693B
(68,105,59)
#56784E
(86,120,78)
#688761
(104,135,97)
#7A9674
(122,150,116)
#8CA587
(140,165,135)
#9EB49A
(158,180,154)
#B0C3AD
(176,195,173)
#C2D2C0
(194,210,192)
#D4E1D3
(212,225,211)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325A28 color. Also use rgb(50,90,40) instead hex code.

Text Font Color

.myTextColor { color: #325A28; }

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

This text font color is #325A28.


Background Color

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

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

This div background color is #325A28.


Border color

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

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

This div border color is #325A28.


Opacity

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

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

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

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

This text has shadow with #325A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325A28 on black background.


Color preview on white background

This text has color #325A28 on white background.



Black color preview on #325A28 background

This text has black color on #325A28 background.


White color preview on #325A28 background

This text has white color on #325A28 background.