COLOR #329B85

HEX: #329B85
RGB: (50,155,133)

Color info

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

RGB color model

#329B85 color RGB value is (50,155,133).

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

RGB channels and saturation

R 50 of 255 = 20%
G 155 of 255 = 61%
B 133 of 255 = 52%

50
155
133

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

Portions of RGB colors in percentages

R + G + B =
50 + 155 + 133 = 338 (100%)
R 50 of 338 ~ 14.79%
G 155 of 338 ~ 45.86%
B 133 of 338 ~ 39.35%

%14.79
%45.86
%39.35

CMYK color model

#329B85 color CMYK value is (68,0,14,39).

  • cyan value is 67.74%
  • magenta value is 0.00%
  • yellow value is 14.19%
  • key color value is 39.22%
CMYK:
(68,0,14,39)
C68M0Y14K39 
(68%,0%,14%,39%)
(0.68/0.00/0.14/0.39)	

CMYK percentages

%67.74
%0
%14.19
%39.22

Codes

Color #329B85 in popluar color models

329B85
RGB50155133
HSL167°51.22%40.20%
HSB/HSV167°67.74%60.78%
CMYK67.74%0.00%14.19%
39.22%

Color #329B85 in popluar number systems.

HEX329B85
Decimal50155133
Binary1100101001101110000101
Octal62233205

Shades and tints

Shades of #329B85

#329B85
(50,155,133)
#2E8D79
(46,141,121)
#2A7F6D
(42,127,109)
#267161
(38,113,97)
#226355
(34,99,85)
#1E5549
(30,85,73)
#1A473D
(26,71,61)
#163931
(22,57,49)
#122B25
(18,43,37)
#0E1D19
(14,29,25)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #329B85

#329B85
(50,155,133)
#44A490
(68,164,144)
#56AD9B
(86,173,155)
#68B6A6
(104,182,166)
#7ABFB1
(122,191,177)
#8CC8BC
(140,200,188)
#9ED1C7
(158,209,199)
#B0DAD2
(176,218,210)
#C2E3DD
(194,227,221)
#D4ECE8
(212,236,232)
#E6F5F3
(230,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #329B85; }

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

This text font color is #329B85.


Background Color

.myBgColor { background-color: #329B85; }

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

This div background color is #329B85.


Border color

.myBorderColor { border: 1px solid #329B85; }

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

This div border color is #329B85.


Opacity

.myOpacity80 { color: #329B85; opacity: 0.8; }

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

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

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

This text has shadow with #329B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329B85 on black background.


Color preview on white background

This text has color #329B85 on white background.



Black color preview on #329B85 background

This text has black color on #329B85 background.


White color preview on #329B85 background

This text has white color on #329B85 background.