COLOR #328606

HEX: #328606
RGB: (50,134,6)

Color info

#328606 contains mainly green color. Web safe color of #328606 is #339900 (or #390).

RGB color model

#328606 color RGB value is (50,134,6).

  • red value is 50;
  • green value is 134;
  • blue value is 6.
RGB:
(50,134,6)
(20%,53%,2%)

RGB channels and saturation

R 50 of 255 = 20%
G 134 of 255 = 53%
B 6 of 255 = 2%

50
134
6

R + G + B ~ 25%. #328606 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 134 + 6 = 190 (100%)
R 50 of 190 ~ 26.32%
G 134 of 190 ~ 70.53%
B 6 of 190 ~ 3.16%

%26.32
%70.53

CMYK color model

#328606 color CMYK value is (63,0,96,47).

  • cyan value is 62.69%
  • magenta value is 0.00%
  • yellow value is 95.52%
  • key color value is 47.45%
CMYK:
(63,0,96,47)
C63M0Y96K47 
(63%,0%,96%,47%)
(0.63/0.00/0.96/0.47)	

CMYK percentages

%62.69
%0
%95.52
%47.45

Codes

Color #328606 in popluar color models

328606
RGB501346
HSL99°91.43%27.45%
HSB/HSV99°95.52%52.55%
CMYK62.69%0.00%95.52%
47.45%

Color #328606 in popluar number systems.

HEX328606
Decimal501346
Binary11001010000110110
Octal622066

Shades and tints

Shades of #328606

#328606
(50,134,6)
#2E7A06
(46,122,6)
#2A6E06
(42,110,6)
#266206
(38,98,6)
#225606
(34,86,6)
#1E4A06
(30,74,6)
#1A3E06
(26,62,6)
#163206
(22,50,6)
#122606
(18,38,6)
#0E1A06
(14,26,6)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #328606

#328606
(50,134,6)
#44911C
(68,145,28)
#569C32
(86,156,50)
#68A748
(104,167,72)
#7AB25E
(122,178,94)
#8CBD74
(140,189,116)
#9EC88A
(158,200,138)
#B0D3A0
(176,211,160)
#C2DEB6
(194,222,182)
#D4E9CC
(212,233,204)
#E6F4E2
(230,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328606 color. Also use rgb(50,134,6) instead hex code.

Text Font Color

.myTextColor { color: #328606; }

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

This text font color is #328606.


Background Color

.myBgColor { background-color: #328606; }

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

This div background color is #328606.


Border color

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

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

This div border color is #328606.


Opacity

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

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

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

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

This text has shadow with #328606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328606 on black background.


Color preview on white background

This text has color #328606 on white background.



Black color preview on #328606 background

This text has black color on #328606 background.


White color preview on #328606 background

This text has white color on #328606 background.