COLOR #325869

HEX: #325869
RGB: (50,88,105)

Color info

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

RGB color model

#325869 color RGB value is (50,88,105).

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

RGB channels and saturation

R 50 of 255 = 20%
G 88 of 255 = 35%
B 105 of 255 = 41%

50
88
105

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

Portions of RGB colors in percentages

R + G + B =
50 + 88 + 105 = 243 (100%)
R 50 of 243 ~ 20.58%
G 88 of 243 ~ 36.21%
B 105 of 243 ~ 43.21%

%20.58
%36.21
%43.21

CMYK color model

#325869 color CMYK value is (52,16,0,59).

  • cyan value is 52.38%
  • magenta value is 16.19%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(52,16,0,59)
C52M16Y0K59 
(52%,16%,0%,59%)
(0.52/0.16/0.00/0.59)	

CMYK percentages

%52.38
%16.19
%0
%58.82

Codes

Color #325869 in popluar color models

325869
RGB5088105
HSL199°35.48%30.39%
HSB/HSV199°52.38%41.18%
CMYK52.38%16.19%0.00%
58.82%

Color #325869 in popluar number systems.

HEX325869
Decimal5088105
Binary11001010110001101001
Octal62130151

Shades and tints

Shades of #325869

#325869
(50,88,105)
#2E5060
(46,80,96)
#2A4857
(42,72,87)
#26404E
(38,64,78)
#223845
(34,56,69)
#1E303C
(30,48,60)
#1A2833
(26,40,51)
#16202A
(22,32,42)
#121821
(18,24,33)
#0E1018
(14,16,24)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #325869

#325869
(50,88,105)
#446776
(68,103,118)
#567683
(86,118,131)
#688590
(104,133,144)
#7A949D
(122,148,157)
#8CA3AA
(140,163,170)
#9EB2B7
(158,178,183)
#B0C1C4
(176,193,196)
#C2D0D1
(194,208,209)
#D4DFDE
(212,223,222)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325869; }

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

This text font color is #325869.


Background Color

.myBgColor { background-color: #325869; }

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

This div background color is #325869.


Border color

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

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

This div border color is #325869.


Opacity

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

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

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

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

This text has shadow with #325869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325869 on black background.


Color preview on white background

This text has color #325869 on white background.



Black color preview on #325869 background

This text has black color on #325869 background.


White color preview on #325869 background

This text has white color on #325869 background.