COLOR #326A65

HEX: #326A65 RGB: (50,106,101)

Color info

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

RGB color model

#326A65 color RGB value is (50,106,101).

RGB: (50,106,101) (20%, 42%, 40%)

RGB channels and saturation

R 50 of 255 = 20%
G 106 of 255 = 42%
B 101 of 255 = 40%

50
106
101

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

Portions of RGB colors in percentages

R + G + B = 50 + 106 + 101 = 257 (100%)
R 50 of 257 ~ 19.46%
G 106 of 257 ~ 41.25%
B 101 of 257 ~ 39.3'%

%19.46
%41.25
%39.3

CMYK color model

#326A65 color CMYK value is (53,0,5,58).

  • cyan value is 52.83%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 58.43%

CMYK: (53,0,5,58)
C53M0Y5K58 (53%, 0%, 5%, 58%)
(0.53 / 0.00 / 0.05 / 0.58)

CMYK percentages

%52.83
%0
%4.72
%58.43

Codes

Color #326A65 in popluar color models

32 6A 65
RGB 50 106 101
HSL 175° 35.90% 30.59%
HSB/HSV 175° 52.83% 41.57%
CMYK 52.83% 0.00% 4.72%
58.43%

Color #326A65 in popluar number systems.

HEX 32 6A 65
Decimal 50 106 101
Binary 110010 1101010 1100101
Octal 62 152 145

Shades and tints

Shades of #326A65

#326A65
(50,106,101)
#2E615C
(46,97,92)
#2A5853
(42,88,83)
#264F4A
(38,79,74)
#224641
(34,70,65)
#1E3D38
(30,61,56)
#1A342F
(26,52,47)
#162B26
(22,43,38)
#12221D
(18,34,29)
#0E1914
(14,25,20)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #326A65

#326A65
(50,106,101)
#447773
(68,119,115)
#568481
(86,132,129)
#68918F
(104,145,143)
#7A9E9D
(122,158,157)
#8CABAB
(140,171,171)
#9EB8B9
(158,184,185)
#B0C5C7
(176,197,199)
#C2D2D5
(194,210,213)
#D4DFE3
(212,223,227)
#E6ECF1
(230,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326A65 color. Also use rgb(50,106,101) instead hex code.

Text Font Color

.myTextColor { color: #326A65; }

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

This text font color is #326A65.

Background Color

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

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

This div background color is #326A65.

Border color

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

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

This div border color is #326A65.

Opacity

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

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

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

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

This text has shadow with #326A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #326A65.

Preview

Color preview on black background

This text has color #326A65 on black background.


Color preview on white background

This text has color #326A65 on white background.


Black color preview on #326A65 background

This text has black color on #326A65 background.


White color preview on #326A65 background

This text has white color on #326A65 background.


Related colors

Complementary color

Complementary color for #hex is #CD959A.


I love getcolorcode.com

Triadic colors

1 #65326A and #6A6532 with #326A65 are triadic colors.

2 #656A32 and #6A3265 with #326A65 are triadic colors.