COLOR #329A8C

HEX: #329A8C RGB: (50,154,140)

Color info

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

RGB color model

#329A8C color RGB value is (50,154,140).

RGB: (50,154,140) (20%, 60%, 55%)

RGB channels and saturation

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

50
154
140

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

Portions of RGB colors in percentages

R + G + B = 50 + 154 + 140 = 344 (100%)
R 50 of 344 ~ 14.53%
G 154 of 344 ~ 44.77%
B 140 of 344 ~ 40.7'%

%14.53
%44.77
%40.7

CMYK color model

#329A8C color CMYK value is (68,0,9,40).

  • cyan value is 67.53%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 39.61%

CMYK: (68,0,9,40)
C68M0Y9K40 (68%, 0%, 9%, 40%)
(0.68 / 0.00 / 0.09 / 0.40)

CMYK percentages

%67.53
%0
%9.09
%39.61

Codes

Color #329A8C in popluar color models

32 9A 8C
RGB 50 154 140
HSL 172° 50.98% 40.00%
HSB/HSV 172° 67.53% 60.39%
CMYK 67.53% 0.00% 9.09%
39.61%

Color #329A8C in popluar number systems.

HEX 32 9A 8C
Decimal 50 154 140
Binary 110010 10011010 10001100
Octal 62 232 214

Shades and tints

Shades of #329A8C

#329A8C
(50,154,140)
#2E8C80
(46,140,128)
#2A7E74
(42,126,116)
#267068
(38,112,104)
#22625C
(34,98,92)
#1E5450
(30,84,80)
#1A4644
(26,70,68)
#163838
(22,56,56)
#122A2C
(18,42,44)
#0E1C20
(14,28,32)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #329A8C

#329A8C
(50,154,140)
#44A396
(68,163,150)
#56ACA0
(86,172,160)
#68B5AA
(104,181,170)
#7ABEB4
(122,190,180)
#8CC7BE
(140,199,190)
#9ED0C8
(158,208,200)
#B0D9D2
(176,217,210)
#C2E2DC
(194,226,220)
#D4EBE6
(212,235,230)
#E6F4F0
(230,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #329A8C; }

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

This text font color is #329A8C.

Background Color

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

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

This div background color is #329A8C.

Border color

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

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

This div border color is #329A8C.

Opacity

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

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

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

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

This text has shadow with #329A8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #329A8C.

Preview

Color preview on black background

This text has color #329A8C on black background.


Color preview on white background

This text has color #329A8C on white background.


Black color preview on #329A8C background

This text has black color on #329A8C background.


White color preview on #329A8C background

This text has white color on #329A8C background.


Related colors

Complementary color

Complementary color for #hex is #CD6573.


I love getcolorcode.com

Triadic colors

1 #8C329A and #9A8C32 with #329A8C are triadic colors.

2 #8C9A32 and #9A328C with #329A8C are triadic colors.