COLOR #326677

HEX: #326677
RGB: (50,102,119)

Color info

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

RGB color model

#326677 color RGB value is (50,102,119).

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

RGB channels and saturation

R 50 of 255 = 20%
G 102 of 255 = 40%
B 119 of 255 = 47%

50
102
119

R + G + B ~ 36%. #326677 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 102 + 119 = 271 (100%)
R 50 of 271 ~ 18.45%
G 102 of 271 ~ 37.64%
B 119 of 271 ~ 43.91%

%18.45
%37.64
%43.91

CMYK color model

#326677 color CMYK value is (58,14,0,53).

  • cyan value is 57.98%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(58,14,0,53)
C58M14Y0K53 
(58%,14%,0%,53%)
(0.58/0.14/0.00/0.53)	

CMYK percentages

%57.98
%14.29
%0
%53.33

Codes

Color #326677 in popluar color models

326677
RGB50102119
HSL195°40.83%33.14%
HSB/HSV195°57.98%46.67%
CMYK57.98%14.29%0.00%
53.33%

Color #326677 in popluar number systems.

HEX326677
Decimal50102119
Binary11001011001101110111
Octal62146167

Shades and tints

Shades of #326677

#326677
(50,102,119)
#2E5D6D
(46,93,109)
#2A5463
(42,84,99)
#264B59
(38,75,89)
#22424F
(34,66,79)
#1E3945
(30,57,69)
#1A303B
(26,48,59)
#162731
(22,39,49)
#121E27
(18,30,39)
#0E151D
(14,21,29)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #326677

#326677
(50,102,119)
#447383
(68,115,131)
#56808F
(86,128,143)
#688D9B
(104,141,155)
#7A9AA7
(122,154,167)
#8CA7B3
(140,167,179)
#9EB4BF
(158,180,191)
#B0C1CB
(176,193,203)
#C2CED7
(194,206,215)
#D4DBE3
(212,219,227)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #326677; }

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

This text font color is #326677.


Background Color

.myBgColor { background-color: #326677; }

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

This div background color is #326677.


Border color

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

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

This div border color is #326677.


Opacity

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

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

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

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

This text has shadow with #326677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326677 on black background.


Color preview on white background

This text has color #326677 on white background.



Black color preview on #326677 background

This text has black color on #326677 background.


White color preview on #326677 background

This text has white color on #326677 background.