COLOR #329C9F

HEX: #329C9F RGB: (50,156,159)

Color info

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

RGB color model

#329C9F color RGB value is (50,156,159).

RGB: (50,156,159) (20%, 61%, 62%)

RGB channels and saturation

R 50 of 255 = 20%
G 156 of 255 = 61%
B 159 of 255 = 62%

50
156
159

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

Portions of RGB colors in percentages

R + G + B = 50 + 156 + 159 = 365 (100%)
R 50 of 365 ~ 13.7%
G 156 of 365 ~ 42.74%
B 159 of 365 ~ 43.56'%

%13.7
%42.74
%43.56

CMYK color model

#329C9F color CMYK value is (69,2,0,38).

  • cyan value is 68.55%
  • magenta value is 1.89%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (69,2,0,38)
C69M2Y0K38 (69%, 2%, 0%, 38%)
(0.69 / 0.02 / 0.00 / 0.38)

CMYK percentages

%68.55
%1.89
%0
%37.65

Codes

Color #329C9F in popluar color models

32 9C 9F
RGB 50 156 159
HSL 182° 52.15% 40.98%
HSB/HSV 182° 68.55% 62.35%
CMYK 68.55% 1.89% 0.00%
37.65%

Color #329C9F in popluar number systems.

HEX 32 9C 9F
Decimal 50 156 159
Binary 110010 10011100 10011111
Octal 62 234 237

Shades and tints

Shades of #329C9F

#329C9F
(50,156,159)
#2E8E91
(46,142,145)
#2A8083
(42,128,131)
#267275
(38,114,117)
#226467
(34,100,103)
#1E5659
(30,86,89)
#1A484B
(26,72,75)
#163A3D
(22,58,61)
#122C2F
(18,44,47)
#0E1E21
(14,30,33)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #329C9F

#329C9F
(50,156,159)
#44A5A7
(68,165,167)
#56AEAF
(86,174,175)
#68B7B7
(104,183,183)
#7AC0BF
(122,192,191)
#8CC9C7
(140,201,199)
#9ED2CF
(158,210,207)
#B0DBD7
(176,219,215)
#C2E4DF
(194,228,223)
#D4EDE7
(212,237,231)
#E6F6EF
(230,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329C9F color. Also use rgb(50,156,159) instead hex code.

Text Font Color

.myTextColor { color: #329C9F; }

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

This text font color is #329C9F.

Background Color

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

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

This div background color is #329C9F.

Border color

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

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

This div border color is #329C9F.

Opacity

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

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

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

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

This text has shadow with #329C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #329C9F.

Preview

Color preview on black background

This text has color #329C9F on black background.


Color preview on white background

This text has color #329C9F on white background.


Black color preview on #329C9F background

This text has black color on #329C9F background.


White color preview on #329C9F background

This text has white color on #329C9F background.


Related colors

Complementary color

Complementary color for #hex is #CD6360.


I love getcolorcode.com

Triadic colors

1 #9F329C and #9C9F32 with #329C9F are triadic colors.

2 #9F9C32 and #9C329F with #329C9F are triadic colors.