COLOR #326B31

HEX: #326B31 RGB: (50,107,49)

Color info

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

RGB color model

#326B31 color RGB value is (50,107,49).

RGB: (50,107,49) (20%, 42%, 19%)

RGB channels and saturation

R 50 of 255 = 20%
G 107 of 255 = 42%
B 49 of 255 = 19%

50
107
49

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

Portions of RGB colors in percentages

R + G + B = 50 + 107 + 49 = 206 (100%)
R 50 of 206 ~ 24.27%
G 107 of 206 ~ 51.94%
B 49 of 206 ~ 23.79'%

%24.27
%51.94
%23.79

CMYK color model

#326B31 color CMYK value is (53,0,54,58).

  • cyan value is 53.27%
  • magenta value is 0.00%
  • yellow value is 54.21%
  • key color value is 58.04%

CMYK: (53,0,54,58)
C53M0Y54K58 (53%, 0%, 54%, 58%)
(0.53 / 0.00 / 0.54 / 0.58)

CMYK percentages

%53.27
%0
%54.21
%58.04

Codes

Color #326B31 in popluar color models

32 6B 31
RGB 50 107 49
HSL 119° 37.18% 30.59%
HSB/HSV 119° 54.21% 41.96%
CMYK 53.27% 0.00% 54.21%
58.04%

Color #326B31 in popluar number systems.

HEX 32 6B 31
Decimal 50 107 49
Binary 110010 1101011 110001
Octal 62 153 61

Shades and tints

Shades of #326B31

#326B31
(50,107,49)
#2E622D
(46,98,45)
#2A5929
(42,89,41)
#265025
(38,80,37)
#224721
(34,71,33)
#1E3E1D
(30,62,29)
#1A3519
(26,53,25)
#162C15
(22,44,21)
#122311
(18,35,17)
#0E1A0D
(14,26,13)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #326B31

#326B31
(50,107,49)
#447843
(68,120,67)
#568555
(86,133,85)
#689267
(104,146,103)
#7A9F79
(122,159,121)
#8CAC8B
(140,172,139)
#9EB99D
(158,185,157)
#B0C6AF
(176,198,175)
#C2D3C1
(194,211,193)
#D4E0D3
(212,224,211)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #326B31; }

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

This text font color is #326B31.

Background Color

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

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

This div background color is #326B31.

Border color

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

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

This div border color is #326B31.

Opacity

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

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

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

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

This text has shadow with #326B31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #326B31.

Preview

Color preview on black background

This text has color #326B31 on black background.


Color preview on white background

This text has color #326B31 on white background.


Black color preview on #326B31 background

This text has black color on #326B31 background.


White color preview on #326B31 background

This text has white color on #326B31 background.


Related colors

Complementary color

Complementary color for #hex is #CD94CE.


I love getcolorcode.com

Triadic colors

1 #31326B and #6B3132 with #326B31 are triadic colors.

2 #316B32 and #6B3231 with #326B31 are triadic colors.