COLOR #326771

HEX: #326771
RGB: (50,103,113)

Color info

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

RGB color model

#326771 color RGB value is (50,103,113).

  • red value is 50;
  • green value is 103;
  • blue value is 113.
RGB:
(50,103,113)
(20%,40%,44%)

RGB channels and saturation

R 50 of 255 = 20%
G 103 of 255 = 40%
B 113 of 255 = 44%

50
103
113

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

Portions of RGB colors in percentages

R + G + B =
50 + 103 + 113 = 266 (100%)
R 50 of 266 ~ 18.8%
G 103 of 266 ~ 38.72%
B 113 of 266 ~ 42.48%

%18.8
%38.72
%42.48

CMYK color model

#326771 color CMYK value is (56,9,0,56).

  • cyan value is 55.75%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(56,9,0,56)
C56M9Y0K56 
(56%,9%,0%,56%)
(0.56/0.09/0.00/0.56)	

CMYK percentages

%55.75
%8.85
%0
%55.69

Codes

Color #326771 in popluar color models

326771
RGB50103113
HSL190°38.65%31.96%
HSB/HSV190°55.75%44.31%
CMYK55.75%8.85%0.00%
55.69%

Color #326771 in popluar number systems.

HEX326771
Decimal50103113
Binary11001011001111110001
Octal62147161

Shades and tints

Shades of #326771

#326771
(50,103,113)
#2E5E67
(46,94,103)
#2A555D
(42,85,93)
#264C53
(38,76,83)
#224349
(34,67,73)
#1E3A3F
(30,58,63)
#1A3135
(26,49,53)
#16282B
(22,40,43)
#121F21
(18,31,33)
#0E1617
(14,22,23)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #326771

#326771
(50,103,113)
#44747D
(68,116,125)
#568189
(86,129,137)
#688E95
(104,142,149)
#7A9BA1
(122,155,161)
#8CA8AD
(140,168,173)
#9EB5B9
(158,181,185)
#B0C2C5
(176,194,197)
#C2CFD1
(194,207,209)
#D4DCDD
(212,220,221)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326771 color. Also use rgb(50,103,113) instead hex code.

Text Font Color

.myTextColor { color: #326771; }

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

This text font color is #326771.


Background Color

.myBgColor { background-color: #326771; }

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

This div background color is #326771.


Border color

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

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

This div border color is #326771.


Opacity

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

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

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

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

This text has shadow with #326771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326771 on black background.


Color preview on white background

This text has color #326771 on white background.



Black color preview on #326771 background

This text has black color on #326771 background.


White color preview on #326771 background

This text has white color on #326771 background.