COLOR #326B3B

HEX: #326B3B
RGB: (50,107,59)

Color info

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

RGB color model

#326B3B color RGB value is (50,107,59).

  • red value is 50;
  • green value is 107;
  • blue value is 59.
RGB:
(50,107,59)
(20%,42%,23%)

RGB channels and saturation

R 50 of 255 = 20%
G 107 of 255 = 42%
B 59 of 255 = 23%

50
107
59

R + G + B ~ 28%. #326B3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 107 + 59 = 216 (100%)
R 50 of 216 ~ 23.15%
G 107 of 216 ~ 49.54%
B 59 of 216 ~ 27.31%

%23.15
%49.54
%27.31

CMYK color model

#326B3B color CMYK value is (53,0,45,58).

  • cyan value is 53.27%
  • magenta value is 0.00%
  • yellow value is 44.86%
  • key color value is 58.04%
CMYK:
(53,0,45,58)
C53M0Y45K58 
(53%,0%,45%,58%)
(0.53/0.00/0.45/0.58)	

CMYK percentages

%53.27
%0
%44.86
%58.04

Codes

Color #326B3B in popluar color models

326B3B
RGB5010759
HSL129°36.31%30.78%
HSB/HSV129°53.27%41.96%
CMYK53.27%0.00%44.86%
58.04%

Color #326B3B in popluar number systems.

HEX326B3B
Decimal5010759
Binary1100101101011111011
Octal6215373

Shades and tints

Shades of #326B3B

#326B3B
(50,107,59)
#2E6236
(46,98,54)
#2A5931
(42,89,49)
#26502C
(38,80,44)
#224727
(34,71,39)
#1E3E22
(30,62,34)
#1A351D
(26,53,29)
#162C18
(22,44,24)
#122313
(18,35,19)
#0E1A0E
(14,26,14)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #326B3B

#326B3B
(50,107,59)
#44784C
(68,120,76)
#56855D
(86,133,93)
#68926E
(104,146,110)
#7A9F7F
(122,159,127)
#8CAC90
(140,172,144)
#9EB9A1
(158,185,161)
#B0C6B2
(176,198,178)
#C2D3C3
(194,211,195)
#D4E0D4
(212,224,212)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326B3B color. Also use rgb(50,107,59) instead hex code.

Text Font Color

.myTextColor { color: #326B3B; }

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

This text font color is #326B3B.


Background Color

.myBgColor { background-color: #326B3B; }

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

This div background color is #326B3B.


Border color

.myBorderColor { border: 1px solid #326B3B; }

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

This div border color is #326B3B.


Opacity

.myOpacity80 { color: #326B3B; opacity: 0.8; }

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

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

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

This text has shadow with #326B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326B3B on black background.


Color preview on white background

This text has color #326B3B on white background.



Black color preview on #326B3B background

This text has black color on #326B3B background.


White color preview on #326B3B background

This text has white color on #326B3B background.