COLOR #328385

HEX: #328385
RGB: (50,131,133)

Color info

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

RGB color model

#328385 color RGB value is (50,131,133).

  • red value is 50;
  • green value is 131;
  • blue value is 133.
RGB:
(50,131,133)
(20%,51%,52%)

RGB channels and saturation

R 50 of 255 = 20%
G 131 of 255 = 51%
B 133 of 255 = 52%

50
131
133

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

Portions of RGB colors in percentages

R + G + B =
50 + 131 + 133 = 314 (100%)
R 50 of 314 ~ 15.92%
G 131 of 314 ~ 41.72%
B 133 of 314 ~ 42.36%

%15.92
%41.72
%42.36

CMYK color model

#328385 color CMYK value is (62,2,0,48).

  • cyan value is 62.41%
  • magenta value is 1.50%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(62,2,0,48)
C62M2Y0K48 
(62%,2%,0%,48%)
(0.62/0.02/0.00/0.48)	

CMYK percentages

%62.41
%1.5
%0
%47.84

Codes

Color #328385 in popluar color models

328385
RGB50131133
HSL181°45.36%35.88%
HSB/HSV181°62.41%52.16%
CMYK62.41%1.50%0.00%
47.84%

Color #328385 in popluar number systems.

HEX328385
Decimal50131133
Binary1100101000001110000101
Octal62203205

Shades and tints

Shades of #328385

#328385
(50,131,133)
#2E7879
(46,120,121)
#2A6D6D
(42,109,109)
#266261
(38,98,97)
#225755
(34,87,85)
#1E4C49
(30,76,73)
#1A413D
(26,65,61)
#163631
(22,54,49)
#122B25
(18,43,37)
#0E2019
(14,32,25)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #328385

#328385
(50,131,133)
#448E90
(68,142,144)
#56999B
(86,153,155)
#68A4A6
(104,164,166)
#7AAFB1
(122,175,177)
#8CBABC
(140,186,188)
#9EC5C7
(158,197,199)
#B0D0D2
(176,208,210)
#C2DBDD
(194,219,221)
#D4E6E8
(212,230,232)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328385; }

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

This text font color is #328385.


Background Color

.myBgColor { background-color: #328385; }

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

This div background color is #328385.


Border color

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

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

This div border color is #328385.


Opacity

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

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

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

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

This text has shadow with #328385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328385 on black background.


Color preview on white background

This text has color #328385 on white background.



Black color preview on #328385 background

This text has black color on #328385 background.


White color preview on #328385 background

This text has white color on #328385 background.