COLOR #328E7D

HEX: #328E7D RGB: (50,142,125)

Color info

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

RGB color model

#328E7D color RGB value is (50,142,125).

RGB: (50,142,125) (20%, 56%, 49%)

RGB channels and saturation

R 50 of 255 = 20%
G 142 of 255 = 56%
B 125 of 255 = 49%

50
142
125

R + G + B ~ 42%. #328E7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 50 + 142 + 125 = 317 (100%)
R 50 of 317 ~ 15.77%
G 142 of 317 ~ 44.79%
B 125 of 317 ~ 39.43'%

%15.77
%44.79
%39.43

CMYK color model

#328E7D color CMYK value is (65,0,12,44).

  • cyan value is 64.79%
  • magenta value is 0.00%
  • yellow value is 11.97%
  • key color value is 44.31%

CMYK: (65,0,12,44)
C65M0Y12K44 (65%, 0%, 12%, 44%)
(0.65 / 0.00 / 0.12 / 0.44)

CMYK percentages

%64.79
%0
%11.97
%44.31

Codes

Color #328E7D in popluar color models

32 8E 7D
RGB 50 142 125
HSL 169° 47.92% 37.65%
HSB/HSV 169° 64.79% 55.69%
CMYK 64.79% 0.00% 11.97%
44.31%

Color #328E7D in popluar number systems.

HEX 32 8E 7D
Decimal 50 142 125
Binary 110010 10001110 1111101
Octal 62 216 175

Shades and tints

Shades of #328E7D

#328E7D
(50,142,125)
#2E8272
(46,130,114)
#2A7667
(42,118,103)
#266A5C
(38,106,92)
#225E51
(34,94,81)
#1E5246
(30,82,70)
#1A463B
(26,70,59)
#163A30
(22,58,48)
#122E25
(18,46,37)
#0E221A
(14,34,26)
#0A160F
(10,22,15)
#000000
(0,0,0)

Tints of #328E7D

#328E7D
(50,142,125)
#449888
(68,152,136)
#56A293
(86,162,147)
#68AC9E
(104,172,158)
#7AB6A9
(122,182,169)
#8CC0B4
(140,192,180)
#9ECABF
(158,202,191)
#B0D4CA
(176,212,202)
#C2DED5
(194,222,213)
#D4E8E0
(212,232,224)
#E6F2EB
(230,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328E7D color. Also use rgb(50,142,125) instead hex code.

Text Font Color

.myTextColor { color: #328E7D; }

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

This text font color is #328E7D.

Background Color

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

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

This div background color is #328E7D.

Border color

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

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

This div border color is #328E7D.

Opacity

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

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

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

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

This text has shadow with #328E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #328E7D.

Preview

Color preview on black background

This text has color #328E7D on black background.


Color preview on white background

This text has color #328E7D on white background.


Black color preview on #328E7D background

This text has black color on #328E7D background.


White color preview on #328E7D background

This text has white color on #328E7D background.


Related colors

Complementary color

Complementary color for #hex is #CD7182.


I love getcolorcode.com

Triadic colors

1 #7D328E and #8E7D32 with #328E7D are triadic colors.

2 #7D8E32 and #8E327D with #328E7D are triadic colors.