COLOR #328E34

HEX: #328E34
RGB: (50,142,52)

Color info

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

RGB color model

#328E34 color RGB value is (50,142,52).

  • red value is 50;
  • green value is 142;
  • blue value is 52.
RGB:
(50,142,52)
(20%,56%,20%)

RGB channels and saturation

R 50 of 255 = 20%
G 142 of 255 = 56%
B 52 of 255 = 20%

50
142
52

R + G + B ~ 32%. #328E34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 142 + 52 = 244 (100%)
R 50 of 244 ~ 20.49%
G 142 of 244 ~ 58.2%
B 52 of 244 ~ 21.31%

%20.49
%58.2
%21.31

CMYK color model

#328E34 color CMYK value is (65,0,63,44).

  • cyan value is 64.79%
  • magenta value is 0.00%
  • yellow value is 63.38%
  • key color value is 44.31%
CMYK:
(65,0,63,44)
C65M0Y63K44 
(65%,0%,63%,44%)
(0.65/0.00/0.63/0.44)	

CMYK percentages

%64.79
%0
%63.38
%44.31

Codes

Color #328E34 in popluar color models

328E34
RGB5014252
HSL121°47.92%37.65%
HSB/HSV121°64.79%55.69%
CMYK64.79%0.00%63.38%
44.31%

Color #328E34 in popluar number systems.

HEX328E34
Decimal5014252
Binary11001010001110110100
Octal6221664

Shades and tints

Shades of #328E34

#328E34
(50,142,52)
#2E8230
(46,130,48)
#2A762C
(42,118,44)
#266A28
(38,106,40)
#225E24
(34,94,36)
#1E5220
(30,82,32)
#1A461C
(26,70,28)
#163A18
(22,58,24)
#122E14
(18,46,20)
#0E2210
(14,34,16)
#0A160C
(10,22,12)
#000000
(0,0,0)

Tints of #328E34

#328E34
(50,142,52)
#449846
(68,152,70)
#56A258
(86,162,88)
#68AC6A
(104,172,106)
#7AB67C
(122,182,124)
#8CC08E
(140,192,142)
#9ECAA0
(158,202,160)
#B0D4B2
(176,212,178)
#C2DEC4
(194,222,196)
#D4E8D6
(212,232,214)
#E6F2E8
(230,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328E34 color. Also use rgb(50,142,52) instead hex code.

Text Font Color

.myTextColor { color: #328E34; }

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

This text font color is #328E34.


Background Color

.myBgColor { background-color: #328E34; }

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

This div background color is #328E34.


Border color

.myBorderColor { border: 1px solid #328E34; }

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

This div border color is #328E34.


Opacity

.myOpacity80 { color: #328E34; opacity: 0.8; }

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

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

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

This text has shadow with #328E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328E34 on black background.


Color preview on white background

This text has color #328E34 on white background.



Black color preview on #328E34 background

This text has black color on #328E34 background.


White color preview on #328E34 background

This text has white color on #328E34 background.