COLOR #328080

HEX: #328080 RGB: (50,128,128)

Color info

#328080 contains mainly green and blue colors. Web safe color of #328080 is #336666 (or #366).

RGB color model

#328080 color RGB value is (50,128,128).

RGB: (50,128,128) (20%, 50%, 50%)

RGB channels and saturation

R 50 of 255 = 20%
G 128 of 255 = 50%
B 128 of 255 = 50%

50
128
128

R + G + B ~ 40%. #328080 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 50 + 128 + 128 = 306 (100%)
R 50 of 306 ~ 16.34%
G 128 of 306 ~ 41.83%
B 128 of 306 ~ 41.83'%

%16.34
%41.83
%41.83

CMYK color model

#328080 color CMYK value is (61,0,0,50).

  • cyan value is 60.94%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (61,0,0,50)
C61M0Y0K50 (61%, 0%, 0%, 50%)
(0.61 / 0.00 / 0.00 / 0.50)

CMYK percentages

%60.94
%0
%0
%49.8

Codes

Color #328080 in popluar color models

32 80 80
RGB 50 128 128
HSL 180° 43.82% 34.90%
HSB/HSV 180° 60.94% 50.20%
CMYK 60.94% 0.00% 0.00%
49.80%

Color #328080 in popluar number systems.

HEX 32 80 80
Decimal 50 128 128
Binary 110010 10000000 10000000
Octal 62 200 200

Shades and tints

Shades of #328080

#328080
(50,128,128)
#2E7575
(46,117,117)
#2A6A6A
(42,106,106)
#265F5F
(38,95,95)
#225454
(34,84,84)
#1E4949
(30,73,73)
#1A3E3E
(26,62,62)
#163333
(22,51,51)
#122828
(18,40,40)
#0E1D1D
(14,29,29)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #328080

#328080
(50,128,128)
#448B8B
(68,139,139)
#569696
(86,150,150)
#68A1A1
(104,161,161)
#7AACAC
(122,172,172)
#8CB7B7
(140,183,183)
#9EC2C2
(158,194,194)
#B0CDCD
(176,205,205)
#C2D8D8
(194,216,216)
#D4E3E3
(212,227,227)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328080; }

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

This text font color is #328080.

Background Color

.myBgColor { background-color: #328080; }

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

This div background color is #328080.

Border color

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

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

This div border color is #328080.

Opacity

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

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

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

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

This text has shadow with #328080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #328080.

Preview

Color preview on black background

This text has color #328080 on black background.


Color preview on white background

This text has color #328080 on white background.


Black color preview on #328080 background

This text has black color on #328080 background.


White color preview on #328080 background

This text has white color on #328080 background.


Related colors

Complementary color

Complementary color for #hex is #CD7F7F.


I love getcolorcode.com