COLOR #326064

HEX: #326064
RGB: (50,96,100)

Color info

#326064 contains red, green and blue colors in about the same proportion. Web safe color of #326064 is #336666 (or #366).

RGB color model

#326064 color RGB value is (50,96,100).

  • red value is 50;
  • green value is 96;
  • blue value is 100.
RGB:
(50,96,100)
(20%,38%,39%)

RGB channels and saturation

R 50 of 255 = 20%
G 96 of 255 = 38%
B 100 of 255 = 39%

50
96
100

R + G + B ~ 32%. #326064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 96 + 100 = 246 (100%)
R 50 of 246 ~ 20.33%
G 96 of 246 ~ 39.02%
B 100 of 246 ~ 40.65%

%20.33
%39.02
%40.65

CMYK color model

#326064 color CMYK value is (50,4,0,61).

  • cyan value is 50.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(50,4,0,61)
C50M4Y0K61 
(50%,4%,0%,61%)
(0.50/0.04/0.00/0.61)	

CMYK percentages

%50
%4
%0
%60.78

Codes

Color #326064 in popluar color models

326064
RGB5096100
HSL185°33.33%29.41%
HSB/HSV185°50.00%39.22%
CMYK50.00%4.00%0.00%
60.78%

Color #326064 in popluar number systems.

HEX326064
Decimal5096100
Binary11001011000001100100
Octal62140144

Shades and tints

Shades of #326064

#326064
(50,96,100)
#2E585B
(46,88,91)
#2A5052
(42,80,82)
#264849
(38,72,73)
#224040
(34,64,64)
#1E3837
(30,56,55)
#1A302E
(26,48,46)
#162825
(22,40,37)
#12201C
(18,32,28)
#0E1813
(14,24,19)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #326064

#326064
(50,96,100)
#446E72
(68,110,114)
#567C80
(86,124,128)
#688A8E
(104,138,142)
#7A989C
(122,152,156)
#8CA6AA
(140,166,170)
#9EB4B8
(158,180,184)
#B0C2C6
(176,194,198)
#C2D0D4
(194,208,212)
#D4DEE2
(212,222,226)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326064 color. Also use rgb(50,96,100) instead hex code.

Text Font Color

.myTextColor { color: #326064; }

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

This text font color is #326064.


Background Color

.myBgColor { background-color: #326064; }

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

This div background color is #326064.


Border color

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

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

This div border color is #326064.


Opacity

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

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

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

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

This text has shadow with #326064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326064 on black background.


Color preview on white background

This text has color #326064 on white background.



Black color preview on #326064 background

This text has black color on #326064 background.


White color preview on #326064 background

This text has white color on #326064 background.