COLOR #327662

HEX: #327662
RGB: (50,118,98)

Color info

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

RGB color model

#327662 color RGB value is (50,118,98).

  • red value is 50;
  • green value is 118;
  • blue value is 98.
RGB:
(50,118,98)
(20%,46%,38%)

RGB channels and saturation

R 50 of 255 = 20%
G 118 of 255 = 46%
B 98 of 255 = 38%

50
118
98

R + G + B ~ 35%. #327662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 118 + 98 = 266 (100%)
R 50 of 266 ~ 18.8%
G 118 of 266 ~ 44.36%
B 98 of 266 ~ 36.84%

%18.8
%44.36
%36.84

CMYK color model

#327662 color CMYK value is (58,0,17,54).

  • cyan value is 57.63%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(58,0,17,54)
C58M0Y17K54 
(58%,0%,17%,54%)
(0.58/0.00/0.17/0.54)	

CMYK percentages

%57.63
%0
%16.95
%53.73

Codes

Color #327662 in popluar color models

327662
RGB5011898
HSL162°40.48%32.94%
HSB/HSV162°57.63%46.27%
CMYK57.63%0.00%16.95%
53.73%

Color #327662 in popluar number systems.

HEX327662
Decimal5011898
Binary11001011101101100010
Octal62166142

Shades and tints

Shades of #327662

#327662
(50,118,98)
#2E6C5A
(46,108,90)
#2A6252
(42,98,82)
#26584A
(38,88,74)
#224E42
(34,78,66)
#1E443A
(30,68,58)
#1A3A32
(26,58,50)
#16302A
(22,48,42)
#122622
(18,38,34)
#0E1C1A
(14,28,26)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #327662

#327662
(50,118,98)
#448270
(68,130,112)
#568E7E
(86,142,126)
#689A8C
(104,154,140)
#7AA69A
(122,166,154)
#8CB2A8
(140,178,168)
#9EBEB6
(158,190,182)
#B0CAC4
(176,202,196)
#C2D6D2
(194,214,210)
#D4E2E0
(212,226,224)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #327662; }

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

This text font color is #327662.


Background Color

.myBgColor { background-color: #327662; }

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

This div background color is #327662.


Border color

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

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

This div border color is #327662.


Opacity

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

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

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

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

This text has shadow with #327662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327662 on black background.


Color preview on white background

This text has color #327662 on white background.



Black color preview on #327662 background

This text has black color on #327662 background.


White color preview on #327662 background

This text has white color on #327662 background.