COLOR #328652

HEX: #328652
RGB: (50,134,82)

Color info

#328652 contains mainly green and blue colors. Web safe color of #328652 is #339966 (or #396).

RGB color model

#328652 color RGB value is (50,134,82).

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

RGB channels and saturation

R 50 of 255 = 20%
G 134 of 255 = 53%
B 82 of 255 = 32%

50
134
82

R + G + B ~ 35%. #328652 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 134 + 82 = 266 (100%)
R 50 of 266 ~ 18.8%
G 134 of 266 ~ 50.38%
B 82 of 266 ~ 30.83%

%18.8
%50.38
%30.83

CMYK color model

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

  • cyan value is 62.69%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 47.45%
CMYK:
(63,0,39,47)
C63M0Y39K47 
(63%,0%,39%,47%)
(0.63/0.00/0.39/0.47)	

CMYK percentages

%62.69
%0
%38.81
%47.45

Codes

Color #328652 in popluar color models

328652
RGB5013482
HSL143°45.65%36.08%
HSB/HSV143°62.69%52.55%
CMYK62.69%0.00%38.81%
47.45%

Color #328652 in popluar number systems.

HEX328652
Decimal5013482
Binary110010100001101010010
Octal62206122

Shades and tints

Shades of #328652

#328652
(50,134,82)
#2E7A4B
(46,122,75)
#2A6E44
(42,110,68)
#26623D
(38,98,61)
#225636
(34,86,54)
#1E4A2F
(30,74,47)
#1A3E28
(26,62,40)
#163221
(22,50,33)
#12261A
(18,38,26)
#0E1A13
(14,26,19)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #328652

#328652
(50,134,82)
#449161
(68,145,97)
#569C70
(86,156,112)
#68A77F
(104,167,127)
#7AB28E
(122,178,142)
#8CBD9D
(140,189,157)
#9EC8AC
(158,200,172)
#B0D3BB
(176,211,187)
#C2DECA
(194,222,202)
#D4E9D9
(212,233,217)
#E6F4E8
(230,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328652; }

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

This text font color is #328652.


Background Color

.myBgColor { background-color: #328652; }

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

This div background color is #328652.


Border color

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

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

This div border color is #328652.


Opacity

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

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

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

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

This text has shadow with #328652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328652 on black background.


Color preview on white background

This text has color #328652 on white background.



Black color preview on #328652 background

This text has black color on #328652 background.


White color preview on #328652 background

This text has white color on #328652 background.