COLOR #328C06

HEX: #328C06 RGB: (50,140,6)

Color info

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

RGB color model

#328C06 color RGB value is (50,140,6).

RGB: (50,140,6) (20%, 55%, 2%)

RGB channels and saturation

R 50 of 255 = 20%
G 140 of 255 = 55%
B 6 of 255 = 2%

50
140
6

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

Portions of RGB colors in percentages

R + G + B = 50 + 140 + 6 = 196 (100%)
R 50 of 196 ~ 25.51%
G 140 of 196 ~ 71.43%
B 6 of 196 ~ 3.06'%

%25.51
%71.43

CMYK color model

#328C06 color CMYK value is (64,0,96,45).

  • cyan value is 64.29%
  • magenta value is 0.00%
  • yellow value is 95.71%
  • key color value is 45.10%

CMYK: (64,0,96,45)
C64M0Y96K45 (64%, 0%, 96%, 45%)
(0.64 / 0.00 / 0.96 / 0.45)

CMYK percentages

%64.29
%0
%95.71
%45.1

Codes

Color #328C06 in popluar color models

32 8C 06
RGB 50 140 6
HSL 100° 91.78% 28.63%
HSB/HSV 100° 95.71% 54.90%
CMYK 64.29% 0.00% 95.71%
45.10%

Color #328C06 in popluar number systems.

HEX 32 8C 06
Decimal 50 140 6
Binary 110010 10001100 110
Octal 62 214 6

Shades and tints

Shades of #328C06

#328C06
(50,140,6)
#2E8006
(46,128,6)
#2A7406
(42,116,6)
#266806
(38,104,6)
#225C06
(34,92,6)
#1E5006
(30,80,6)
#1A4406
(26,68,6)
#163806
(22,56,6)
#122C06
(18,44,6)
#0E2006
(14,32,6)
#0A1406
(10,20,6)
#000000
(0,0,0)

Tints of #328C06

#328C06
(50,140,6)
#44961C
(68,150,28)
#56A032
(86,160,50)
#68AA48
(104,170,72)
#7AB45E
(122,180,94)
#8CBE74
(140,190,116)
#9EC88A
(158,200,138)
#B0D2A0
(176,210,160)
#C2DCB6
(194,220,182)
#D4E6CC
(212,230,204)
#E6F0E2
(230,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328C06; }

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

This text font color is #328C06.

Background Color

.myBgColor { background-color: #328C06; }

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

This div background color is #328C06.

Border color

.myBorderColor { border: 1px solid #328C06; }

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

This div border color is #328C06.

Opacity

.myOpacity80 { color: #328C06; opacity: 0.8; }

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

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

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

This text has shadow with #328C06 color.


.textShadow {text-shadow: 3px 3px 1px #328C06', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #328C06; -webkit-box-shadow: 1px 1px 3px 2px #328C06; box-shadow:1px 1px 3px 2px #328C06;">
Div content here
</div>

This div box has shadow with color #328C06.

Preview

Color preview on black background

This text has color #328C06 on black background.


Color preview on white background

This text has color #328C06 on white background.


Black color preview on #328C06 background

This text has black color on #328C06 background.


White color preview on #328C06 background

This text has white color on #328C06 background.


Related colors

Complementary color

Complementary color for #hex is #CD73F9.


I love getcolorcode.com

Triadic colors

1 #06328C and #8C0632 with #328C06 are triadic colors.

2 #068C32 and #8C3206 with #328C06 are triadic colors.