COLOR #328B89

HEX: #328B89
RGB: (50,139,137)

Color info

#328B89 contains mainly green and blue colors. Web safe color of #328B89 is #339999 (or #399).

RGB color model

#328B89 color RGB value is (50,139,137).

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

RGB channels and saturation

R 50 of 255 = 20%
G 139 of 255 = 55%
B 137 of 255 = 54%

50
139
137

R + G + B ~ 43%. #328B89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 139 + 137 = 326 (100%)
R 50 of 326 ~ 15.34%
G 139 of 326 ~ 42.64%
B 137 of 326 ~ 42.02%

%15.34
%42.64
%42.02

CMYK color model

#328B89 color CMYK value is (64,0,1,45).

  • cyan value is 64.03%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 45.49%
CMYK:
(64,0,1,45)
C64M0Y1K45 
(64%,0%,1%,45%)
(0.64/0.00/0.01/0.45)	

CMYK percentages

%64.03
%0
%1.44
%45.49

Codes

Color #328B89 in popluar color models

328B89
RGB50139137
HSL179°47.09%37.06%
HSB/HSV179°64.03%54.51%
CMYK64.03%0.00%1.44%
45.49%

Color #328B89 in popluar number systems.

HEX328B89
Decimal50139137
Binary1100101000101110001001
Octal62213211

Shades and tints

Shades of #328B89

#328B89
(50,139,137)
#2E7F7D
(46,127,125)
#2A7371
(42,115,113)
#266765
(38,103,101)
#225B59
(34,91,89)
#1E4F4D
(30,79,77)
#1A4341
(26,67,65)
#163735
(22,55,53)
#122B29
(18,43,41)
#0E1F1D
(14,31,29)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #328B89

#328B89
(50,139,137)
#449593
(68,149,147)
#569F9D
(86,159,157)
#68A9A7
(104,169,167)
#7AB3B1
(122,179,177)
#8CBDBB
(140,189,187)
#9EC7C5
(158,199,197)
#B0D1CF
(176,209,207)
#C2DBD9
(194,219,217)
#D4E5E3
(212,229,227)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328B89; }

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

This text font color is #328B89.


Background Color

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

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

This div background color is #328B89.


Border color

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

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

This div border color is #328B89.


Opacity

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

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

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

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

This text has shadow with #328B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328B89 on black background.


Color preview on white background

This text has color #328B89 on white background.



Black color preview on #328B89 background

This text has black color on #328B89 background.


White color preview on #328B89 background

This text has white color on #328B89 background.