COLOR #326834

HEX: #326834
RGB: (50,104,52)

Color info

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

RGB color model

#326834 color RGB value is (50,104,52).

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

RGB channels and saturation

R 50 of 255 = 20%
G 104 of 255 = 41%
B 52 of 255 = 20%

50
104
52

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

Portions of RGB colors in percentages

R + G + B =
50 + 104 + 52 = 206 (100%)
R 50 of 206 ~ 24.27%
G 104 of 206 ~ 50.49%
B 52 of 206 ~ 25.24%

%24.27
%50.49
%25.24

CMYK color model

#326834 color CMYK value is (52,0,50,59).

  • cyan value is 51.92%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 59.22%
CMYK:
(52,0,50,59)
C52M0Y50K59 
(52%,0%,50%,59%)
(0.52/0.00/0.50/0.59)	

CMYK percentages

%51.92
%0
%50
%59.22

Codes

Color #326834 in popluar color models

326834
RGB5010452
HSL122°35.06%30.20%
HSB/HSV122°51.92%40.78%
CMYK51.92%0.00%50.00%
59.22%

Color #326834 in popluar number systems.

HEX326834
Decimal5010452
Binary1100101101000110100
Octal6215064

Shades and tints

Shades of #326834

#326834
(50,104,52)
#2E5F30
(46,95,48)
#2A562C
(42,86,44)
#264D28
(38,77,40)
#224424
(34,68,36)
#1E3B20
(30,59,32)
#1A321C
(26,50,28)
#162918
(22,41,24)
#122014
(18,32,20)
#0E1710
(14,23,16)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #326834

#326834
(50,104,52)
#447546
(68,117,70)
#568258
(86,130,88)
#688F6A
(104,143,106)
#7A9C7C
(122,156,124)
#8CA98E
(140,169,142)
#9EB6A0
(158,182,160)
#B0C3B2
(176,195,178)
#C2D0C4
(194,208,196)
#D4DDD6
(212,221,214)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #326834; }

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

This text font color is #326834.


Background Color

.myBgColor { background-color: #326834; }

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

This div background color is #326834.


Border color

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

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

This div border color is #326834.


Opacity

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

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

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

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

This text has shadow with #326834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326834 on black background.


Color preview on white background

This text has color #326834 on white background.



Black color preview on #326834 background

This text has black color on #326834 background.


White color preview on #326834 background

This text has white color on #326834 background.