COLOR #326B34

HEX: #326B34
RGB: (50,107,52)

Color info

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

RGB color model

#326B34 color RGB value is (50,107,52).

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

RGB channels and saturation

R 50 of 255 = 20%
G 107 of 255 = 42%
B 52 of 255 = 20%

50
107
52

R + G + B ~ 27%. #326B34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 107 + 52 = 209 (100%)
R 50 of 209 ~ 23.92%
G 107 of 209 ~ 51.2%
B 52 of 209 ~ 24.88%

%23.92
%51.2
%24.88

CMYK color model

#326B34 color CMYK value is (53,0,51,58).

  • cyan value is 53.27%
  • magenta value is 0.00%
  • yellow value is 51.40%
  • key color value is 58.04%
CMYK:
(53,0,51,58)
C53M0Y51K58 
(53%,0%,51%,58%)
(0.53/0.00/0.51/0.58)	

CMYK percentages

%53.27
%0
%51.4
%58.04

Codes

Color #326B34 in popluar color models

326B34
RGB5010752
HSL122°36.31%30.78%
HSB/HSV122°53.27%41.96%
CMYK53.27%0.00%51.40%
58.04%

Color #326B34 in popluar number systems.

HEX326B34
Decimal5010752
Binary1100101101011110100
Octal6215364

Shades and tints

Shades of #326B34

#326B34
(50,107,52)
#2E6230
(46,98,48)
#2A592C
(42,89,44)
#265028
(38,80,40)
#224724
(34,71,36)
#1E3E20
(30,62,32)
#1A351C
(26,53,28)
#162C18
(22,44,24)
#122314
(18,35,20)
#0E1A10
(14,26,16)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #326B34

#326B34
(50,107,52)
#447846
(68,120,70)
#568558
(86,133,88)
#68926A
(104,146,106)
#7A9F7C
(122,159,124)
#8CAC8E
(140,172,142)
#9EB9A0
(158,185,160)
#B0C6B2
(176,198,178)
#C2D3C4
(194,211,196)
#D4E0D6
(212,224,214)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #326B34; }

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

This text font color is #326B34.


Background Color

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

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

This div background color is #326B34.


Border color

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

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

This div border color is #326B34.


Opacity

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

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

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

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

This text has shadow with #326B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326B34 on black background.


Color preview on white background

This text has color #326B34 on white background.



Black color preview on #326B34 background

This text has black color on #326B34 background.


White color preview on #326B34 background

This text has white color on #326B34 background.