COLOR #328A95

HEX: #328A95
RGB: (50,138,149)

Color info

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

RGB color model

#328A95 color RGB value is (50,138,149).

  • red value is 50;
  • green value is 138;
  • blue value is 149.
RGB:
(50,138,149)
(20%,54%,58%)

RGB channels and saturation

R 50 of 255 = 20%
G 138 of 255 = 54%
B 149 of 255 = 58%

50
138
149

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

Portions of RGB colors in percentages

R + G + B =
50 + 138 + 149 = 337 (100%)
R 50 of 337 ~ 14.84%
G 138 of 337 ~ 40.95%
B 149 of 337 ~ 44.21%

%14.84
%40.95
%44.21

CMYK color model

#328A95 color CMYK value is (66,7,0,42).

  • cyan value is 66.44%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(66,7,0,42)
C66M7Y0K42 
(66%,7%,0%,42%)
(0.66/0.07/0.00/0.42)	

CMYK percentages

%66.44
%7.38
%0
%41.57

Codes

Color #328A95 in popluar color models

328A95
RGB50138149
HSL187°49.75%39.02%
HSB/HSV187°66.44%58.43%
CMYK66.44%7.38%0.00%
41.57%

Color #328A95 in popluar number systems.

HEX328A95
Decimal50138149
Binary1100101000101010010101
Octal62212225

Shades and tints

Shades of #328A95

#328A95
(50,138,149)
#2E7E88
(46,126,136)
#2A727B
(42,114,123)
#26666E
(38,102,110)
#225A61
(34,90,97)
#1E4E54
(30,78,84)
#1A4247
(26,66,71)
#16363A
(22,54,58)
#122A2D
(18,42,45)
#0E1E20
(14,30,32)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #328A95

#328A95
(50,138,149)
#44949E
(68,148,158)
#569EA7
(86,158,167)
#68A8B0
(104,168,176)
#7AB2B9
(122,178,185)
#8CBCC2
(140,188,194)
#9EC6CB
(158,198,203)
#B0D0D4
(176,208,212)
#C2DADD
(194,218,221)
#D4E4E6
(212,228,230)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328A95 color. Also use rgb(50,138,149) instead hex code.

Text Font Color

.myTextColor { color: #328A95; }

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

This text font color is #328A95.


Background Color

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

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

This div background color is #328A95.


Border color

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

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

This div border color is #328A95.


Opacity

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

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

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

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

This text has shadow with #328A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328A95 on black background.


Color preview on white background

This text has color #328A95 on white background.



Black color preview on #328A95 background

This text has black color on #328A95 background.


White color preview on #328A95 background

This text has white color on #328A95 background.