COLOR #329A71

HEX: #329A71 RGB: (50,154,113)

Color info

#329A71 contains mainly green and blue colors. Web safe color of #329A71 is #339966 (or #396).

RGB color model

#329A71 color RGB value is (50,154,113).

RGB: (50,154,113) (20%, 60%, 44%)

RGB channels and saturation

R 50 of 255 = 20%
G 154 of 255 = 60%
B 113 of 255 = 44%

50
154
113

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

Portions of RGB colors in percentages

R + G + B = 50 + 154 + 113 = 317 (100%)
R 50 of 317 ~ 15.77%
G 154 of 317 ~ 48.58%
B 113 of 317 ~ 35.65'%

%15.77
%48.58
%35.65

CMYK color model

#329A71 color CMYK value is (68,0,27,40).

  • cyan value is 67.53%
  • magenta value is 0.00%
  • yellow value is 26.62%
  • key color value is 39.61%
CMYK: (68,0,27,40) C68M0Y27K40 (68%,0%,27%,40%) (0.68/0.00/0.27/0.40) 

CMYK percentages

%67.53
%0
%26.62
%39.61

Codes

Color #329A71 in popluar color models

32 9A 71
RGB 50 154 113
HSL 156° 50.98% 40.00%
HSB/HSV 156° 67.53% 60.39%
CMYK 67.53% 0.00% 26.62%
39.61%

Color #329A71 in popluar number systems.

HEX 32 9A 71
Decimal 50 154 113
Binary 110010 10011010 1110001
Octal 62 232 161

Shades and tints

Shades of #329A71

#329A71
(50,154,113)
#2E8C67
(46,140,103)
#2A7E5D
(42,126,93)
#267053
(38,112,83)
#226249
(34,98,73)
#1E543F
(30,84,63)
#1A4635
(26,70,53)
#16382B
(22,56,43)
#122A21
(18,42,33)
#0E1C17
(14,28,23)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #329A71

#329A71
(50,154,113)
#44A37D
(68,163,125)
#56AC89
(86,172,137)
#68B595
(104,181,149)
#7ABEA1
(122,190,161)
#8CC7AD
(140,199,173)
#9ED0B9
(158,208,185)
#B0D9C5
(176,217,197)
#C2E2D1
(194,226,209)
#D4EBDD
(212,235,221)
#E6F4E9
(230,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #329A71; }

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

This text font color is #329A71.

Background Color

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

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

This div background color is #329A71.

Border color

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

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

This div border color is #329A71.

Opacity

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

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

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

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

This text has shadow with #329A71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #329A71.

Preview

Color preview on black background

This text has color #329A71 on black background.


Color preview on white background

This text has color #329A71 on white background.


Black color preview on #329A71 background

This text has black color on #329A71 background.


White color preview on #329A71 background

This text has white color on #329A71 background.


Related colors

Complementary color

Complementary color for #hex is #CD658E.


I love getcolorcode.com

Triadic colors

1 #71329A and #9A7132 with #329A71 are triadic colors.

2 #719A32 and #9A3271 with #329A71 are triadic colors.