COLOR #326237

HEX: #326237
RGB: (50,98,55)

Color info

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

RGB color model

#326237 color RGB value is (50,98,55).

  • red value is 50;
  • green value is 98;
  • blue value is 55.
RGB:
(50,98,55)
(20%,38%,22%)

RGB channels and saturation

R 50 of 255 = 20%
G 98 of 255 = 38%
B 55 of 255 = 22%

50
98
55

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

Portions of RGB colors in percentages

R + G + B =
50 + 98 + 55 = 203 (100%)
R 50 of 203 ~ 24.63%
G 98 of 203 ~ 48.28%
B 55 of 203 ~ 27.09%

%24.63
%48.28
%27.09

CMYK color model

#326237 color CMYK value is (49,0,44,62).

  • cyan value is 48.98%
  • magenta value is 0.00%
  • yellow value is 43.88%
  • key color value is 61.57%
CMYK:
(49,0,44,62)
C49M0Y44K62 
(49%,0%,44%,62%)
(0.49/0.00/0.44/0.62)	

CMYK percentages

%48.98
%0
%43.88
%61.57

Codes

Color #326237 in popluar color models

326237
RGB509855
HSL126°32.43%29.02%
HSB/HSV126°48.98%38.43%
CMYK48.98%0.00%43.88%
61.57%

Color #326237 in popluar number systems.

HEX326237
Decimal509855
Binary1100101100010110111
Octal6214267

Shades and tints

Shades of #326237

#326237
(50,98,55)
#2E5A32
(46,90,50)
#2A522D
(42,82,45)
#264A28
(38,74,40)
#224223
(34,66,35)
#1E3A1E
(30,58,30)
#1A3219
(26,50,25)
#162A14
(22,42,20)
#12220F
(18,34,15)
#0E1A0A
(14,26,10)
#0A1205
(10,18,5)
#000000
(0,0,0)

Tints of #326237

#326237
(50,98,55)
#447049
(68,112,73)
#567E5B
(86,126,91)
#688C6D
(104,140,109)
#7A9A7F
(122,154,127)
#8CA891
(140,168,145)
#9EB6A3
(158,182,163)
#B0C4B5
(176,196,181)
#C2D2C7
(194,210,199)
#D4E0D9
(212,224,217)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326237 color. Also use rgb(50,98,55) instead hex code.

Text Font Color

.myTextColor { color: #326237; }

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

This text font color is #326237.


Background Color

.myBgColor { background-color: #326237; }

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

This div background color is #326237.


Border color

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

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

This div border color is #326237.


Opacity

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

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

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

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

This text has shadow with #326237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326237 on black background.


Color preview on white background

This text has color #326237 on white background.



Black color preview on #326237 background

This text has black color on #326237 background.


White color preview on #326237 background

This text has white color on #326237 background.