COLOR #325B66

HEX: #325B66
RGB: (50,91,102)

Color info

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

RGB color model

#325B66 color RGB value is (50,91,102).

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

RGB channels and saturation

R 50 of 255 = 20%
G 91 of 255 = 36%
B 102 of 255 = 40%

50
91
102

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

Portions of RGB colors in percentages

R + G + B =
50 + 91 + 102 = 243 (100%)
R 50 of 243 ~ 20.58%
G 91 of 243 ~ 37.45%
B 102 of 243 ~ 41.98%

%20.58
%37.45
%41.98

CMYK color model

#325B66 color CMYK value is (51,11,0,60).

  • cyan value is 50.98%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(51,11,0,60)
C51M11Y0K60 
(51%,11%,0%,60%)
(0.51/0.11/0.00/0.60)	

CMYK percentages

%50.98
%10.78
%0
%60

Codes

Color #325B66 in popluar color models

325B66
RGB5091102
HSL193°34.21%29.80%
HSB/HSV193°50.98%40.00%
CMYK50.98%10.78%0.00%
60.00%

Color #325B66 in popluar number systems.

HEX325B66
Decimal5091102
Binary11001010110111100110
Octal62133146

Shades and tints

Shades of #325B66

#325B66
(50,91,102)
#2E535D
(46,83,93)
#2A4B54
(42,75,84)
#26434B
(38,67,75)
#223B42
(34,59,66)
#1E3339
(30,51,57)
#1A2B30
(26,43,48)
#162327
(22,35,39)
#121B1E
(18,27,30)
#0E1315
(14,19,21)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #325B66

#325B66
(50,91,102)
#446973
(68,105,115)
#567780
(86,119,128)
#68858D
(104,133,141)
#7A939A
(122,147,154)
#8CA1A7
(140,161,167)
#9EAFB4
(158,175,180)
#B0BDC1
(176,189,193)
#C2CBCE
(194,203,206)
#D4D9DB
(212,217,219)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325B66; }

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

This text font color is #325B66.


Background Color

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

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

This div background color is #325B66.


Border color

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

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

This div border color is #325B66.


Opacity

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

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

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

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

This text has shadow with #325B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325B66 on black background.


Color preview on white background

This text has color #325B66 on white background.



Black color preview on #325B66 background

This text has black color on #325B66 background.


White color preview on #325B66 background

This text has white color on #325B66 background.