COLOR #328E69

HEX: #328E69
RGB: (50,142,105)

Color info

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

RGB color model

#328E69 color RGB value is (50,142,105).

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

RGB channels and saturation

R 50 of 255 = 20%
G 142 of 255 = 56%
B 105 of 255 = 41%

50
142
105

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

Portions of RGB colors in percentages

R + G + B =
50 + 142 + 105 = 297 (100%)
R 50 of 297 ~ 16.84%
G 142 of 297 ~ 47.81%
B 105 of 297 ~ 35.35%

%16.84
%47.81
%35.35

CMYK color model

#328E69 color CMYK value is (65,0,26,44).

  • cyan value is 64.79%
  • magenta value is 0.00%
  • yellow value is 26.06%
  • key color value is 44.31%
CMYK:
(65,0,26,44)
C65M0Y26K44 
(65%,0%,26%,44%)
(0.65/0.00/0.26/0.44)	

CMYK percentages

%64.79
%0
%26.06
%44.31

Codes

Color #328E69 in popluar color models

328E69
RGB50142105
HSL156°47.92%37.65%
HSB/HSV156°64.79%55.69%
CMYK64.79%0.00%26.06%
44.31%

Color #328E69 in popluar number systems.

HEX328E69
Decimal50142105
Binary110010100011101101001
Octal62216151

Shades and tints

Shades of #328E69

#328E69
(50,142,105)
#2E8260
(46,130,96)
#2A7657
(42,118,87)
#266A4E
(38,106,78)
#225E45
(34,94,69)
#1E523C
(30,82,60)
#1A4633
(26,70,51)
#163A2A
(22,58,42)
#122E21
(18,46,33)
#0E2218
(14,34,24)
#0A160F
(10,22,15)
#000000
(0,0,0)

Tints of #328E69

#328E69
(50,142,105)
#449876
(68,152,118)
#56A283
(86,162,131)
#68AC90
(104,172,144)
#7AB69D
(122,182,157)
#8CC0AA
(140,192,170)
#9ECAB7
(158,202,183)
#B0D4C4
(176,212,196)
#C2DED1
(194,222,209)
#D4E8DE
(212,232,222)
#E6F2EB
(230,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328E69; }

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

This text font color is #328E69.


Background Color

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

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

This div background color is #328E69.


Border color

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

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

This div border color is #328E69.


Opacity

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

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

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

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

This text has shadow with #328E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328E69 on black background.


Color preview on white background

This text has color #328E69 on white background.



Black color preview on #328E69 background

This text has black color on #328E69 background.


White color preview on #328E69 background

This text has white color on #328E69 background.