COLOR #327171

HEX: #327171 RGB: (50,113,113)

Color info

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

RGB color model

#327171 color RGB value is (50,113,113).

RGB: (50,113,113) (20%, 44%, 44%)

RGB channels and saturation

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

50
113
113

R + G + B ~ 36%. #327171 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 113 + 113 = 276 (100%)
R 50 of 276 ~ 18.12%
G 113 of 276 ~ 40.94%
B 113 of 276 ~ 40.94'%

%18.12
%40.94
%40.94

CMYK color model

#327171 color CMYK value is (56,0,0,56).

  • cyan value is 55.75%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (56,0,0,56)
C56M0Y0K56 (56%, 0%, 0%, 56%)
(0.56 / 0.00 / 0.00 / 0.56)

CMYK percentages

%55.75
%0
%0
%55.69

Codes

Color #327171 in popluar color models

32 71 71
RGB 50 113 113
HSL 180° 38.65% 31.96%
HSB/HSV 180° 55.75% 44.31%
CMYK 55.75% 0.00% 0.00%
55.69%

Color #327171 in popluar number systems.

HEX 32 71 71
Decimal 50 113 113
Binary 110010 1110001 1110001
Octal 62 161 161

Shades and tints

Shades of #327171

#327171
(50,113,113)
#2E6767
(46,103,103)
#2A5D5D
(42,93,93)
#265353
(38,83,83)
#224949
(34,73,73)
#1E3F3F
(30,63,63)
#1A3535
(26,53,53)
#162B2B
(22,43,43)
#122121
(18,33,33)
#0E1717
(14,23,23)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #327171

#327171
(50,113,113)
#447D7D
(68,125,125)
#568989
(86,137,137)
#689595
(104,149,149)
#7AA1A1
(122,161,161)
#8CADAD
(140,173,173)
#9EB9B9
(158,185,185)
#B0C5C5
(176,197,197)
#C2D1D1
(194,209,209)
#D4DDDD
(212,221,221)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327171; }

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

This text font color is #327171.

Background Color

.myBgColor { background-color: #327171; }

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

This div background color is #327171.

Border color

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

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

This div border color is #327171.

Opacity

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

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

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

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

This text has shadow with #327171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #327171.

Preview

Color preview on black background

This text has color #327171 on black background.


Color preview on white background

This text has color #327171 on white background.


Black color preview on #327171 background

This text has black color on #327171 background.


White color preview on #327171 background

This text has white color on #327171 background.


Related colors

Complementary color

Complementary color for #hex is #CD8E8E.


I love getcolorcode.com