COLOR #328B7D

HEX: #328B7D
RGB: (50,139,125)

Color info

#328B7D contains mainly green and blue colors. Web safe color of #328B7D is #339966 (or #396).

RGB color model

#328B7D color RGB value is (50,139,125).

  • red value is 50;
  • green value is 139;
  • blue value is 125.
RGB:
(50,139,125)
(20%,55%,49%)

RGB channels and saturation

R 50 of 255 = 20%
G 139 of 255 = 55%
B 125 of 255 = 49%

50
139
125

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

Portions of RGB colors in percentages

R + G + B =
50 + 139 + 125 = 314 (100%)
R 50 of 314 ~ 15.92%
G 139 of 314 ~ 44.27%
B 125 of 314 ~ 39.81%

%15.92
%44.27
%39.81

CMYK color model

#328B7D color CMYK value is (64,0,10,45).

  • cyan value is 64.03%
  • magenta value is 0.00%
  • yellow value is 10.07%
  • key color value is 45.49%
CMYK:
(64,0,10,45)
C64M0Y10K45 
(64%,0%,10%,45%)
(0.64/0.00/0.10/0.45)	

CMYK percentages

%64.03
%0
%10.07
%45.49

Codes

Color #328B7D in popluar color models

328B7D
RGB50139125
HSL171°47.09%37.06%
HSB/HSV171°64.03%54.51%
CMYK64.03%0.00%10.07%
45.49%

Color #328B7D in popluar number systems.

HEX328B7D
Decimal50139125
Binary110010100010111111101
Octal62213175

Shades and tints

Shades of #328B7D

#328B7D
(50,139,125)
#2E7F72
(46,127,114)
#2A7367
(42,115,103)
#26675C
(38,103,92)
#225B51
(34,91,81)
#1E4F46
(30,79,70)
#1A433B
(26,67,59)
#163730
(22,55,48)
#122B25
(18,43,37)
#0E1F1A
(14,31,26)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #328B7D

#328B7D
(50,139,125)
#449588
(68,149,136)
#569F93
(86,159,147)
#68A99E
(104,169,158)
#7AB3A9
(122,179,169)
#8CBDB4
(140,189,180)
#9EC7BF
(158,199,191)
#B0D1CA
(176,209,202)
#C2DBD5
(194,219,213)
#D4E5E0
(212,229,224)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328B7D color. Also use rgb(50,139,125) instead hex code.

Text Font Color

.myTextColor { color: #328B7D; }

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

This text font color is #328B7D.


Background Color

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

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

This div background color is #328B7D.


Border color

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

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

This div border color is #328B7D.


Opacity

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

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

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

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

This text has shadow with #328B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328B7D on black background.


Color preview on white background

This text has color #328B7D on white background.



Black color preview on #328B7D background

This text has black color on #328B7D background.


White color preview on #328B7D background

This text has white color on #328B7D background.