COLOR #329128

HEX: #329128
RGB: (50,145,40)

Color info

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

RGB color model

#329128 color RGB value is (50,145,40).

  • red value is 50;
  • green value is 145;
  • blue value is 40.
RGB:
(50,145,40)
(20%,57%,16%)

RGB channels and saturation

R 50 of 255 = 20%
G 145 of 255 = 57%
B 40 of 255 = 16%

50
145
40

R + G + B ~ 31%. #329128 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 145 + 40 = 235 (100%)
R 50 of 235 ~ 21.28%
G 145 of 235 ~ 61.7%
B 40 of 235 ~ 17.02%

%21.28
%61.7
%17.02

CMYK color model

#329128 color CMYK value is (66,0,72,43).

  • cyan value is 65.52%
  • magenta value is 0.00%
  • yellow value is 72.41%
  • key color value is 43.14%
CMYK:
(66,0,72,43)
C66M0Y72K43 
(66%,0%,72%,43%)
(0.66/0.00/0.72/0.43)	

CMYK percentages

%65.52
%0
%72.41
%43.14

Codes

Color #329128 in popluar color models

329128
RGB5014540
HSL114°56.76%36.27%
HSB/HSV114°72.41%56.86%
CMYK65.52%0.00%72.41%
43.14%

Color #329128 in popluar number systems.

HEX329128
Decimal5014540
Binary11001010010001101000
Octal6222150

Shades and tints

Shades of #329128

#329128
(50,145,40)
#2E8425
(46,132,37)
#2A7722
(42,119,34)
#266A1F
(38,106,31)
#225D1C
(34,93,28)
#1E5019
(30,80,25)
#1A4316
(26,67,22)
#163613
(22,54,19)
#122910
(18,41,16)
#0E1C0D
(14,28,13)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #329128

#329128
(50,145,40)
#449B3B
(68,155,59)
#56A54E
(86,165,78)
#68AF61
(104,175,97)
#7AB974
(122,185,116)
#8CC387
(140,195,135)
#9ECD9A
(158,205,154)
#B0D7AD
(176,215,173)
#C2E1C0
(194,225,192)
#D4EBD3
(212,235,211)
#E6F5E6
(230,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #329128; }

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

This text font color is #329128.


Background Color

.myBgColor { background-color: #329128; }

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

This div background color is #329128.


Border color

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

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

This div border color is #329128.


Opacity

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

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

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

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

This text has shadow with #329128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329128 on black background.


Color preview on white background

This text has color #329128 on white background.



Black color preview on #329128 background

This text has black color on #329128 background.


White color preview on #329128 background

This text has white color on #329128 background.