COLOR #327775

HEX: #327775
RGB: (50,119,117)

Color info

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

RGB color model

#327775 color RGB value is (50,119,117).

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

RGB channels and saturation

R 50 of 255 = 20%
G 119 of 255 = 47%
B 117 of 255 = 46%

50
119
117

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

Portions of RGB colors in percentages

R + G + B =
50 + 119 + 117 = 286 (100%)
R 50 of 286 ~ 17.48%
G 119 of 286 ~ 41.61%
B 117 of 286 ~ 40.91%

%17.48
%41.61
%40.91

CMYK color model

#327775 color CMYK value is (58,0,2,53).

  • cyan value is 57.98%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 53.33%
CMYK:
(58,0,2,53)
C58M0Y2K53 
(58%,0%,2%,53%)
(0.58/0.00/0.02/0.53)	

CMYK percentages

%57.98
%0
%1.68
%53.33

Codes

Color #327775 in popluar color models

327775
RGB50119117
HSL178°40.83%33.14%
HSB/HSV178°57.98%46.67%
CMYK57.98%0.00%1.68%
53.33%

Color #327775 in popluar number systems.

HEX327775
Decimal50119117
Binary11001011101111110101
Octal62167165

Shades and tints

Shades of #327775

#327775
(50,119,117)
#2E6D6B
(46,109,107)
#2A6361
(42,99,97)
#265957
(38,89,87)
#224F4D
(34,79,77)
#1E4543
(30,69,67)
#1A3B39
(26,59,57)
#16312F
(22,49,47)
#122725
(18,39,37)
#0E1D1B
(14,29,27)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #327775

#327775
(50,119,117)
#448381
(68,131,129)
#568F8D
(86,143,141)
#689B99
(104,155,153)
#7AA7A5
(122,167,165)
#8CB3B1
(140,179,177)
#9EBFBD
(158,191,189)
#B0CBC9
(176,203,201)
#C2D7D5
(194,215,213)
#D4E3E1
(212,227,225)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327775; }

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

This text font color is #327775.


Background Color

.myBgColor { background-color: #327775; }

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

This div background color is #327775.


Border color

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

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

This div border color is #327775.


Opacity

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

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

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

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

This text has shadow with #327775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327775 on black background.


Color preview on white background

This text has color #327775 on white background.



Black color preview on #327775 background

This text has black color on #327775 background.


White color preview on #327775 background

This text has white color on #327775 background.