COLOR #328D4F

HEX: #328D4F
RGB: (50,141,79)

Color info

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

RGB color model

#328D4F color RGB value is (50,141,79).

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

RGB channels and saturation

R 50 of 255 = 20%
G 141 of 255 = 55%
B 79 of 255 = 31%

50
141
79

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

Portions of RGB colors in percentages

R + G + B =
50 + 141 + 79 = 270 (100%)
R 50 of 270 ~ 18.52%
G 141 of 270 ~ 52.22%
B 79 of 270 ~ 29.26%

%18.52
%52.22
%29.26

CMYK color model

#328D4F color CMYK value is (65,0,44,45).

  • cyan value is 64.54%
  • magenta value is 0.00%
  • yellow value is 43.97%
  • key color value is 44.71%
CMYK: (65,0,44,45) C65M0Y44K45 (65%,0%,44%,45%) (0.65/0.00/0.44/0.45)

CMYK percentages

%64.54
%0
%43.97
%44.71

Codes

Color #328D4F in popluar color models

328D4F
RGB5014179
HSL139°47.64%37.45%
HSB/HSV139°64.54%55.29%
CMYK64.54%0.00%43.97%
44.71%

Color #328D4F in popluar number systems.

HEX328D4F
Decimal5014179
Binary110010100011011001111
Octal62215117

Shades and tints

Shades of #328D4F

#328D4F
(50,141,79)
#2E8148
(46,129,72)
#2A7541
(42,117,65)
#26693A
(38,105,58)
#225D33
(34,93,51)
#1E512C
(30,81,44)
#1A4525
(26,69,37)
#16391E
(22,57,30)
#122D17
(18,45,23)
#0E2110
(14,33,16)
#0A1509
(10,21,9)
#000000
(0,0,0)

Tints of #328D4F

#328D4F
(50,141,79)
#44975F
(68,151,95)
#56A16F
(86,161,111)
#68AB7F
(104,171,127)
#7AB58F
(122,181,143)
#8CBF9F
(140,191,159)
#9EC9AF
(158,201,175)
#B0D3BF
(176,211,191)
#C2DDCF
(194,221,207)
#D4E7DF
(212,231,223)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328D4F color. Also use rgb(50,141,79) instead hex code.

Text Font Color

.myTextColor { color: #328D4F; }

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

This text font color is #328D4F.


Background Color

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

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

This div background color is #328D4F.


Border color

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

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

This div border color is #328D4F.


Opacity

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

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

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

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

This text has shadow with #328D4F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #328D4F on black background.


Color preview on white background

This text has color #328D4F on white background.



Black color preview on #328D4F background

This text has black color on #328D4F background.


White color preview on #328D4F background

This text has white color on #328D4F background.