COLOR #329143

HEX: #329143 RGB: (50,145,67)

Color info

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

RGB color model

#329143 color RGB value is (50,145,67).

RGB: (50,145,67) (20%, 57%, 26%)

RGB channels and saturation

R 50 of 255 = 20%
G 145 of 255 = 57%
B 67 of 255 = 26%

50
145
67

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

Portions of RGB colors in percentages

R + G + B = 50 + 145 + 67 = 262 (100%)
R 50 of 262 ~ 19.08%
G 145 of 262 ~ 55.34%
B 67 of 262 ~ 25.57'%

%19.08
%55.34
%25.57

CMYK color model

#329143 color CMYK value is (66,0,54,43).

  • cyan value is 65.52%
  • magenta value is 0.00%
  • yellow value is 53.79%
  • key color value is 43.14%
CMYK: (66,0,54,43) C66M0Y54K43 (66%,0%,54%,43%) (0.66/0.00/0.54/0.43) 

CMYK percentages

%65.52
%0
%53.79
%43.14

Codes

Color #329143 in popluar color models

32 91 43
RGB 50 145 67
HSL 131° 48.72% 38.24%
HSB/HSV 131° 65.52% 56.86%
CMYK 65.52% 0.00% 53.79%
43.14%

Color #329143 in popluar number systems.

HEX 32 91 43
Decimal 50 145 67
Binary 110010 10010001 1000011
Octal 62 221 103

Shades and tints

Shades of #329143

#329143
(50,145,67)
#2E843D
(46,132,61)
#2A7737
(42,119,55)
#266A31
(38,106,49)
#225D2B
(34,93,43)
#1E5025
(30,80,37)
#1A431F
(26,67,31)
#163619
(22,54,25)
#122913
(18,41,19)
#0E1C0D
(14,28,13)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #329143

#329143
(50,145,67)
#449B54
(68,155,84)
#56A565
(86,165,101)
#68AF76
(104,175,118)
#7AB987
(122,185,135)
#8CC398
(140,195,152)
#9ECDA9
(158,205,169)
#B0D7BA
(176,215,186)
#C2E1CB
(194,225,203)
#D4EBDC
(212,235,220)
#E6F5ED
(230,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329143 color. Also use rgb(50,145,67) instead hex code.

Text Font Color

.myTextColor { color: #329143; }

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

This text font color is #329143.

Background Color

.myBgColor { background-color: #329143; }

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

This div background color is #329143.

Border color

.myBorderColor { border: 1px solid #329143; }

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

This div border color is #329143.

Opacity

.myOpacity80 { color: #329143; opacity: 0.8; }

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

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

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

This text has shadow with #329143 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #329143.

Preview

Color preview on black background

This text has color #329143 on black background.


Color preview on white background

This text has color #329143 on white background.


Black color preview on #329143 background

This text has black color on #329143 background.


White color preview on #329143 background

This text has white color on #329143 background.


Related colors

Complementary color

Complementary color for #hex is #CD6EBC.


I love getcolorcode.com

Triadic colors

1 #433291 and #914332 with #329143 are triadic colors.

2 #439132 and #913243 with #329143 are triadic colors.