COLOR #326982

HEX: #326982
RGB: (50,105,130)

Color info

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

RGB color model

#326982 color RGB value is (50,105,130).

  • red value is 50;
  • green value is 105;
  • blue value is 130.
RGB:
(50,105,130)
(20%,41%,51%)

RGB channels and saturation

R 50 of 255 = 20%
G 105 of 255 = 41%
B 130 of 255 = 51%

50
105
130

R + G + B ~ 37%. #326982 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 105 + 130 = 285 (100%)
R 50 of 285 ~ 17.54%
G 105 of 285 ~ 36.84%
B 130 of 285 ~ 45.61%

%17.54
%36.84
%45.61

CMYK color model

#326982 color CMYK value is (62,19,0,49).

  • cyan value is 61.54%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(62,19,0,49)
C62M19Y0K49 
(62%,19%,0%,49%)
(0.62/0.19/0.00/0.49)	

CMYK percentages

%61.54
%19.23
%0
%49.02

Codes

Color #326982 in popluar color models

326982
RGB50105130
HSL199°44.44%35.29%
HSB/HSV199°61.54%50.98%
CMYK61.54%19.23%0.00%
49.02%

Color #326982 in popluar number systems.

HEX326982
Decimal50105130
Binary110010110100110000010
Octal62151202

Shades and tints

Shades of #326982

#326982
(50,105,130)
#2E6077
(46,96,119)
#2A576C
(42,87,108)
#264E61
(38,78,97)
#224556
(34,69,86)
#1E3C4B
(30,60,75)
#1A3340
(26,51,64)
#162A35
(22,42,53)
#12212A
(18,33,42)
#0E181F
(14,24,31)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #326982

#326982
(50,105,130)
#44768D
(68,118,141)
#568398
(86,131,152)
#6890A3
(104,144,163)
#7A9DAE
(122,157,174)
#8CAAB9
(140,170,185)
#9EB7C4
(158,183,196)
#B0C4CF
(176,196,207)
#C2D1DA
(194,209,218)
#D4DEE5
(212,222,229)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326982 color. Also use rgb(50,105,130) instead hex code.

Text Font Color

.myTextColor { color: #326982; }

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

This text font color is #326982.


Background Color

.myBgColor { background-color: #326982; }

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

This div background color is #326982.


Border color

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

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

This div border color is #326982.


Opacity

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

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

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

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

This text has shadow with #326982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326982 on black background.


Color preview on white background

This text has color #326982 on white background.



Black color preview on #326982 background

This text has black color on #326982 background.


White color preview on #326982 background

This text has white color on #326982 background.