COLOR #325669

HEX: #325669
RGB: (50,86,105)

Color info

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

RGB color model

#325669 color RGB value is (50,86,105).

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

RGB channels and saturation

R 50 of 255 = 20%
G 86 of 255 = 34%
B 105 of 255 = 41%

50
86
105

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

Portions of RGB colors in percentages

R + G + B =
50 + 86 + 105 = 241 (100%)
R 50 of 241 ~ 20.75%
G 86 of 241 ~ 35.68%
B 105 of 241 ~ 43.57%

%20.75
%35.68
%43.57

CMYK color model

#325669 color CMYK value is (52,18,0,59).

  • cyan value is 52.38%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(52,18,0,59)
C52M18Y0K59 
(52%,18%,0%,59%)
(0.52/0.18/0.00/0.59)	

CMYK percentages

%52.38
%18.1
%0
%58.82

Codes

Color #325669 in popluar color models

325669
RGB5086105
HSL201°35.48%30.39%
HSB/HSV201°52.38%41.18%
CMYK52.38%18.10%0.00%
58.82%

Color #325669 in popluar number systems.

HEX325669
Decimal5086105
Binary11001010101101101001
Octal62126151

Shades and tints

Shades of #325669

#325669
(50,86,105)
#2E4F60
(46,79,96)
#2A4857
(42,72,87)
#26414E
(38,65,78)
#223A45
(34,58,69)
#1E333C
(30,51,60)
#1A2C33
(26,44,51)
#16252A
(22,37,42)
#121E21
(18,30,33)
#0E1718
(14,23,24)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #325669

#325669
(50,86,105)
#446576
(68,101,118)
#567483
(86,116,131)
#688390
(104,131,144)
#7A929D
(122,146,157)
#8CA1AA
(140,161,170)
#9EB0B7
(158,176,183)
#B0BFC4
(176,191,196)
#C2CED1
(194,206,209)
#D4DDDE
(212,221,222)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325669; }

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

This text font color is #325669.


Background Color

.myBgColor { background-color: #325669; }

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

This div background color is #325669.


Border color

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

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

This div border color is #325669.


Opacity

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

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

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

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

This text has shadow with #325669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325669 on black background.


Color preview on white background

This text has color #325669 on white background.



Black color preview on #325669 background

This text has black color on #325669 background.


White color preview on #325669 background

This text has white color on #325669 background.