COLOR #325358

HEX: #325358
RGB: (50,83,88)

Color info

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

RGB color model

#325358 color RGB value is (50,83,88).

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

RGB channels and saturation

R 50 of 255 = 20%
G 83 of 255 = 33%
B 88 of 255 = 35%

50
83
88

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

Portions of RGB colors in percentages

R + G + B =
50 + 83 + 88 = 221 (100%)
R 50 of 221 ~ 22.62%
G 83 of 221 ~ 37.56%
B 88 of 221 ~ 39.82%

%22.62
%37.56
%39.82

CMYK color model

#325358 color CMYK value is (43,6,0,65).

  • cyan value is 43.18%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(43,6,0,65)
C43M6Y0K65 
(43%,6%,0%,65%)
(0.43/0.06/0.00/0.65)	

CMYK percentages

%43.18
%5.68
%0
%65.49

Codes

Color #325358 in popluar color models

325358
RGB508388
HSL188°27.54%27.06%
HSB/HSV188°43.18%34.51%
CMYK43.18%5.68%0.00%
65.49%

Color #325358 in popluar number systems.

HEX325358
Decimal508388
Binary11001010100111011000
Octal62123130

Shades and tints

Shades of #325358

#325358
(50,83,88)
#2E4C50
(46,76,80)
#2A4548
(42,69,72)
#263E40
(38,62,64)
#223738
(34,55,56)
#1E3030
(30,48,48)
#1A2928
(26,41,40)
#162220
(22,34,32)
#121B18
(18,27,24)
#0E1410
(14,20,16)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #325358

#325358
(50,83,88)
#446267
(68,98,103)
#567176
(86,113,118)
#688085
(104,128,133)
#7A8F94
(122,143,148)
#8C9EA3
(140,158,163)
#9EADB2
(158,173,178)
#B0BCC1
(176,188,193)
#C2CBD0
(194,203,208)
#D4DADF
(212,218,223)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325358; }

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

This text font color is #325358.


Background Color

.myBgColor { background-color: #325358; }

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

This div background color is #325358.


Border color

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

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

This div border color is #325358.


Opacity

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

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

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

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

This text has shadow with #325358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325358 on black background.


Color preview on white background

This text has color #325358 on white background.



Black color preview on #325358 background

This text has black color on #325358 background.


White color preview on #325358 background

This text has white color on #325358 background.