COLOR #328832

HEX: #328832
RGB: (50,136,50)

Color info

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

RGB color model

#328832 color RGB value is (50,136,50).

  • red value is 50;
  • green value is 136;
  • blue value is 50.
RGB:
(50,136,50)
(20%,53%,20%)

RGB channels and saturation

R 50 of 255 = 20%
G 136 of 255 = 53%
B 50 of 255 = 20%

50
136
50

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

Portions of RGB colors in percentages

R + G + B =
50 + 136 + 50 = 236 (100%)
R 50 of 236 ~ 21.19%
G 136 of 236 ~ 57.63%
B 50 of 236 ~ 21.19%

%21.19
%57.63
%21.19

CMYK color model

#328832 color CMYK value is (63,0,63,47).

  • cyan value is 63.24%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 46.67%
CMYK:
(63,0,63,47)
C63M0Y63K47 
(63%,0%,63%,47%)
(0.63/0.00/0.63/0.47)	

CMYK percentages

%63.24
%0
%63.24
%46.67

Codes

Color #328832 in popluar color models

328832
RGB5013650
HSL120°46.24%36.47%
HSB/HSV120°63.24%53.33%
CMYK63.24%0.00%63.24%
46.67%

Color #328832 in popluar number systems.

HEX328832
Decimal5013650
Binary11001010001000110010
Octal6221062

Shades and tints

Shades of #328832

#328832
(50,136,50)
#2E7C2E
(46,124,46)
#2A702A
(42,112,42)
#266426
(38,100,38)
#225822
(34,88,34)
#1E4C1E
(30,76,30)
#1A401A
(26,64,26)
#163416
(22,52,22)
#122812
(18,40,18)
#0E1C0E
(14,28,14)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #328832

#328832
(50,136,50)
#449244
(68,146,68)
#569C56
(86,156,86)
#68A668
(104,166,104)
#7AB07A
(122,176,122)
#8CBA8C
(140,186,140)
#9EC49E
(158,196,158)
#B0CEB0
(176,206,176)
#C2D8C2
(194,216,194)
#D4E2D4
(212,226,212)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328832; }

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

This text font color is #328832.


Background Color

.myBgColor { background-color: #328832; }

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

This div background color is #328832.


Border color

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

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

This div border color is #328832.


Opacity

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

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

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

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

This text has shadow with #328832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328832 on black background.


Color preview on white background

This text has color #328832 on white background.



Black color preview on #328832 background

This text has black color on #328832 background.


White color preview on #328832 background

This text has white color on #328832 background.