COLOR #328D6E

HEX: #328D6E
RGB: (50,141,110)

Color info

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

RGB color model

#328D6E color RGB value is (50,141,110).

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

RGB channels and saturation

R 50 of 255 = 20%
G 141 of 255 = 55%
B 110 of 255 = 43%

50
141
110

R + G + B ~ 39%. #328D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 141 + 110 = 301 (100%)
R 50 of 301 ~ 16.61%
G 141 of 301 ~ 46.84%
B 110 of 301 ~ 36.54%

%16.61
%46.84
%36.54

CMYK color model

#328D6E color CMYK value is (65,0,22,45).

  • cyan value is 64.54%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 44.71%
CMYK:
(65,0,22,45)
C65M0Y22K45 
(65%,0%,22%,45%)
(0.65/0.00/0.22/0.45)	

CMYK percentages

%64.54
%0
%21.99
%44.71

Codes

Color #328D6E in popluar color models

328D6E
RGB50141110
HSL160°47.64%37.45%
HSB/HSV160°64.54%55.29%
CMYK64.54%0.00%21.99%
44.71%

Color #328D6E in popluar number systems.

HEX328D6E
Decimal50141110
Binary110010100011011101110
Octal62215156

Shades and tints

Shades of #328D6E

#328D6E
(50,141,110)
#2E8164
(46,129,100)
#2A755A
(42,117,90)
#266950
(38,105,80)
#225D46
(34,93,70)
#1E513C
(30,81,60)
#1A4532
(26,69,50)
#163928
(22,57,40)
#122D1E
(18,45,30)
#0E2114
(14,33,20)
#0A150A
(10,21,10)
#000000
(0,0,0)

Tints of #328D6E

#328D6E
(50,141,110)
#44977B
(68,151,123)
#56A188
(86,161,136)
#68AB95
(104,171,149)
#7AB5A2
(122,181,162)
#8CBFAF
(140,191,175)
#9EC9BC
(158,201,188)
#B0D3C9
(176,211,201)
#C2DDD6
(194,221,214)
#D4E7E3
(212,231,227)
#E6F1F0
(230,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328D6E; }

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

This text font color is #328D6E.


Background Color

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

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

This div background color is #328D6E.


Border color

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

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

This div border color is #328D6E.


Opacity

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

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

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

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

This text has shadow with #328D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328D6E on black background.


Color preview on white background

This text has color #328D6E on white background.



Black color preview on #328D6E background

This text has black color on #328D6E background.


White color preview on #328D6E background

This text has white color on #328D6E background.