COLOR #325B6F

HEX: #325B6F
RGB: (50,91,111)

Color info

#325B6F contains mainly green and blue colors. Web safe color of #325B6F is #336666 (or #366).

RGB color model

#325B6F color RGB value is (50,91,111).

  • red value is 50;
  • green value is 91;
  • blue value is 111.
RGB:
(50,91,111)
(20%,36%,44%)

RGB channels and saturation

R 50 of 255 = 20%
G 91 of 255 = 36%
B 111 of 255 = 44%

50
91
111

R + G + B ~ 33%. #325B6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 91 + 111 = 252 (100%)
R 50 of 252 ~ 19.84%
G 91 of 252 ~ 36.11%
B 111 of 252 ~ 44.05%

%19.84
%36.11
%44.05

CMYK color model

#325B6F color CMYK value is (55,18,0,56).

  • cyan value is 54.95%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(55,18,0,56)
C55M18Y0K56 
(55%,18%,0%,56%)
(0.55/0.18/0.00/0.56)	

CMYK percentages

%54.95
%18.02
%0
%56.47

Codes

Color #325B6F in popluar color models

325B6F
RGB5091111
HSL200°37.89%31.57%
HSB/HSV200°54.95%43.53%
CMYK54.95%18.02%0.00%
56.47%

Color #325B6F in popluar number systems.

HEX325B6F
Decimal5091111
Binary11001010110111101111
Octal62133157

Shades and tints

Shades of #325B6F

#325B6F
(50,91,111)
#2E5365
(46,83,101)
#2A4B5B
(42,75,91)
#264351
(38,67,81)
#223B47
(34,59,71)
#1E333D
(30,51,61)
#1A2B33
(26,43,51)
#162329
(22,35,41)
#121B1F
(18,27,31)
#0E1315
(14,19,21)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #325B6F

#325B6F
(50,91,111)
#44697C
(68,105,124)
#567789
(86,119,137)
#688596
(104,133,150)
#7A93A3
(122,147,163)
#8CA1B0
(140,161,176)
#9EAFBD
(158,175,189)
#B0BDCA
(176,189,202)
#C2CBD7
(194,203,215)
#D4D9E4
(212,217,228)
#E6E7F1
(230,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325B6F color. Also use rgb(50,91,111) instead hex code.

Text Font Color

.myTextColor { color: #325B6F; }

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

This text font color is #325B6F.


Background Color

.myBgColor { background-color: #325B6F; }

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

This div background color is #325B6F.


Border color

.myBorderColor { border: 1px solid #325B6F; }

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

This div border color is #325B6F.


Opacity

.myOpacity80 { color: #325B6F; opacity: 0.8; }

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

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

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

This text has shadow with #325B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325B6F on black background.


Color preview on white background

This text has color #325B6F on white background.



Black color preview on #325B6F background

This text has black color on #325B6F background.


White color preview on #325B6F background

This text has white color on #325B6F background.