COLOR #328B62

HEX: #328B62 RGB: (50,139,98)

Color info

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

RGB color model

#328B62 color RGB value is (50,139,98).

RGB: (50,139,98) (20%, 55%, 38%)

RGB channels and saturation

R 50 of 255 = 20%
G 139 of 255 = 55%
B 98 of 255 = 38%

50
139
98

R + G + B ~ 38%. #328B62 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 139 + 98 = 287 (100%)
R 50 of 287 ~ 17.42%
G 139 of 287 ~ 48.43%
B 98 of 287 ~ 34.15'%

%17.42
%48.43
%34.15

CMYK color model

#328B62 color CMYK value is (64,0,29,45).

  • cyan value is 64.03%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • key color value is 45.49%

CMYK: (64,0,29,45)
C64M0Y29K45 (64%, 0%, 29%, 45%)
(0.64 / 0.00 / 0.29 / 0.45)

CMYK percentages

%64.03
%0
%29.5
%45.49

Codes

Color #328B62 in popluar color models

32 8B 62
RGB 50 139 98
HSL 152° 47.09% 37.06%
HSB/HSV 152° 64.03% 54.51%
CMYK 64.03% 0.00% 29.50%
45.49%

Color #328B62 in popluar number systems.

HEX 32 8B 62
Decimal 50 139 98
Binary 110010 10001011 1100010
Octal 62 213 142

Shades and tints

Shades of #328B62

#328B62
(50,139,98)
#2E7F5A
(46,127,90)
#2A7352
(42,115,82)
#26674A
(38,103,74)
#225B42
(34,91,66)
#1E4F3A
(30,79,58)
#1A4332
(26,67,50)
#16372A
(22,55,42)
#122B22
(18,43,34)
#0E1F1A
(14,31,26)
#0A1312
(10,19,18)
#000000
(0,0,0)

Tints of #328B62

#328B62
(50,139,98)
#449570
(68,149,112)
#569F7E
(86,159,126)
#68A98C
(104,169,140)
#7AB39A
(122,179,154)
#8CBDA8
(140,189,168)
#9EC7B6
(158,199,182)
#B0D1C4
(176,209,196)
#C2DBD2
(194,219,210)
#D4E5E0
(212,229,224)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328B62; }

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

This text font color is #328B62.

Background Color

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

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

This div background color is #328B62.

Border color

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

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

This div border color is #328B62.

Opacity

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

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

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

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

This text has shadow with #328B62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #328B62.

Preview

Color preview on black background

This text has color #328B62 on black background.


Color preview on white background

This text has color #328B62 on white background.


Black color preview on #328B62 background

This text has black color on #328B62 background.


White color preview on #328B62 background

This text has white color on #328B62 background.


Related colors

Complementary color

Complementary color for #hex is #CD749D.


I love getcolorcode.com

Triadic colors

1 #62328B and #8B6232 with #328B62 are triadic colors.

2 #628B32 and #8B3262 with #328B62 are triadic colors.