COLOR #329A62

HEX: #329A62 RGB: (50,154,98)

Color info

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

RGB color model

#329A62 color RGB value is (50,154,98).

RGB: (50,154,98) (20%, 60%, 38%)

RGB channels and saturation

R 50 of 255 = 20%
G 154 of 255 = 60%
B 98 of 255 = 38%

50
154
98

R + G + B ~ 39%. #329A62 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 154 + 98 = 302 (100%)
R 50 of 302 ~ 16.56%
G 154 of 302 ~ 50.99%
B 98 of 302 ~ 32.45'%

%16.56
%50.99
%32.45

CMYK color model

#329A62 color CMYK value is (68,0,36,40).

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

CMYK: (68,0,36,40)
C68M0Y36K40 (68%, 0%, 36%, 40%)
(0.68 / 0.00 / 0.36 / 0.40)

CMYK percentages

%67.53
%0
%36.36
%39.61

Codes

Color #329A62 in popluar color models

32 9A 62
RGB 50 154 98
HSL 148° 50.98% 40.00%
HSB/HSV 148° 67.53% 60.39%
CMYK 67.53% 0.00% 36.36%
39.61%

Color #329A62 in popluar number systems.

HEX 32 9A 62
Decimal 50 154 98
Binary 110010 10011010 1100010
Octal 62 232 142

Shades and tints

Shades of #329A62

#329A62
(50,154,98)
#2E8C5A
(46,140,90)
#2A7E52
(42,126,82)
#26704A
(38,112,74)
#226242
(34,98,66)
#1E543A
(30,84,58)
#1A4632
(26,70,50)
#16382A
(22,56,42)
#122A22
(18,42,34)
#0E1C1A
(14,28,26)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #329A62

#329A62
(50,154,98)
#44A370
(68,163,112)
#56AC7E
(86,172,126)
#68B58C
(104,181,140)
#7ABE9A
(122,190,154)
#8CC7A8
(140,199,168)
#9ED0B6
(158,208,182)
#B0D9C4
(176,217,196)
#C2E2D2
(194,226,210)
#D4EBE0
(212,235,224)
#E6F4EE
(230,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #329A62; }

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

This text font color is #329A62.

Background Color

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

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

This div background color is #329A62.

Border color

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

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

This div border color is #329A62.

Opacity

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

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

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

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

This text has shadow with #329A62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #329A62.

Preview

Color preview on black background

This text has color #329A62 on black background.


Color preview on white background

This text has color #329A62 on white background.


Black color preview on #329A62 background

This text has black color on #329A62 background.


White color preview on #329A62 background

This text has white color on #329A62 background.


Related colors

Complementary color

Complementary color for #hex is #CD659D.


I love getcolorcode.com

Triadic colors

1 #62329A and #9A6232 with #329A62 are triadic colors.

2 #629A32 and #9A3262 with #329A62 are triadic colors.