COLOR #326163

HEX: #326163
RGB: (50,97,99)

Color info

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

RGB color model

#326163 color RGB value is (50,97,99).

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

RGB channels and saturation

R 50 of 255 = 20%
G 97 of 255 = 38%
B 99 of 255 = 39%

50
97
99

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

Portions of RGB colors in percentages

R + G + B =
50 + 97 + 99 = 246 (100%)
R 50 of 246 ~ 20.33%
G 97 of 246 ~ 39.43%
B 99 of 246 ~ 40.24%

%20.33
%39.43
%40.24

CMYK color model

#326163 color CMYK value is (49,2,0,61).

  • cyan value is 49.49%
  • magenta value is 2.02%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(49,2,0,61)
C49M2Y0K61 
(49%,2%,0%,61%)
(0.49/0.02/0.00/0.61)	

CMYK percentages

%49.49
%2.02
%0
%61.18

Codes

Color #326163 in popluar color models

326163
RGB509799
HSL182°32.89%29.22%
HSB/HSV182°49.49%38.82%
CMYK49.49%2.02%0.00%
61.18%

Color #326163 in popluar number systems.

HEX326163
Decimal509799
Binary11001011000011100011
Octal62141143

Shades and tints

Shades of #326163

#326163
(50,97,99)
#2E595A
(46,89,90)
#2A5151
(42,81,81)
#264948
(38,73,72)
#22413F
(34,65,63)
#1E3936
(30,57,54)
#1A312D
(26,49,45)
#162924
(22,41,36)
#12211B
(18,33,27)
#0E1912
(14,25,18)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #326163

#326163
(50,97,99)
#446F71
(68,111,113)
#567D7F
(86,125,127)
#688B8D
(104,139,141)
#7A999B
(122,153,155)
#8CA7A9
(140,167,169)
#9EB5B7
(158,181,183)
#B0C3C5
(176,195,197)
#C2D1D3
(194,209,211)
#D4DFE1
(212,223,225)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326163 color. Also use rgb(50,97,99) instead hex code.

Text Font Color

.myTextColor { color: #326163; }

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

This text font color is #326163.


Background Color

.myBgColor { background-color: #326163; }

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

This div background color is #326163.


Border color

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

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

This div border color is #326163.


Opacity

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

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

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

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

This text has shadow with #326163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326163 on black background.


Color preview on white background

This text has color #326163 on white background.



Black color preview on #326163 background

This text has black color on #326163 background.


White color preview on #326163 background

This text has white color on #326163 background.