COLOR #328D35

HEX: #328D35
RGB: (50,141,53)

Color info

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

RGB color model

#328D35 color RGB value is (50,141,53).

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

RGB channels and saturation

R 50 of 255 = 20%
G 141 of 255 = 55%
B 53 of 255 = 21%

50
141
53

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

Portions of RGB colors in percentages

R + G + B =
50 + 141 + 53 = 244 (100%)
R 50 of 244 ~ 20.49%
G 141 of 244 ~ 57.79%
B 53 of 244 ~ 21.72%

%20.49
%57.79
%21.72

CMYK color model

#328D35 color CMYK value is (65,0,62,45).

  • cyan value is 64.54%
  • magenta value is 0.00%
  • yellow value is 62.41%
  • key color value is 44.71%
CMYK:
(65,0,62,45)
C65M0Y62K45 
(65%,0%,62%,45%)
(0.65/0.00/0.62/0.45)	

CMYK percentages

%64.54
%0
%62.41
%44.71

Codes

Color #328D35 in popluar color models

328D35
RGB5014153
HSL122°47.64%37.45%
HSB/HSV122°64.54%55.29%
CMYK64.54%0.00%62.41%
44.71%

Color #328D35 in popluar number systems.

HEX328D35
Decimal5014153
Binary11001010001101110101
Octal6221565

Shades and tints

Shades of #328D35

#328D35
(50,141,53)
#2E8131
(46,129,49)
#2A752D
(42,117,45)
#266929
(38,105,41)
#225D25
(34,93,37)
#1E5121
(30,81,33)
#1A451D
(26,69,29)
#163919
(22,57,25)
#122D15
(18,45,21)
#0E2111
(14,33,17)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #328D35

#328D35
(50,141,53)
#449747
(68,151,71)
#56A159
(86,161,89)
#68AB6B
(104,171,107)
#7AB57D
(122,181,125)
#8CBF8F
(140,191,143)
#9EC9A1
(158,201,161)
#B0D3B3
(176,211,179)
#C2DDC5
(194,221,197)
#D4E7D7
(212,231,215)
#E6F1E9
(230,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328D35 color. Also use rgb(50,141,53) instead hex code.

Text Font Color

.myTextColor { color: #328D35; }

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

This text font color is #328D35.


Background Color

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

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

This div background color is #328D35.


Border color

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

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

This div border color is #328D35.


Opacity

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

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

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

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

This text has shadow with #328D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328D35 on black background.


Color preview on white background

This text has color #328D35 on white background.



Black color preview on #328D35 background

This text has black color on #328D35 background.


White color preview on #328D35 background

This text has white color on #328D35 background.