COLOR #328071

HEX: #328071
RGB: (50,128,113)

Color info

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

RGB color model

#328071 color RGB value is (50,128,113).

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

RGB channels and saturation

R 50 of 255 = 20%
G 128 of 255 = 50%
B 113 of 255 = 44%

50
128
113

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

Portions of RGB colors in percentages

R + G + B =
50 + 128 + 113 = 291 (100%)
R 50 of 291 ~ 17.18%
G 128 of 291 ~ 43.99%
B 113 of 291 ~ 38.83%

%17.18
%43.99
%38.83

CMYK color model

#328071 color CMYK value is (61,0,12,50).

  • cyan value is 60.94%
  • magenta value is 0.00%
  • yellow value is 11.72%
  • key color value is 49.80%
CMYK:
(61,0,12,50)
C61M0Y12K50 
(61%,0%,12%,50%)
(0.61/0.00/0.12/0.50)	

CMYK percentages

%60.94
%0
%11.72
%49.8

Codes

Color #328071 in popluar color models

328071
RGB50128113
HSL168°43.82%34.90%
HSB/HSV168°60.94%50.20%
CMYK60.94%0.00%11.72%
49.80%

Color #328071 in popluar number systems.

HEX328071
Decimal50128113
Binary110010100000001110001
Octal62200161

Shades and tints

Shades of #328071

#328071
(50,128,113)
#2E7567
(46,117,103)
#2A6A5D
(42,106,93)
#265F53
(38,95,83)
#225449
(34,84,73)
#1E493F
(30,73,63)
#1A3E35
(26,62,53)
#16332B
(22,51,43)
#122821
(18,40,33)
#0E1D17
(14,29,23)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #328071

#328071
(50,128,113)
#448B7D
(68,139,125)
#569689
(86,150,137)
#68A195
(104,161,149)
#7AACA1
(122,172,161)
#8CB7AD
(140,183,173)
#9EC2B9
(158,194,185)
#B0CDC5
(176,205,197)
#C2D8D1
(194,216,209)
#D4E3DD
(212,227,221)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #328071; }

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

This text font color is #328071.


Background Color

.myBgColor { background-color: #328071; }

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

This div background color is #328071.


Border color

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

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

This div border color is #328071.


Opacity

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

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

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

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

This text has shadow with #328071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328071 on black background.


Color preview on white background

This text has color #328071 on white background.



Black color preview on #328071 background

This text has black color on #328071 background.


White color preview on #328071 background

This text has white color on #328071 background.