COLOR #325868

HEX: #325868
RGB: (50,88,104)

Color info

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

RGB color model

#325868 color RGB value is (50,88,104).

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

RGB channels and saturation

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

50
88
104

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

Portions of RGB colors in percentages

R + G + B =
50 + 88 + 104 = 242 (100%)
R 50 of 242 ~ 20.66%
G 88 of 242 ~ 36.36%
B 104 of 242 ~ 42.98%

%20.66
%36.36
%42.98

CMYK color model

#325868 color CMYK value is (52,15,0,59).

  • cyan value is 51.92%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(52,15,0,59)
C52M15Y0K59 
(52%,15%,0%,59%)
(0.52/0.15/0.00/0.59)	

CMYK percentages

%51.92
%15.38
%0
%59.22

Codes

Color #325868 in popluar color models

325868
RGB5088104
HSL198°35.06%30.20%
HSB/HSV198°51.92%40.78%
CMYK51.92%15.38%0.00%
59.22%

Color #325868 in popluar number systems.

HEX325868
Decimal5088104
Binary11001010110001101000
Octal62130150

Shades and tints

Shades of #325868

#325868
(50,88,104)
#2E505F
(46,80,95)
#2A4856
(42,72,86)
#26404D
(38,64,77)
#223844
(34,56,68)
#1E303B
(30,48,59)
#1A2832
(26,40,50)
#162029
(22,32,41)
#121820
(18,24,32)
#0E1017
(14,16,23)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #325868

#325868
(50,88,104)
#446775
(68,103,117)
#567682
(86,118,130)
#68858F
(104,133,143)
#7A949C
(122,148,156)
#8CA3A9
(140,163,169)
#9EB2B6
(158,178,182)
#B0C1C3
(176,193,195)
#C2D0D0
(194,208,208)
#D4DFDD
(212,223,221)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325868; }

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

This text font color is #325868.


Background Color

.myBgColor { background-color: #325868; }

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

This div background color is #325868.


Border color

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

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

This div border color is #325868.


Opacity

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

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

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

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

This text has shadow with #325868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325868 on black background.


Color preview on white background

This text has color #325868 on white background.



Black color preview on #325868 background

This text has black color on #325868 background.


White color preview on #325868 background

This text has white color on #325868 background.