COLOR #328A58

HEX: #328A58
RGB: (50,138,88)

Color info

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

RGB color model

#328A58 color RGB value is (50,138,88).

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

RGB channels and saturation

R 50 of 255 = 20%
G 138 of 255 = 54%
B 88 of 255 = 35%

50
138
88

R + G + B ~ 36%. #328A58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 138 + 88 = 276 (100%)
R 50 of 276 ~ 18.12%
G 138 of 276 ~ 50%
B 88 of 276 ~ 31.88%

%18.12
%50
%31.88

CMYK color model

#328A58 color CMYK value is (64,0,36,46).

  • cyan value is 63.77%
  • magenta value is 0.00%
  • yellow value is 36.23%
  • key color value is 45.88%
CMYK:
(64,0,36,46)
C64M0Y36K46 
(64%,0%,36%,46%)
(0.64/0.00/0.36/0.46)	

CMYK percentages

%63.77
%0
%36.23
%45.88

Codes

Color #328A58 in popluar color models

328A58
RGB5013888
HSL146°46.81%36.86%
HSB/HSV146°63.77%54.12%
CMYK63.77%0.00%36.23%
45.88%

Color #328A58 in popluar number systems.

HEX328A58
Decimal5013888
Binary110010100010101011000
Octal62212130

Shades and tints

Shades of #328A58

#328A58
(50,138,88)
#2E7E50
(46,126,80)
#2A7248
(42,114,72)
#266640
(38,102,64)
#225A38
(34,90,56)
#1E4E30
(30,78,48)
#1A4228
(26,66,40)
#163620
(22,54,32)
#122A18
(18,42,24)
#0E1E10
(14,30,16)
#0A1208
(10,18,8)
#000000
(0,0,0)

Tints of #328A58

#328A58
(50,138,88)
#449467
(68,148,103)
#569E76
(86,158,118)
#68A885
(104,168,133)
#7AB294
(122,178,148)
#8CBCA3
(140,188,163)
#9EC6B2
(158,198,178)
#B0D0C1
(176,208,193)
#C2DAD0
(194,218,208)
#D4E4DF
(212,228,223)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328A58; }

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

This text font color is #328A58.


Background Color

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

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

This div background color is #328A58.


Border color

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

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

This div border color is #328A58.


Opacity

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

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

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

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

This text has shadow with #328A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328A58 on black background.


Color preview on white background

This text has color #328A58 on white background.



Black color preview on #328A58 background

This text has black color on #328A58 background.


White color preview on #328A58 background

This text has white color on #328A58 background.