COLOR #328529

HEX: #328529 RGB: (50,133,41)

Color info

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

RGB color model

#328529 color RGB value is (50,133,41).

RGB: (50,133,41) (20%, 52%, 16%)

RGB channels and saturation

R 50 of 255 = 20%
G 133 of 255 = 52%
B 41 of 255 = 16%

50
133
41

R + G + B ~ 29%. #328529 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 133 + 41 = 224 (100%)
R 50 of 224 ~ 22.32%
G 133 of 224 ~ 59.38%
B 41 of 224 ~ 18.3'%

%22.32
%59.38
%18.3

CMYK color model

#328529 color CMYK value is (62,0,69,48).

  • cyan value is 62.41%
  • magenta value is 0.00%
  • yellow value is 69.17%
  • key color value is 47.84%
CMYK: (62,0,69,48) C62M0Y69K48 (62%,0%,69%,48%) (0.62/0.00/0.69/0.48) 

CMYK percentages

%62.41
%0
%69.17
%47.84

Codes

Color #328529 in popluar color models

32 85 29
RGB 50 133 41
HSL 114° 52.87% 34.12%
HSB/HSV 114° 69.17% 52.16%
CMYK 62.41% 0.00% 69.17%
47.84%

Color #328529 in popluar number systems.

HEX 32 85 29
Decimal 50 133 41
Binary 110010 10000101 101001
Octal 62 205 51

Shades and tints

Shades of #328529

#328529
(50,133,41)
#2E7926
(46,121,38)
#2A6D23
(42,109,35)
#266120
(38,97,32)
#22551D
(34,85,29)
#1E491A
(30,73,26)
#1A3D17
(26,61,23)
#163114
(22,49,20)
#122511
(18,37,17)
#0E190E
(14,25,14)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #328529

#328529
(50,133,41)
#44903C
(68,144,60)
#569B4F
(86,155,79)
#68A662
(104,166,98)
#7AB175
(122,177,117)
#8CBC88
(140,188,136)
#9EC79B
(158,199,155)
#B0D2AE
(176,210,174)
#C2DDC1
(194,221,193)
#D4E8D4
(212,232,212)
#E6F3E7
(230,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328529 color. Also use rgb(50,133,41) instead hex code.

Text Font Color

.myTextColor { color: #328529; }

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

This text font color is #328529.

Background Color

.myBgColor { background-color: #328529; }

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

This div background color is #328529.

Border color

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

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

This div border color is #328529.

Opacity

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

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

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

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

This text has shadow with #328529 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #328529.

Preview

Color preview on black background

This text has color #328529 on black background.


Color preview on white background

This text has color #328529 on white background.


Black color preview on #328529 background

This text has black color on #328529 background.


White color preview on #328529 background

This text has white color on #328529 background.


Related colors

Complementary color

Complementary color for #hex is #CD7AD6.


I love getcolorcode.com

Triadic colors

1 #293285 and #852932 with #328529 are triadic colors.

2 #298532 and #853229 with #328529 are triadic colors.