COLOR #328935

HEX: #328935
RGB: (50,137,53)

Color info

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

RGB color model

#328935 color RGB value is (50,137,53).

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

RGB channels and saturation

R 50 of 255 = 20%
G 137 of 255 = 54%
B 53 of 255 = 21%

50
137
53

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

Portions of RGB colors in percentages

R + G + B =
50 + 137 + 53 = 240 (100%)
R 50 of 240 ~ 20.83%
G 137 of 240 ~ 57.08%
B 53 of 240 ~ 22.08%

%20.83
%57.08
%22.08

CMYK color model

#328935 color CMYK value is (64,0,61,46).

  • cyan value is 63.50%
  • magenta value is 0.00%
  • yellow value is 61.31%
  • key color value is 46.27%
CMYK:
(64,0,61,46)
C64M0Y61K46 
(64%,0%,61%,46%)
(0.64/0.00/0.61/0.46)	

CMYK percentages

%63.5
%0
%61.31
%46.27

Codes

Color #328935 in popluar color models

328935
RGB5013753
HSL122°46.52%36.67%
HSB/HSV122°63.50%53.73%
CMYK63.50%0.00%61.31%
46.27%

Color #328935 in popluar number systems.

HEX328935
Decimal5013753
Binary11001010001001110101
Octal6221165

Shades and tints

Shades of #328935

#328935
(50,137,53)
#2E7D31
(46,125,49)
#2A712D
(42,113,45)
#266529
(38,101,41)
#225925
(34,89,37)
#1E4D21
(30,77,33)
#1A411D
(26,65,29)
#163519
(22,53,25)
#122915
(18,41,21)
#0E1D11
(14,29,17)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #328935

#328935
(50,137,53)
#449347
(68,147,71)
#569D59
(86,157,89)
#68A76B
(104,167,107)
#7AB17D
(122,177,125)
#8CBB8F
(140,187,143)
#9EC5A1
(158,197,161)
#B0CFB3
(176,207,179)
#C2D9C5
(194,217,197)
#D4E3D7
(212,227,215)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328935; }

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

This text font color is #328935.


Background Color

.myBgColor { background-color: #328935; }

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

This div background color is #328935.


Border color

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

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

This div border color is #328935.


Opacity

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

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

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

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

This text has shadow with #328935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328935 on black background.


Color preview on white background

This text has color #328935 on white background.



Black color preview on #328935 background

This text has black color on #328935 background.


White color preview on #328935 background

This text has white color on #328935 background.