COLOR #325259

HEX: #325259
RGB: (50,82,89)

Color info

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

RGB color model

#325259 color RGB value is (50,82,89).

  • red value is 50;
  • green value is 82;
  • blue value is 89.
RGB: (50,82,89) (20%,32%,35%)

RGB channels and saturation

R 50 of 255 = 20%
G 82 of 255 = 32%
B 89 of 255 = 35%

50
82
89

R + G + B ~ 29%. #325259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 82 + 89 = 221 (100%)
R 50 of 221 ~ 22.62%
G 82 of 221 ~ 37.1%
B 89 of 221 ~ 40.27%

%22.62
%37.1
%40.27

CMYK color model

#325259 color CMYK value is (44,8,0,65).

  • cyan value is 43.82%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK: (44,8,0,65) C44M8Y0K65 (44%,8%,0%,65%) (0.44/0.08/0.00/0.65)

CMYK percentages

%43.82
%7.87
%0
%65.1

Codes

Color #325259 in popluar color models

325259
RGB508289
HSL191°28.06%27.25%
HSB/HSV191°43.82%34.90%
CMYK43.82%7.87%0.00%
65.10%

Color #325259 in popluar number systems.

HEX325259
Decimal508289
Binary11001010100101011001
Octal62122131

Shades and tints

Shades of #325259

#325259
(50,82,89)
#2E4B51
(46,75,81)
#2A4449
(42,68,73)
#263D41
(38,61,65)
#223639
(34,54,57)
#1E2F31
(30,47,49)
#1A2829
(26,40,41)
#162121
(22,33,33)
#121A19
(18,26,25)
#0E1311
(14,19,17)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #325259

#325259
(50,82,89)
#446168
(68,97,104)
#567077
(86,112,119)
#687F86
(104,127,134)
#7A8E95
(122,142,149)
#8C9DA4
(140,157,164)
#9EACB3
(158,172,179)
#B0BBC2
(176,187,194)
#C2CAD1
(194,202,209)
#D4D9E0
(212,217,224)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325259 color. Also use rgb(50,82,89) instead hex code.

Text Font Color

.myTextColor { color: #325259; }

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

This text font color is #325259.


Background Color

.myBgColor { background-color: #325259; }

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

This div background color is #325259.


Border color

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

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

This div border color is #325259.


Opacity

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

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

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

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

This text has shadow with #325259 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #325259 on black background.


Color preview on white background

This text has color #325259 on white background.



Black color preview on #325259 background

This text has black color on #325259 background.


White color preview on #325259 background

This text has white color on #325259 background.