COLOR #328E60

HEX: #328E60
RGB: (50,142,96)

Color info

#328E60 contains mainly green and blue colors. Web safe color of #328E60 is #339966 (or #396).

RGB color model

#328E60 color RGB value is (50,142,96).

  • red value is 50;
  • green value is 142;
  • blue value is 96.
RGB:
(50,142,96)
(20%,56%,38%)

RGB channels and saturation

R 50 of 255 = 20%
G 142 of 255 = 56%
B 96 of 255 = 38%

50
142
96

R + G + B ~ 38%. #328E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 142 + 96 = 288 (100%)
R 50 of 288 ~ 17.36%
G 142 of 288 ~ 49.31%
B 96 of 288 ~ 33.33%

%17.36
%49.31
%33.33

CMYK color model

#328E60 color CMYK value is (65,0,32,44).

  • cyan value is 64.79%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 44.31%
CMYK:
(65,0,32,44)
C65M0Y32K44 
(65%,0%,32%,44%)
(0.65/0.00/0.32/0.44)	

CMYK percentages

%64.79
%0
%32.39
%44.31

Codes

Color #328E60 in popluar color models

328E60
RGB5014296
HSL150°47.92%37.65%
HSB/HSV150°64.79%55.69%
CMYK64.79%0.00%32.39%
44.31%

Color #328E60 in popluar number systems.

HEX328E60
Decimal5014296
Binary110010100011101100000
Octal62216140

Shades and tints

Shades of #328E60

#328E60
(50,142,96)
#2E8258
(46,130,88)
#2A7650
(42,118,80)
#266A48
(38,106,72)
#225E40
(34,94,64)
#1E5238
(30,82,56)
#1A4630
(26,70,48)
#163A28
(22,58,40)
#122E20
(18,46,32)
#0E2218
(14,34,24)
#0A1610
(10,22,16)
#000000
(0,0,0)

Tints of #328E60

#328E60
(50,142,96)
#44986E
(68,152,110)
#56A27C
(86,162,124)
#68AC8A
(104,172,138)
#7AB698
(122,182,152)
#8CC0A6
(140,192,166)
#9ECAB4
(158,202,180)
#B0D4C2
(176,212,194)
#C2DED0
(194,222,208)
#D4E8DE
(212,232,222)
#E6F2EC
(230,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328E60 color. Also use rgb(50,142,96) instead hex code.

Text Font Color

.myTextColor { color: #328E60; }

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

This text font color is #328E60.


Background Color

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

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

This div background color is #328E60.


Border color

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

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

This div border color is #328E60.


Opacity

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

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

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

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

This text has shadow with #328E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328E60 on black background.


Color preview on white background

This text has color #328E60 on white background.



Black color preview on #328E60 background

This text has black color on #328E60 background.


White color preview on #328E60 background

This text has white color on #328E60 background.