COLOR #329589

HEX: #329589
RGB: (50,149,137)

Color info

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

RGB color model

#329589 color RGB value is (50,149,137).

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

RGB channels and saturation

R 50 of 255 = 20%
G 149 of 255 = 58%
B 137 of 255 = 54%

50
149
137

R + G + B ~ 44%. #329589 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 149 + 137 = 336 (100%)
R 50 of 336 ~ 14.88%
G 149 of 336 ~ 44.35%
B 137 of 336 ~ 40.77%

%14.88
%44.35
%40.77

CMYK color model

#329589 color CMYK value is (66,0,8,42).

  • cyan value is 66.44%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(66,0,8,42)
C66M0Y8K42 
(66%,0%,8%,42%)
(0.66/0.00/0.08/0.42)	

CMYK percentages

%66.44
%0
%8.05
%41.57

Codes

Color #329589 in popluar color models

329589
RGB50149137
HSL173°49.75%39.02%
HSB/HSV173°66.44%58.43%
CMYK66.44%0.00%8.05%
41.57%

Color #329589 in popluar number systems.

HEX329589
Decimal50149137
Binary1100101001010110001001
Octal62225211

Shades and tints

Shades of #329589

#329589
(50,149,137)
#2E887D
(46,136,125)
#2A7B71
(42,123,113)
#266E65
(38,110,101)
#226159
(34,97,89)
#1E544D
(30,84,77)
#1A4741
(26,71,65)
#163A35
(22,58,53)
#122D29
(18,45,41)
#0E201D
(14,32,29)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #329589

#329589
(50,149,137)
#449E93
(68,158,147)
#56A79D
(86,167,157)
#68B0A7
(104,176,167)
#7AB9B1
(122,185,177)
#8CC2BB
(140,194,187)
#9ECBC5
(158,203,197)
#B0D4CF
(176,212,207)
#C2DDD9
(194,221,217)
#D4E6E3
(212,230,227)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #329589; }

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

This text font color is #329589.


Background Color

.myBgColor { background-color: #329589; }

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

This div background color is #329589.


Border color

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

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

This div border color is #329589.


Opacity

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

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

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

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

This text has shadow with #329589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329589 on black background.


Color preview on white background

This text has color #329589 on white background.



Black color preview on #329589 background

This text has black color on #329589 background.


White color preview on #329589 background

This text has white color on #329589 background.