COLOR #328768

HEX: #328768
RGB: (50,135,104)

Color info

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

RGB color model

#328768 color RGB value is (50,135,104).

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

RGB channels and saturation

R 50 of 255 = 20%
G 135 of 255 = 53%
B 104 of 255 = 41%

50
135
104

R + G + B ~ 38%. #328768 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 135 + 104 = 289 (100%)
R 50 of 289 ~ 17.3%
G 135 of 289 ~ 46.71%
B 104 of 289 ~ 35.99%

%17.3
%46.71
%35.99

CMYK color model

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

  • cyan value is 62.96%
  • magenta value is 0.00%
  • yellow value is 22.96%
  • key color value is 47.06%
CMYK:
(63,0,23,47)
C63M0Y23K47 
(63%,0%,23%,47%)
(0.63/0.00/0.23/0.47)	

CMYK percentages

%62.96
%0
%22.96
%47.06

Codes

Color #328768 in popluar color models

328768
RGB50135104
HSL158°45.95%36.27%
HSB/HSV158°62.96%52.94%
CMYK62.96%0.00%22.96%
47.06%

Color #328768 in popluar number systems.

HEX328768
Decimal50135104
Binary110010100001111101000
Octal62207150

Shades and tints

Shades of #328768

#328768
(50,135,104)
#2E7B5F
(46,123,95)
#2A6F56
(42,111,86)
#26634D
(38,99,77)
#225744
(34,87,68)
#1E4B3B
(30,75,59)
#1A3F32
(26,63,50)
#163329
(22,51,41)
#122720
(18,39,32)
#0E1B17
(14,27,23)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #328768

#328768
(50,135,104)
#449175
(68,145,117)
#569B82
(86,155,130)
#68A58F
(104,165,143)
#7AAF9C
(122,175,156)
#8CB9A9
(140,185,169)
#9EC3B6
(158,195,182)
#B0CDC3
(176,205,195)
#C2D7D0
(194,215,208)
#D4E1DD
(212,225,221)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328768; }

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

This text font color is #328768.


Background Color

.myBgColor { background-color: #328768; }

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

This div background color is #328768.


Border color

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

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

This div border color is #328768.


Opacity

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

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

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

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

This text has shadow with #328768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328768 on black background.


Color preview on white background

This text has color #328768 on white background.



Black color preview on #328768 background

This text has black color on #328768 background.


White color preview on #328768 background

This text has white color on #328768 background.