COLOR #328E97

HEX: #328E97
RGB: (50,142,151)

Color info

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

RGB color model

#328E97 color RGB value is (50,142,151).

  • red value is 50;
  • green value is 142;
  • blue value is 151.
RGB:
(50,142,151)
(20%,56%,59%)

RGB channels and saturation

R 50 of 255 = 20%
G 142 of 255 = 56%
B 151 of 255 = 59%

50
142
151

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

Portions of RGB colors in percentages

R + G + B =
50 + 142 + 151 = 343 (100%)
R 50 of 343 ~ 14.58%
G 142 of 343 ~ 41.4%
B 151 of 343 ~ 44.02%

%14.58
%41.4
%44.02

CMYK color model

#328E97 color CMYK value is (67,6,0,41).

  • cyan value is 66.89%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(67,6,0,41)
C67M6Y0K41 
(67%,6%,0%,41%)
(0.67/0.06/0.00/0.41)	

CMYK percentages

%66.89
%5.96
%0
%40.78

Codes

Color #328E97 in popluar color models

328E97
RGB50142151
HSL185°50.25%39.41%
HSB/HSV185°66.89%59.22%
CMYK66.89%5.96%0.00%
40.78%

Color #328E97 in popluar number systems.

HEX328E97
Decimal50142151
Binary1100101000111010010111
Octal62216227

Shades and tints

Shades of #328E97

#328E97
(50,142,151)
#2E828A
(46,130,138)
#2A767D
(42,118,125)
#266A70
(38,106,112)
#225E63
(34,94,99)
#1E5256
(30,82,86)
#1A4649
(26,70,73)
#163A3C
(22,58,60)
#122E2F
(18,46,47)
#0E2222
(14,34,34)
#0A1615
(10,22,21)
#000000
(0,0,0)

Tints of #328E97

#328E97
(50,142,151)
#4498A0
(68,152,160)
#56A2A9
(86,162,169)
#68ACB2
(104,172,178)
#7AB6BB
(122,182,187)
#8CC0C4
(140,192,196)
#9ECACD
(158,202,205)
#B0D4D6
(176,212,214)
#C2DEDF
(194,222,223)
#D4E8E8
(212,232,232)
#E6F2F1
(230,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328E97 color. Also use rgb(50,142,151) instead hex code.

Text Font Color

.myTextColor { color: #328E97; }

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

This text font color is #328E97.


Background Color

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

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

This div background color is #328E97.


Border color

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

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

This div border color is #328E97.


Opacity

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

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

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

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

This text has shadow with #328E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328E97 on black background.


Color preview on white background

This text has color #328E97 on white background.



Black color preview on #328E97 background

This text has black color on #328E97 background.


White color preview on #328E97 background

This text has white color on #328E97 background.