COLOR #328C94

HEX: #328C94
RGB: (50,140,148)

Color info

#328C94 contains mainly green and blue colors. Web safe color of #328C94 is #339999 (or #399).

RGB color model

#328C94 color RGB value is (50,140,148).

  • red value is 50;
  • green value is 140;
  • blue value is 148.
RGB:
(50,140,148)
(20%,55%,58%)

RGB channels and saturation

R 50 of 255 = 20%
G 140 of 255 = 55%
B 148 of 255 = 58%

50
140
148

R + G + B ~ 44%. #328C94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 140 + 148 = 338 (100%)
R 50 of 338 ~ 14.79%
G 140 of 338 ~ 41.42%
B 148 of 338 ~ 43.79%

%14.79
%41.42
%43.79

CMYK color model

#328C94 color CMYK value is (66,5,0,42).

  • cyan value is 66.22%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(66,5,0,42)
C66M5Y0K42 
(66%,5%,0%,42%)
(0.66/0.05/0.00/0.42)	

CMYK percentages

%66.22
%5.41
%0
%41.96

Codes

Color #328C94 in popluar color models

328C94
RGB50140148
HSL185°49.49%38.82%
HSB/HSV185°66.22%58.04%
CMYK66.22%5.41%0.00%
41.96%

Color #328C94 in popluar number systems.

HEX328C94
Decimal50140148
Binary1100101000110010010100
Octal62214224

Shades and tints

Shades of #328C94

#328C94
(50,140,148)
#2E8087
(46,128,135)
#2A747A
(42,116,122)
#26686D
(38,104,109)
#225C60
(34,92,96)
#1E5053
(30,80,83)
#1A4446
(26,68,70)
#163839
(22,56,57)
#122C2C
(18,44,44)
#0E201F
(14,32,31)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #328C94

#328C94
(50,140,148)
#44969D
(68,150,157)
#56A0A6
(86,160,166)
#68AAAF
(104,170,175)
#7AB4B8
(122,180,184)
#8CBEC1
(140,190,193)
#9EC8CA
(158,200,202)
#B0D2D3
(176,210,211)
#C2DCDC
(194,220,220)
#D4E6E5
(212,230,229)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328C94 color. Also use rgb(50,140,148) instead hex code.

Text Font Color

.myTextColor { color: #328C94; }

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

This text font color is #328C94.


Background Color

.myBgColor { background-color: #328C94; }

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

This div background color is #328C94.


Border color

.myBorderColor { border: 1px solid #328C94; }

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

This div border color is #328C94.


Opacity

.myOpacity80 { color: #328C94; opacity: 0.8; }

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

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

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

This text has shadow with #328C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328C94 on black background.


Color preview on white background

This text has color #328C94 on white background.



Black color preview on #328C94 background

This text has black color on #328C94 background.


White color preview on #328C94 background

This text has white color on #328C94 background.