COLOR #326334

HEX: #326334
RGB: (50,99,52)

Color info

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

RGB color model

#326334 color RGB value is (50,99,52).

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

RGB channels and saturation

R 50 of 255 = 20%
G 99 of 255 = 39%
B 52 of 255 = 20%

50
99
52

R + G + B ~ 26%. #326334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 99 + 52 = 201 (100%)
R 50 of 201 ~ 24.88%
G 99 of 201 ~ 49.25%
B 52 of 201 ~ 25.87%

%24.88
%49.25
%25.87

CMYK color model

#326334 color CMYK value is (49,0,47,61).

  • cyan value is 49.49%
  • magenta value is 0.00%
  • yellow value is 47.47%
  • key color value is 61.18%
CMYK:
(49,0,47,61)
C49M0Y47K61 
(49%,0%,47%,61%)
(0.49/0.00/0.47/0.61)	

CMYK percentages

%49.49
%0
%47.47
%61.18

Codes

Color #326334 in popluar color models

326334
RGB509952
HSL122°32.89%29.22%
HSB/HSV122°49.49%38.82%
CMYK49.49%0.00%47.47%
61.18%

Color #326334 in popluar number systems.

HEX326334
Decimal509952
Binary1100101100011110100
Octal6214364

Shades and tints

Shades of #326334

#326334
(50,99,52)
#2E5A30
(46,90,48)
#2A512C
(42,81,44)
#264828
(38,72,40)
#223F24
(34,63,36)
#1E3620
(30,54,32)
#1A2D1C
(26,45,28)
#162418
(22,36,24)
#121B14
(18,27,20)
#0E1210
(14,18,16)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #326334

#326334
(50,99,52)
#447146
(68,113,70)
#567F58
(86,127,88)
#688D6A
(104,141,106)
#7A9B7C
(122,155,124)
#8CA98E
(140,169,142)
#9EB7A0
(158,183,160)
#B0C5B2
(176,197,178)
#C2D3C4
(194,211,196)
#D4E1D6
(212,225,214)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #326334; }

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

This text font color is #326334.


Background Color

.myBgColor { background-color: #326334; }

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

This div background color is #326334.


Border color

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

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

This div border color is #326334.


Opacity

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

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

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

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

This text has shadow with #326334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326334 on black background.


Color preview on white background

This text has color #326334 on white background.



Black color preview on #326334 background

This text has black color on #326334 background.


White color preview on #326334 background

This text has white color on #326334 background.