COLOR #329B37

HEX: #329B37 RGB: (50,155,55)

Color info

#329B37 contains mainly green color. Web safe color of #329B37 is #339933 (or #393).

RGB color model

#329B37 color RGB value is (50,155,55).

RGB: (50,155,55) (20%, 61%, 22%)

RGB channels and saturation

R 50 of 255 = 20%
G 155 of 255 = 61%
B 55 of 255 = 22%

50
155
55

R + G + B ~ 34%. #329B37 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 155 + 55 = 260 (100%)
R 50 of 260 ~ 19.23%
G 155 of 260 ~ 59.62%
B 55 of 260 ~ 21.15'%

%19.23
%59.62
%21.15

CMYK color model

#329B37 color CMYK value is (68,0,65,39).

  • cyan value is 67.74%
  • magenta value is 0.00%
  • yellow value is 64.52%
  • key color value is 39.22%

CMYK: (68,0,65,39)
C68M0Y65K39 (68%, 0%, 65%, 39%)
(0.68 / 0.00 / 0.65 / 0.39)

CMYK percentages

%67.74
%0
%64.52
%39.22

Codes

Color #329B37 in popluar color models

32 9B 37
RGB 50 155 55
HSL 123° 51.22% 40.20%
HSB/HSV 123° 67.74% 60.78%
CMYK 67.74% 0.00% 64.52%
39.22%

Color #329B37 in popluar number systems.

HEX 32 9B 37
Decimal 50 155 55
Binary 110010 10011011 110111
Octal 62 233 67

Shades and tints

Shades of #329B37

#329B37
(50,155,55)
#2E8D32
(46,141,50)
#2A7F2D
(42,127,45)
#267128
(38,113,40)
#226323
(34,99,35)
#1E551E
(30,85,30)
#1A4719
(26,71,25)
#163914
(22,57,20)
#122B0F
(18,43,15)
#0E1D0A
(14,29,10)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #329B37

#329B37
(50,155,55)
#44A449
(68,164,73)
#56AD5B
(86,173,91)
#68B66D
(104,182,109)
#7ABF7F
(122,191,127)
#8CC891
(140,200,145)
#9ED1A3
(158,209,163)
#B0DAB5
(176,218,181)
#C2E3C7
(194,227,199)
#D4ECD9
(212,236,217)
#E6F5EB
(230,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329B37 color. Also use rgb(50,155,55) instead hex code.

Text Font Color

.myTextColor { color: #329B37; }

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

This text font color is #329B37.

Background Color

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

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

This div background color is #329B37.

Border color

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

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

This div border color is #329B37.

Opacity

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

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

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

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

This text has shadow with #329B37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #329B37.

Preview

Color preview on black background

This text has color #329B37 on black background.


Color preview on white background

This text has color #329B37 on white background.


Black color preview on #329B37 background

This text has black color on #329B37 background.


White color preview on #329B37 background

This text has white color on #329B37 background.


Related colors

Complementary color

Complementary color for #hex is #CD64C8.


I love getcolorcode.com

Triadic colors

1 #37329B and #9B3732 with #329B37 are triadic colors.

2 #379B32 and #9B3237 with #329B37 are triadic colors.