COLOR #328A51

HEX: #328A51
RGB: (50,138,81)

Color info

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

RGB color model

#328A51 color RGB value is (50,138,81).

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

RGB channels and saturation

R 50 of 255 = 20%
G 138 of 255 = 54%
B 81 of 255 = 32%

50
138
81

R + G + B ~ 35%. #328A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 138 + 81 = 269 (100%)
R 50 of 269 ~ 18.59%
G 138 of 269 ~ 51.3%
B 81 of 269 ~ 30.11%

%18.59
%51.3
%30.11

CMYK color model

#328A51 color CMYK value is (64,0,41,46).

  • cyan value is 63.77%
  • magenta value is 0.00%
  • yellow value is 41.30%
  • key color value is 45.88%
CMYK:
(64,0,41,46)
C64M0Y41K46 
(64%,0%,41%,46%)
(0.64/0.00/0.41/0.46)	

CMYK percentages

%63.77
%0
%41.3
%45.88

Codes

Color #328A51 in popluar color models

328A51
RGB5013881
HSL141°46.81%36.86%
HSB/HSV141°63.77%54.12%
CMYK63.77%0.00%41.30%
45.88%

Color #328A51 in popluar number systems.

HEX328A51
Decimal5013881
Binary110010100010101010001
Octal62212121

Shades and tints

Shades of #328A51

#328A51
(50,138,81)
#2E7E4A
(46,126,74)
#2A7243
(42,114,67)
#26663C
(38,102,60)
#225A35
(34,90,53)
#1E4E2E
(30,78,46)
#1A4227
(26,66,39)
#163620
(22,54,32)
#122A19
(18,42,25)
#0E1E12
(14,30,18)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #328A51

#328A51
(50,138,81)
#449460
(68,148,96)
#569E6F
(86,158,111)
#68A87E
(104,168,126)
#7AB28D
(122,178,141)
#8CBC9C
(140,188,156)
#9EC6AB
(158,198,171)
#B0D0BA
(176,208,186)
#C2DAC9
(194,218,201)
#D4E4D8
(212,228,216)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328A51; }

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

This text font color is #328A51.


Background Color

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

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

This div background color is #328A51.


Border color

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

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

This div border color is #328A51.


Opacity

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

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

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

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

This text has shadow with #328A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328A51 on black background.


Color preview on white background

This text has color #328A51 on white background.



Black color preview on #328A51 background

This text has black color on #328A51 background.


White color preview on #328A51 background

This text has white color on #328A51 background.