COLOR #328050

HEX: #328050
RGB: (50,128,80)

Color info

#328050 contains mainly green and blue colors. Web safe color of #328050 is #336666 (or #366).

RGB color model

#328050 color RGB value is (50,128,80).

  • red value is 50;
  • green value is 128;
  • blue value is 80.
RGB:
(50,128,80)
(20%,50%,31%)

RGB channels and saturation

R 50 of 255 = 20%
G 128 of 255 = 50%
B 80 of 255 = 31%

50
128
80

R + G + B ~ 34%. #328050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 128 + 80 = 258 (100%)
R 50 of 258 ~ 19.38%
G 128 of 258 ~ 49.61%
B 80 of 258 ~ 31.01%

%19.38
%49.61
%31.01

CMYK color model

#328050 color CMYK value is (61,0,38,50).

  • cyan value is 60.94%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 49.80%
CMYK:
(61,0,38,50)
C61M0Y38K50 
(61%,0%,38%,50%)
(0.61/0.00/0.38/0.50)	

CMYK percentages

%60.94
%0
%37.5
%49.8

Codes

Color #328050 in popluar color models

328050
RGB5012880
HSL143°43.82%34.90%
HSB/HSV143°60.94%50.20%
CMYK60.94%0.00%37.50%
49.80%

Color #328050 in popluar number systems.

HEX328050
Decimal5012880
Binary110010100000001010000
Octal62200120

Shades and tints

Shades of #328050

#328050
(50,128,80)
#2E7549
(46,117,73)
#2A6A42
(42,106,66)
#265F3B
(38,95,59)
#225434
(34,84,52)
#1E492D
(30,73,45)
#1A3E26
(26,62,38)
#16331F
(22,51,31)
#122818
(18,40,24)
#0E1D11
(14,29,17)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #328050

#328050
(50,128,80)
#448B5F
(68,139,95)
#56966E
(86,150,110)
#68A17D
(104,161,125)
#7AAC8C
(122,172,140)
#8CB79B
(140,183,155)
#9EC2AA
(158,194,170)
#B0CDB9
(176,205,185)
#C2D8C8
(194,216,200)
#D4E3D7
(212,227,215)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328050 color. Also use rgb(50,128,80) instead hex code.

Text Font Color

.myTextColor { color: #328050; }

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

This text font color is #328050.


Background Color

.myBgColor { background-color: #328050; }

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

This div background color is #328050.


Border color

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

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

This div border color is #328050.


Opacity

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

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

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

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

This text has shadow with #328050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328050 on black background.


Color preview on white background

This text has color #328050 on white background.



Black color preview on #328050 background

This text has black color on #328050 background.


White color preview on #328050 background

This text has white color on #328050 background.