COLOR #329545

HEX: #329545
RGB: (50,149,69)

Color info

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

RGB color model

#329545 color RGB value is (50,149,69).

  • red value is 50;
  • green value is 149;
  • blue value is 69.
RGB:
(50,149,69)
(20%,58%,27%)

RGB channels and saturation

R 50 of 255 = 20%
G 149 of 255 = 58%
B 69 of 255 = 27%

50
149
69

R + G + B ~ 35%. #329545 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 149 + 69 = 268 (100%)
R 50 of 268 ~ 18.66%
G 149 of 268 ~ 55.6%
B 69 of 268 ~ 25.75%

%18.66
%55.6
%25.75

CMYK color model

#329545 color CMYK value is (66,0,54,42).

  • cyan value is 66.44%
  • magenta value is 0.00%
  • yellow value is 53.69%
  • key color value is 41.57%
CMYK:
(66,0,54,42)
C66M0Y54K42 
(66%,0%,54%,42%)
(0.66/0.00/0.54/0.42)	

CMYK percentages

%66.44
%0
%53.69
%41.57

Codes

Color #329545 in popluar color models

329545
RGB5014969
HSL132°49.75%39.02%
HSB/HSV132°66.44%58.43%
CMYK66.44%0.00%53.69%
41.57%

Color #329545 in popluar number systems.

HEX329545
Decimal5014969
Binary110010100101011000101
Octal62225105

Shades and tints

Shades of #329545

#329545
(50,149,69)
#2E883F
(46,136,63)
#2A7B39
(42,123,57)
#266E33
(38,110,51)
#22612D
(34,97,45)
#1E5427
(30,84,39)
#1A4721
(26,71,33)
#163A1B
(22,58,27)
#122D15
(18,45,21)
#0E200F
(14,32,15)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #329545

#329545
(50,149,69)
#449E55
(68,158,85)
#56A765
(86,167,101)
#68B075
(104,176,117)
#7AB985
(122,185,133)
#8CC295
(140,194,149)
#9ECBA5
(158,203,165)
#B0D4B5
(176,212,181)
#C2DDC5
(194,221,197)
#D4E6D5
(212,230,213)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329545 color. Also use rgb(50,149,69) instead hex code.

Text Font Color

.myTextColor { color: #329545; }

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

This text font color is #329545.


Background Color

.myBgColor { background-color: #329545; }

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

This div background color is #329545.


Border color

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

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

This div border color is #329545.


Opacity

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

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

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

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

This text has shadow with #329545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329545 on black background.


Color preview on white background

This text has color #329545 on white background.



Black color preview on #329545 background

This text has black color on #329545 background.


White color preview on #329545 background

This text has white color on #329545 background.