COLOR #329A8B

HEX: #329A8B
RGB: (50,154,139)

Color info

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

RGB color model

#329A8B color RGB value is (50,154,139).

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

RGB channels and saturation

R 50 of 255 = 20%
G 154 of 255 = 60%
B 139 of 255 = 55%

50
154
139

R + G + B ~ 45%. #329A8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 154 + 139 = 343 (100%)
R 50 of 343 ~ 14.58%
G 154 of 343 ~ 44.9%
B 139 of 343 ~ 40.52%

%14.58
%44.9
%40.52

CMYK color model

#329A8B color CMYK value is (68,0,10,40).

  • cyan value is 67.53%
  • magenta value is 0.00%
  • yellow value is 9.74%
  • key color value is 39.61%
CMYK:
(68,0,10,40)
C68M0Y10K40 
(68%,0%,10%,40%)
(0.68/0.00/0.10/0.40)	

CMYK percentages

%67.53
%0
%9.74
%39.61

Codes

Color #329A8B in popluar color models

329A8B
RGB50154139
HSL171°50.98%40.00%
HSB/HSV171°67.53%60.39%
CMYK67.53%0.00%9.74%
39.61%

Color #329A8B in popluar number systems.

HEX329A8B
Decimal50154139
Binary1100101001101010001011
Octal62232213

Shades and tints

Shades of #329A8B

#329A8B
(50,154,139)
#2E8C7F
(46,140,127)
#2A7E73
(42,126,115)
#267067
(38,112,103)
#22625B
(34,98,91)
#1E544F
(30,84,79)
#1A4643
(26,70,67)
#163837
(22,56,55)
#122A2B
(18,42,43)
#0E1C1F
(14,28,31)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #329A8B

#329A8B
(50,154,139)
#44A395
(68,163,149)
#56AC9F
(86,172,159)
#68B5A9
(104,181,169)
#7ABEB3
(122,190,179)
#8CC7BD
(140,199,189)
#9ED0C7
(158,208,199)
#B0D9D1
(176,217,209)
#C2E2DB
(194,226,219)
#D4EBE5
(212,235,229)
#E6F4EF
(230,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329A8B color. Also use rgb(50,154,139) instead hex code.

Text Font Color

.myTextColor { color: #329A8B; }

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

This text font color is #329A8B.


Background Color

.myBgColor { background-color: #329A8B; }

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

This div background color is #329A8B.


Border color

.myBorderColor { border: 1px solid #329A8B; }

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

This div border color is #329A8B.


Opacity

.myOpacity80 { color: #329A8B; opacity: 0.8; }

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

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

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

This text has shadow with #329A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329A8B on black background.


Color preview on white background

This text has color #329A8B on white background.



Black color preview on #329A8B background

This text has black color on #329A8B background.


White color preview on #329A8B background

This text has white color on #329A8B background.