COLOR #328C50

HEX: #328C50
RGB: (50,140,80)

Color info

#328C50 contains mainly green color. Web safe color of #328C50 is #339966 (or #396).

RGB color model

#328C50 color RGB value is (50,140,80).

  • red value is 50;
  • green value is 140;
  • blue value is 80.
RGB:
(50,140,80)
(20%,55%,31%)

RGB channels and saturation

R 50 of 255 = 20%
G 140 of 255 = 55%
B 80 of 255 = 31%

50
140
80

R + G + B ~ 35%. #328C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 140 + 80 = 270 (100%)
R 50 of 270 ~ 18.52%
G 140 of 270 ~ 51.85%
B 80 of 270 ~ 29.63%

%18.52
%51.85
%29.63

CMYK color model

#328C50 color CMYK value is (64,0,43,45).

  • cyan value is 64.29%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 45.10%
CMYK:
(64,0,43,45)
C64M0Y43K45 
(64%,0%,43%,45%)
(0.64/0.00/0.43/0.45)	

CMYK percentages

%64.29
%0
%42.86
%45.1

Codes

Color #328C50 in popluar color models

328C50
RGB5014080
HSL140°47.37%37.25%
HSB/HSV140°64.29%54.90%
CMYK64.29%0.00%42.86%
45.10%

Color #328C50 in popluar number systems.

HEX328C50
Decimal5014080
Binary110010100011001010000
Octal62214120

Shades and tints

Shades of #328C50

#328C50
(50,140,80)
#2E8049
(46,128,73)
#2A7442
(42,116,66)
#26683B
(38,104,59)
#225C34
(34,92,52)
#1E502D
(30,80,45)
#1A4426
(26,68,38)
#16381F
(22,56,31)
#122C18
(18,44,24)
#0E2011
(14,32,17)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #328C50

#328C50
(50,140,80)
#44965F
(68,150,95)
#56A06E
(86,160,110)
#68AA7D
(104,170,125)
#7AB48C
(122,180,140)
#8CBE9B
(140,190,155)
#9EC8AA
(158,200,170)
#B0D2B9
(176,210,185)
#C2DCC8
(194,220,200)
#D4E6D7
(212,230,215)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328C50; }

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

This text font color is #328C50.


Background Color

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

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

This div background color is #328C50.


Border color

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

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

This div border color is #328C50.


Opacity

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

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

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

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

This text has shadow with #328C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328C50 on black background.


Color preview on white background

This text has color #328C50 on white background.



Black color preview on #328C50 background

This text has black color on #328C50 background.


White color preview on #328C50 background

This text has white color on #328C50 background.