COLOR #326B6F

HEX: #326B6F
RGB: (50,107,111)

Color info

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

RGB color model

#326B6F color RGB value is (50,107,111).

  • red value is 50;
  • green value is 107;
  • blue value is 111.
RGB:
(50,107,111)
(20%,42%,44%)

RGB channels and saturation

R 50 of 255 = 20%
G 107 of 255 = 42%
B 111 of 255 = 44%

50
107
111

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

Portions of RGB colors in percentages

R + G + B =
50 + 107 + 111 = 268 (100%)
R 50 of 268 ~ 18.66%
G 107 of 268 ~ 39.93%
B 111 of 268 ~ 41.42%

%18.66
%39.93
%41.42

CMYK color model

#326B6F color CMYK value is (55,4,0,56).

  • cyan value is 54.95%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(55,4,0,56)
C55M4Y0K56 
(55%,4%,0%,56%)
(0.55/0.04/0.00/0.56)	

CMYK percentages

%54.95
%3.6
%0
%56.47

Codes

Color #326B6F in popluar color models

326B6F
RGB50107111
HSL184°37.89%31.57%
HSB/HSV184°54.95%43.53%
CMYK54.95%3.60%0.00%
56.47%

Color #326B6F in popluar number systems.

HEX326B6F
Decimal50107111
Binary11001011010111101111
Octal62153157

Shades and tints

Shades of #326B6F

#326B6F
(50,107,111)
#2E6265
(46,98,101)
#2A595B
(42,89,91)
#265051
(38,80,81)
#224747
(34,71,71)
#1E3E3D
(30,62,61)
#1A3533
(26,53,51)
#162C29
(22,44,41)
#12231F
(18,35,31)
#0E1A15
(14,26,21)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #326B6F

#326B6F
(50,107,111)
#44787C
(68,120,124)
#568589
(86,133,137)
#689296
(104,146,150)
#7A9FA3
(122,159,163)
#8CACB0
(140,172,176)
#9EB9BD
(158,185,189)
#B0C6CA
(176,198,202)
#C2D3D7
(194,211,215)
#D4E0E4
(212,224,228)
#E6EDF1
(230,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326B6F color. Also use rgb(50,107,111) instead hex code.

Text Font Color

.myTextColor { color: #326B6F; }

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

This text font color is #326B6F.


Background Color

.myBgColor { background-color: #326B6F; }

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

This div background color is #326B6F.


Border color

.myBorderColor { border: 1px solid #326B6F; }

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

This div border color is #326B6F.


Opacity

.myOpacity80 { color: #326B6F; opacity: 0.8; }

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

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

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

This text has shadow with #326B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326B6F on black background.


Color preview on white background

This text has color #326B6F on white background.



Black color preview on #326B6F background

This text has black color on #326B6F background.


White color preview on #326B6F background

This text has white color on #326B6F background.