COLOR #325628

HEX: #325628
RGB: (50,86,40)

Color info

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

RGB color model

#325628 color RGB value is (50,86,40).

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

RGB channels and saturation

R 50 of 255 = 20%
G 86 of 255 = 34%
B 40 of 255 = 16%

50
86
40

R + G + B ~ 23%. #325628 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 86 + 40 = 176 (100%)
R 50 of 176 ~ 28.41%
G 86 of 176 ~ 48.86%
B 40 of 176 ~ 22.73%

%28.41
%48.86
%22.73

CMYK color model

#325628 color CMYK value is (42,0,53,66).

  • cyan value is 41.86%
  • magenta value is 0.00%
  • yellow value is 53.49%
  • key color value is 66.27%
CMYK:
(42,0,53,66)
C42M0Y53K66 
(42%,0%,53%,66%)
(0.42/0.00/0.53/0.66)	

CMYK percentages

%41.86
%0
%53.49
%66.27

Codes

Color #325628 in popluar color models

325628
RGB508640
HSL107°36.51%24.71%
HSB/HSV107°53.49%33.73%
CMYK41.86%0.00%53.49%
66.27%

Color #325628 in popluar number systems.

HEX325628
Decimal508640
Binary1100101010110101000
Octal6212650

Shades and tints

Shades of #325628

#325628
(50,86,40)
#2E4F25
(46,79,37)
#2A4822
(42,72,34)
#26411F
(38,65,31)
#223A1C
(34,58,28)
#1E3319
(30,51,25)
#1A2C16
(26,44,22)
#162513
(22,37,19)
#121E10
(18,30,16)
#0E170D
(14,23,13)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #325628

#325628
(50,86,40)
#44653B
(68,101,59)
#56744E
(86,116,78)
#688361
(104,131,97)
#7A9274
(122,146,116)
#8CA187
(140,161,135)
#9EB09A
(158,176,154)
#B0BFAD
(176,191,173)
#C2CEC0
(194,206,192)
#D4DDD3
(212,221,211)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325628; }

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

This text font color is #325628.


Background Color

.myBgColor { background-color: #325628; }

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

This div background color is #325628.


Border color

.myBorderColor { border: 1px solid #325628; }

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

This div border color is #325628.


Opacity

.myOpacity80 { color: #325628; opacity: 0.8; }

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

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

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

This text has shadow with #325628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325628 on black background.


Color preview on white background

This text has color #325628 on white background.



Black color preview on #325628 background

This text has black color on #325628 background.


White color preview on #325628 background

This text has white color on #325628 background.