COLOR #327B59

HEX: #327B59 RGB: (50,123,89)

Color info

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

RGB color model

#327B59 color RGB value is (50,123,89).

RGB: (50,123,89) (20%, 48%, 35%)

RGB channels and saturation

R 50 of 255 = 20%
G 123 of 255 = 48%
B 89 of 255 = 35%

50
123
89

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

Portions of RGB colors in percentages

R + G + B = 50 + 123 + 89 = 262 (100%)
R 50 of 262 ~ 19.08%
G 123 of 262 ~ 46.95%
B 89 of 262 ~ 33.97'%

%19.08
%46.95
%33.97

CMYK color model

#327B59 color CMYK value is (59,0,28,52).

  • cyan value is 59.35%
  • magenta value is 0.00%
  • yellow value is 27.64%
  • key color value is 51.76%

CMYK: (59,0,28,52)
C59M0Y28K52 (59%, 0%, 28%, 52%)
(0.59 / 0.00 / 0.28 / 0.52)

CMYK percentages

%59.35
%0
%27.64
%51.76

Codes

Color #327B59 in popluar color models

32 7B 59
RGB 50 123 89
HSL 152° 42.20% 33.92%
HSB/HSV 152° 59.35% 48.24%
CMYK 59.35% 0.00% 27.64%
51.76%

Color #327B59 in popluar number systems.

HEX 32 7B 59
Decimal 50 123 89
Binary 110010 1111011 1011001
Octal 62 173 131

Shades and tints

Shades of #327B59

#327B59
(50,123,89)
#2E7051
(46,112,81)
#2A6549
(42,101,73)
#265A41
(38,90,65)
#224F39
(34,79,57)
#1E4431
(30,68,49)
#1A3929
(26,57,41)
#162E21
(22,46,33)
#122319
(18,35,25)
#0E1811
(14,24,17)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #327B59

#327B59
(50,123,89)
#448768
(68,135,104)
#569377
(86,147,119)
#689F86
(104,159,134)
#7AAB95
(122,171,149)
#8CB7A4
(140,183,164)
#9EC3B3
(158,195,179)
#B0CFC2
(176,207,194)
#C2DBD1
(194,219,209)
#D4E7E0
(212,231,224)
#E6F3EF
(230,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327B59 color. Also use rgb(50,123,89) instead hex code.

Text Font Color

.myTextColor { color: #327B59; }

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

This text font color is #327B59.

Background Color

.myBgColor { background-color: #327B59; }

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

This div background color is #327B59.

Border color

.myBorderColor { border: 1px solid #327B59; }

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

This div border color is #327B59.

Opacity

.myOpacity80 { color: #327B59; opacity: 0.8; }

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

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

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

This text has shadow with #327B59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #327B59.

Preview

Color preview on black background

This text has color #327B59 on black background.


Color preview on white background

This text has color #327B59 on white background.


Black color preview on #327B59 background

This text has black color on #327B59 background.


White color preview on #327B59 background

This text has white color on #327B59 background.


Related colors

Complementary color

Complementary color for #hex is #CD84A6.


I love getcolorcode.com

Triadic colors

1 #59327B and #7B5932 with #327B59 are triadic colors.

2 #597B32 and #7B3259 with #327B59 are triadic colors.