COLOR #328960

HEX: #328960
RGB: (50,137,96)

Color info

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

RGB color model

#328960 color RGB value is (50,137,96).

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

RGB channels and saturation

R 50 of 255 = 20%
G 137 of 255 = 54%
B 96 of 255 = 38%

50
137
96

R + G + B ~ 37%. #328960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 137 + 96 = 283 (100%)
R 50 of 283 ~ 17.67%
G 137 of 283 ~ 48.41%
B 96 of 283 ~ 33.92%

%17.67
%48.41
%33.92

CMYK color model

#328960 color CMYK value is (64,0,30,46).

  • cyan value is 63.50%
  • magenta value is 0.00%
  • yellow value is 29.93%
  • key color value is 46.27%
CMYK:
(64,0,30,46)
C64M0Y30K46 
(64%,0%,30%,46%)
(0.64/0.00/0.30/0.46)	

CMYK percentages

%63.5
%0
%29.93
%46.27

Codes

Color #328960 in popluar color models

328960
RGB5013796
HSL152°46.52%36.67%
HSB/HSV152°63.50%53.73%
CMYK63.50%0.00%29.93%
46.27%

Color #328960 in popluar number systems.

HEX328960
Decimal5013796
Binary110010100010011100000
Octal62211140

Shades and tints

Shades of #328960

#328960
(50,137,96)
#2E7D58
(46,125,88)
#2A7150
(42,113,80)
#266548
(38,101,72)
#225940
(34,89,64)
#1E4D38
(30,77,56)
#1A4130
(26,65,48)
#163528
(22,53,40)
#122920
(18,41,32)
#0E1D18
(14,29,24)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #328960

#328960
(50,137,96)
#44936E
(68,147,110)
#569D7C
(86,157,124)
#68A78A
(104,167,138)
#7AB198
(122,177,152)
#8CBBA6
(140,187,166)
#9EC5B4
(158,197,180)
#B0CFC2
(176,207,194)
#C2D9D0
(194,217,208)
#D4E3DE
(212,227,222)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328960; }

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

This text font color is #328960.


Background Color

.myBgColor { background-color: #328960; }

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

This div background color is #328960.


Border color

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

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

This div border color is #328960.


Opacity

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

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

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

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

This text has shadow with #328960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328960 on black background.


Color preview on white background

This text has color #328960 on white background.



Black color preview on #328960 background

This text has black color on #328960 background.


White color preview on #328960 background

This text has white color on #328960 background.