COLOR #327877

HEX: #327877
RGB: (50,120,119)

Color info

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

RGB color model

#327877 color RGB value is (50,120,119).

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

RGB channels and saturation

R 50 of 255 = 20%
G 120 of 255 = 47%
B 119 of 255 = 47%

50
120
119

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

Portions of RGB colors in percentages

R + G + B =
50 + 120 + 119 = 289 (100%)
R 50 of 289 ~ 17.3%
G 120 of 289 ~ 41.52%
B 119 of 289 ~ 41.18%

%17.3
%41.52
%41.18

CMYK color model

#327877 color CMYK value is (58,0,1,53).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 52.94%
CMYK:
(58,0,1,53)
C58M0Y1K53 
(58%,0%,1%,53%)
(0.58/0.00/0.01/0.53)	

CMYK percentages

%58.33
%0
%0.83
%52.94

Codes

Color #327877 in popluar color models

327877
RGB50120119
HSL179°41.18%33.33%
HSB/HSV179°58.33%47.06%
CMYK58.33%0.00%0.83%
52.94%

Color #327877 in popluar number systems.

HEX327877
Decimal50120119
Binary11001011110001110111
Octal62170167

Shades and tints

Shades of #327877

#327877
(50,120,119)
#2E6E6D
(46,110,109)
#2A6463
(42,100,99)
#265A59
(38,90,89)
#22504F
(34,80,79)
#1E4645
(30,70,69)
#1A3C3B
(26,60,59)
#163231
(22,50,49)
#122827
(18,40,39)
#0E1E1D
(14,30,29)
#0A1413
(10,20,19)
#000000
(0,0,0)

Tints of #327877

#327877
(50,120,119)
#448483
(68,132,131)
#56908F
(86,144,143)
#689C9B
(104,156,155)
#7AA8A7
(122,168,167)
#8CB4B3
(140,180,179)
#9EC0BF
(158,192,191)
#B0CCCB
(176,204,203)
#C2D8D7
(194,216,215)
#D4E4E3
(212,228,227)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327877; }

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

This text font color is #327877.


Background Color

.myBgColor { background-color: #327877; }

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

This div background color is #327877.


Border color

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

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

This div border color is #327877.


Opacity

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

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

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

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

This text has shadow with #327877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327877 on black background.


Color preview on white background

This text has color #327877 on white background.



Black color preview on #327877 background

This text has black color on #327877 background.


White color preview on #327877 background

This text has white color on #327877 background.