COLOR #326469

HEX: #326469
RGB: (50,100,105)

Color info

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

RGB color model

#326469 color RGB value is (50,100,105).

  • red value is 50;
  • green value is 100;
  • blue value is 105.
RGB:
(50,100,105)
(20%,39%,41%)

RGB channels and saturation

R 50 of 255 = 20%
G 100 of 255 = 39%
B 105 of 255 = 41%

50
100
105

R + G + B ~ 33%. #326469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 100 + 105 = 255 (100%)
R 50 of 255 ~ 19.61%
G 100 of 255 ~ 39.22%
B 105 of 255 ~ 41.18%

%19.61
%39.22
%41.18

CMYK color model

#326469 color CMYK value is (52,5,0,59).

  • cyan value is 52.38%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(52,5,0,59)
C52M5Y0K59 
(52%,5%,0%,59%)
(0.52/0.05/0.00/0.59)	

CMYK percentages

%52.38
%4.76
%0
%58.82

Codes

Color #326469 in popluar color models

326469
RGB50100105
HSL185°35.48%30.39%
HSB/HSV185°52.38%41.18%
CMYK52.38%4.76%0.00%
58.82%

Color #326469 in popluar number systems.

HEX326469
Decimal50100105
Binary11001011001001101001
Octal62144151

Shades and tints

Shades of #326469

#326469
(50,100,105)
#2E5B60
(46,91,96)
#2A5257
(42,82,87)
#26494E
(38,73,78)
#224045
(34,64,69)
#1E373C
(30,55,60)
#1A2E33
(26,46,51)
#16252A
(22,37,42)
#121C21
(18,28,33)
#0E1318
(14,19,24)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #326469

#326469
(50,100,105)
#447276
(68,114,118)
#568083
(86,128,131)
#688E90
(104,142,144)
#7A9C9D
(122,156,157)
#8CAAAA
(140,170,170)
#9EB8B7
(158,184,183)
#B0C6C4
(176,198,196)
#C2D4D1
(194,212,209)
#D4E2DE
(212,226,222)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326469 color. Also use rgb(50,100,105) instead hex code.

Text Font Color

.myTextColor { color: #326469; }

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

This text font color is #326469.


Background Color

.myBgColor { background-color: #326469; }

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

This div background color is #326469.


Border color

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

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

This div border color is #326469.


Opacity

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

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

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

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

This text has shadow with #326469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326469 on black background.


Color preview on white background

This text has color #326469 on white background.



Black color preview on #326469 background

This text has black color on #326469 background.


White color preview on #326469 background

This text has white color on #326469 background.