COLOR #328A00

HEX: #328A00
RGB: (50,138,0)

Color info

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

RGB color model

#328A00 color RGB value is (50,138,0).

  • red value is 50;
  • green value is 138;
  • blue value is 0.
RGB:
(50,138,0)
(20%,54%,0%)

RGB channels and saturation

R 50 of 255 = 20%
G 138 of 255 = 54%
B 0 of 255 = 0%

50
138
0

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

Portions of RGB colors in percentages

R + G + B =
50 + 138 + 0 = 188 (100%)
R 50 of 188 ~ 26.6%
G 138 of 188 ~ 73.4%
B 0 of 188 ~ 0%

%26.6
%73.4

CMYK color model

#328A00 color CMYK value is (64,0,100,46).

  • cyan value is 63.77%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 45.88%
CMYK:
(64,0,100,46)
C64M0Y100K46 
(64%,0%,100%,46%)
(0.64/0.00/1.00/0.46)	

CMYK percentages

%63.77
%0
%100
%45.88

Codes

Color #328A00 in popluar color models

328A00
RGB501380
HSL98°100.00%27.06%
HSB/HSV98°100.00%54.12%
CMYK63.77%0.00%100.00%
45.88%

Color #328A00 in popluar number systems.

HEX328A00
Decimal501380
Binary110010100010100
Octal622120

Shades and tints

Shades of #328A00

#328A00
(50,138,0)
#2E7E00
(46,126,0)
#2A7200
(42,114,0)
#266600
(38,102,0)
#225A00
(34,90,0)
#1E4E00
(30,78,0)
#1A4200
(26,66,0)
#163600
(22,54,0)
#122A00
(18,42,0)
#0E1E00
(14,30,0)
#0A1200
(10,18,0)
#000000
(0,0,0)

Tints of #328A00

#328A00
(50,138,0)
#449417
(68,148,23)
#569E2E
(86,158,46)
#68A845
(104,168,69)
#7AB25C
(122,178,92)
#8CBC73
(140,188,115)
#9EC68A
(158,198,138)
#B0D0A1
(176,208,161)
#C2DAB8
(194,218,184)
#D4E4CF
(212,228,207)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328A00 color. Also use rgb(50,138,0) instead hex code.

Text Font Color

.myTextColor { color: #328A00; }

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

This text font color is #328A00.


Background Color

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

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

This div background color is #328A00.


Border color

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

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

This div border color is #328A00.


Opacity

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

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

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

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

This text has shadow with #328A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328A00 on black background.


Color preview on white background

This text has color #328A00 on white background.



Black color preview on #328A00 background

This text has black color on #328A00 background.


White color preview on #328A00 background

This text has white color on #328A00 background.