COLOR #328769

HEX: #328769
RGB: (50,135,105)

Color info

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

RGB color model

#328769 color RGB value is (50,135,105).

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

RGB channels and saturation

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

50
135
105

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

Portions of RGB colors in percentages

R + G + B =
50 + 135 + 105 = 290 (100%)
R 50 of 290 ~ 17.24%
G 135 of 290 ~ 46.55%
B 105 of 290 ~ 36.21%

%17.24
%46.55
%36.21

CMYK color model

#328769 color CMYK value is (63,0,22,47).

  • cyan value is 62.96%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 47.06%
CMYK:
(63,0,22,47)
C63M0Y22K47 
(63%,0%,22%,47%)
(0.63/0.00/0.22/0.47)	

CMYK percentages

%62.96
%0
%22.22
%47.06

Codes

Color #328769 in popluar color models

328769
RGB50135105
HSL159°45.95%36.27%
HSB/HSV159°62.96%52.94%
CMYK62.96%0.00%22.22%
47.06%

Color #328769 in popluar number systems.

HEX328769
Decimal50135105
Binary110010100001111101001
Octal62207151

Shades and tints

Shades of #328769

#328769
(50,135,105)
#2E7B60
(46,123,96)
#2A6F57
(42,111,87)
#26634E
(38,99,78)
#225745
(34,87,69)
#1E4B3C
(30,75,60)
#1A3F33
(26,63,51)
#16332A
(22,51,42)
#122721
(18,39,33)
#0E1B18
(14,27,24)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #328769

#328769
(50,135,105)
#449176
(68,145,118)
#569B83
(86,155,131)
#68A590
(104,165,144)
#7AAF9D
(122,175,157)
#8CB9AA
(140,185,170)
#9EC3B7
(158,195,183)
#B0CDC4
(176,205,196)
#C2D7D1
(194,215,209)
#D4E1DE
(212,225,222)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328769; }

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

This text font color is #328769.


Background Color

.myBgColor { background-color: #328769; }

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

This div background color is #328769.


Border color

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

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

This div border color is #328769.


Opacity

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

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

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

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

This text has shadow with #328769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328769 on black background.


Color preview on white background

This text has color #328769 on white background.



Black color preview on #328769 background

This text has black color on #328769 background.


White color preview on #328769 background

This text has white color on #328769 background.