COLOR #326847

HEX: #326847
RGB: (50,104,71)

Color info

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

RGB color model

#326847 color RGB value is (50,104,71).

  • red value is 50;
  • green value is 104;
  • blue value is 71.
RGB:
(50,104,71)
(20%,41%,28%)

RGB channels and saturation

R 50 of 255 = 20%
G 104 of 255 = 41%
B 71 of 255 = 28%

50
104
71

R + G + B ~ 30%. #326847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 104 + 71 = 225 (100%)
R 50 of 225 ~ 22.22%
G 104 of 225 ~ 46.22%
B 71 of 225 ~ 31.56%

%22.22
%46.22
%31.56

CMYK color model

#326847 color CMYK value is (52,0,32,59).

  • cyan value is 51.92%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 59.22%
CMYK:
(52,0,32,59)
C52M0Y32K59 
(52%,0%,32%,59%)
(0.52/0.00/0.32/0.59)	

CMYK percentages

%51.92
%0
%31.73
%59.22

Codes

Color #326847 in popluar color models

326847
RGB5010471
HSL143°35.06%30.20%
HSB/HSV143°51.92%40.78%
CMYK51.92%0.00%31.73%
59.22%

Color #326847 in popluar number systems.

HEX326847
Decimal5010471
Binary11001011010001000111
Octal62150107

Shades and tints

Shades of #326847

#326847
(50,104,71)
#2E5F41
(46,95,65)
#2A563B
(42,86,59)
#264D35
(38,77,53)
#22442F
(34,68,47)
#1E3B29
(30,59,41)
#1A3223
(26,50,35)
#16291D
(22,41,29)
#122017
(18,32,23)
#0E1711
(14,23,17)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #326847

#326847
(50,104,71)
#447557
(68,117,87)
#568267
(86,130,103)
#688F77
(104,143,119)
#7A9C87
(122,156,135)
#8CA997
(140,169,151)
#9EB6A7
(158,182,167)
#B0C3B7
(176,195,183)
#C2D0C7
(194,208,199)
#D4DDD7
(212,221,215)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326847 color. Also use rgb(50,104,71) instead hex code.

Text Font Color

.myTextColor { color: #326847; }

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

This text font color is #326847.


Background Color

.myBgColor { background-color: #326847; }

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

This div background color is #326847.


Border color

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

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

This div border color is #326847.


Opacity

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

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

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

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

This text has shadow with #326847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326847 on black background.


Color preview on white background

This text has color #326847 on white background.



Black color preview on #326847 background

This text has black color on #326847 background.


White color preview on #326847 background

This text has white color on #326847 background.