COLOR #328957

HEX: #328957 RGB: (50,137,87)

Color info

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

RGB color model

#328957 color RGB value is (50,137,87).

RGB: (50,137,87) (20%, 54%, 34%)

RGB channels and saturation

R 50 of 255 = 20%
G 137 of 255 = 54%
B 87 of 255 = 34%

50
137
87

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

Portions of RGB colors in percentages

R + G + B = 50 + 137 + 87 = 274 (100%)
R 50 of 274 ~ 18.25%
G 137 of 274 ~ 50%
B 87 of 274 ~ 31.75'%

%18.25
%50
%31.75

CMYK color model

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

  • cyan value is 63.50%
  • magenta value is 0.00%
  • yellow value is 36.50%
  • key color value is 46.27%

CMYK: (64,0,36,46)
C64M0Y36K46 (64%, 0%, 36%, 46%)
(0.64 / 0.00 / 0.36 / 0.46)

CMYK percentages

%63.5
%0
%36.5
%46.27

Codes

Color #328957 in popluar color models

32 89 57
RGB 50 137 87
HSL 146° 46.52% 36.67%
HSB/HSV 146° 63.50% 53.73%
CMYK 63.50% 0.00% 36.50%
46.27%

Color #328957 in popluar number systems.

HEX 32 89 57
Decimal 50 137 87
Binary 110010 10001001 1010111
Octal 62 211 127

Shades and tints

Shades of #328957

#328957
(50,137,87)
#2E7D50
(46,125,80)
#2A7149
(42,113,73)
#266542
(38,101,66)
#22593B
(34,89,59)
#1E4D34
(30,77,52)
#1A412D
(26,65,45)
#163526
(22,53,38)
#12291F
(18,41,31)
#0E1D18
(14,29,24)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #328957

#328957
(50,137,87)
#449366
(68,147,102)
#569D75
(86,157,117)
#68A784
(104,167,132)
#7AB193
(122,177,147)
#8CBBA2
(140,187,162)
#9EC5B1
(158,197,177)
#B0CFC0
(176,207,192)
#C2D9CF
(194,217,207)
#D4E3DE
(212,227,222)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328957 color. Also use rgb(50,137,87) instead hex code.

Text Font Color

.myTextColor { color: #328957; }

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

This text font color is #328957.

Background Color

.myBgColor { background-color: #328957; }

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

This div background color is #328957.

Border color

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

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

This div border color is #328957.

Opacity

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

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

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

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

This text has shadow with #328957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #328957.

Preview

Color preview on black background

This text has color #328957 on black background.


Color preview on white background

This text has color #328957 on white background.


Black color preview on #328957 background

This text has black color on #328957 background.


White color preview on #328957 background

This text has white color on #328957 background.


Related colors

Complementary color

Complementary color for #hex is #CD76A8.


I love getcolorcode.com

Triadic colors

1 #573289 and #895732 with #328957 are triadic colors.

2 #578932 and #893257 with #328957 are triadic colors.