COLOR #326E66

HEX: #326E66
RGB: (50,110,102)

Color info

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

RGB color model

#326E66 color RGB value is (50,110,102).

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

RGB channels and saturation

R 50 of 255 = 20%
G 110 of 255 = 43%
B 102 of 255 = 40%

50
110
102

R + G + B ~ 34%. #326E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 110 + 102 = 262 (100%)
R 50 of 262 ~ 19.08%
G 110 of 262 ~ 41.98%
B 102 of 262 ~ 38.93%

%19.08
%41.98
%38.93

CMYK color model

#326E66 color CMYK value is (55,0,7,57).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 56.86%
CMYK:
(55,0,7,57)
C55M0Y7K57 
(55%,0%,7%,57%)
(0.55/0.00/0.07/0.57)	

CMYK percentages

%54.55
%0
%7.27
%56.86

Codes

Color #326E66 in popluar color models

326E66
RGB50110102
HSL172°37.50%31.37%
HSB/HSV172°54.55%43.14%
CMYK54.55%0.00%7.27%
56.86%

Color #326E66 in popluar number systems.

HEX326E66
Decimal50110102
Binary11001011011101100110
Octal62156146

Shades and tints

Shades of #326E66

#326E66
(50,110,102)
#2E645D
(46,100,93)
#2A5A54
(42,90,84)
#26504B
(38,80,75)
#224642
(34,70,66)
#1E3C39
(30,60,57)
#1A3230
(26,50,48)
#162827
(22,40,39)
#121E1E
(18,30,30)
#0E1415
(14,20,21)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #326E66

#326E66
(50,110,102)
#447B73
(68,123,115)
#568880
(86,136,128)
#68958D
(104,149,141)
#7AA29A
(122,162,154)
#8CAFA7
(140,175,167)
#9EBCB4
(158,188,180)
#B0C9C1
(176,201,193)
#C2D6CE
(194,214,206)
#D4E3DB
(212,227,219)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #326E66; }

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

This text font color is #326E66.


Background Color

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

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

This div background color is #326E66.


Border color

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

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

This div border color is #326E66.


Opacity

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

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

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

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

This text has shadow with #326E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326E66 on black background.


Color preview on white background

This text has color #326E66 on white background.



Black color preview on #326E66 background

This text has black color on #326E66 background.


White color preview on #326E66 background

This text has white color on #326E66 background.