COLOR #327787

HEX: #327787
RGB: (50,119,135)

Color info

#327787 contains mainly green and blue colors. Web safe color of #327787 is #336699 (or #369).

RGB color model

#327787 color RGB value is (50,119,135).

  • red value is 50;
  • green value is 119;
  • blue value is 135.
RGB:
(50,119,135)
(20%,47%,53%)

RGB channels and saturation

R 50 of 255 = 20%
G 119 of 255 = 47%
B 135 of 255 = 53%

50
119
135

R + G + B ~ 40%. #327787 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 119 + 135 = 304 (100%)
R 50 of 304 ~ 16.45%
G 119 of 304 ~ 39.14%
B 135 of 304 ~ 44.41%

%16.45
%39.14
%44.41

CMYK color model

#327787 color CMYK value is (63,12,0,47).

  • cyan value is 62.96%
  • magenta value is 11.85%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(63,12,0,47)
C63M12Y0K47 
(63%,12%,0%,47%)
(0.63/0.12/0.00/0.47)	

CMYK percentages

%62.96
%11.85
%0
%47.06

Codes

Color #327787 in popluar color models

327787
RGB50119135
HSL191°45.95%36.27%
HSB/HSV191°62.96%52.94%
CMYK62.96%11.85%0.00%
47.06%

Color #327787 in popluar number systems.

HEX327787
Decimal50119135
Binary110010111011110000111
Octal62167207

Shades and tints

Shades of #327787

#327787
(50,119,135)
#2E6D7B
(46,109,123)
#2A636F
(42,99,111)
#265963
(38,89,99)
#224F57
(34,79,87)
#1E454B
(30,69,75)
#1A3B3F
(26,59,63)
#163133
(22,49,51)
#122727
(18,39,39)
#0E1D1B
(14,29,27)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #327787

#327787
(50,119,135)
#448391
(68,131,145)
#568F9B
(86,143,155)
#689BA5
(104,155,165)
#7AA7AF
(122,167,175)
#8CB3B9
(140,179,185)
#9EBFC3
(158,191,195)
#B0CBCD
(176,203,205)
#C2D7D7
(194,215,215)
#D4E3E1
(212,227,225)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327787; }

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

This text font color is #327787.


Background Color

.myBgColor { background-color: #327787; }

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

This div background color is #327787.


Border color

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

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

This div border color is #327787.


Opacity

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

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

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

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

This text has shadow with #327787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327787 on black background.


Color preview on white background

This text has color #327787 on white background.



Black color preview on #327787 background

This text has black color on #327787 background.


White color preview on #327787 background

This text has white color on #327787 background.