COLOR #327E73

HEX: #327E73
RGB: (50,126,115)

Color info

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

RGB color model

#327E73 color RGB value is (50,126,115).

  • red value is 50;
  • green value is 126;
  • blue value is 115.
RGB:
(50,126,115)
(20%,49%,45%)

RGB channels and saturation

R 50 of 255 = 20%
G 126 of 255 = 49%
B 115 of 255 = 45%

50
126
115

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

Portions of RGB colors in percentages

R + G + B =
50 + 126 + 115 = 291 (100%)
R 50 of 291 ~ 17.18%
G 126 of 291 ~ 43.3%
B 115 of 291 ~ 39.52%

%17.18
%43.3
%39.52

CMYK color model

#327E73 color CMYK value is (60,0,9,51).

  • cyan value is 60.32%
  • magenta value is 0.00%
  • yellow value is 8.73%
  • key color value is 50.59%
CMYK:
(60,0,9,51)
C60M0Y9K51 
(60%,0%,9%,51%)
(0.60/0.00/0.09/0.51)	

CMYK percentages

%60.32
%0
%8.73
%50.59

Codes

Color #327E73 in popluar color models

327E73
RGB50126115
HSL171°43.18%34.51%
HSB/HSV171°60.32%49.41%
CMYK60.32%0.00%8.73%
50.59%

Color #327E73 in popluar number systems.

HEX327E73
Decimal50126115
Binary11001011111101110011
Octal62176163

Shades and tints

Shades of #327E73

#327E73
(50,126,115)
#2E7369
(46,115,105)
#2A685F
(42,104,95)
#265D55
(38,93,85)
#22524B
(34,82,75)
#1E4741
(30,71,65)
#1A3C37
(26,60,55)
#16312D
(22,49,45)
#122623
(18,38,35)
#0E1B19
(14,27,25)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #327E73

#327E73
(50,126,115)
#44897F
(68,137,127)
#56948B
(86,148,139)
#689F97
(104,159,151)
#7AAAA3
(122,170,163)
#8CB5AF
(140,181,175)
#9EC0BB
(158,192,187)
#B0CBC7
(176,203,199)
#C2D6D3
(194,214,211)
#D4E1DF
(212,225,223)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327E73 color. Also use rgb(50,126,115) instead hex code.

Text Font Color

.myTextColor { color: #327E73; }

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

This text font color is #327E73.


Background Color

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

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

This div background color is #327E73.


Border color

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

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

This div border color is #327E73.


Opacity

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

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

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

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

This text has shadow with #327E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327E73 on black background.


Color preview on white background

This text has color #327E73 on white background.



Black color preview on #327E73 background

This text has black color on #327E73 background.


White color preview on #327E73 background

This text has white color on #327E73 background.