COLOR #325A60

HEX: #325A60 RGB: (50,90,96)

Color info

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

RGB color model

#325A60 color RGB value is (50,90,96).

RGB: (50,90,96) (20%, 35%, 38%)

RGB channels and saturation

R 50 of 255 = 20%
G 90 of 255 = 35%
B 96 of 255 = 38%

50
90
96

R + G + B ~ 31%. #325A60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 90 + 96 = 236 (100%)
R 50 of 236 ~ 21.19%
G 90 of 236 ~ 38.14%
B 96 of 236 ~ 40.68'%

%21.19
%38.14
%40.68

CMYK color model

#325A60 color CMYK value is (48,6,0,62).

  • cyan value is 47.92%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (48,6,0,62)
C48M6Y0K62 (48%, 6%, 0%, 62%)
(0.48 / 0.06 / 0.00 / 0.62)

CMYK percentages

%47.92
%6.25
%0
%62.35

Codes

Color #325A60 in popluar color models

32 5A 60
RGB 50 90 96
HSL 188° 31.51% 28.63%
HSB/HSV 188° 47.92% 37.65%
CMYK 47.92% 6.25% 0.00%
62.35%

Color #325A60 in popluar number systems.

HEX 32 5A 60
Decimal 50 90 96
Binary 110010 1011010 1100000
Octal 62 132 140

Shades and tints

Shades of #325A60

#325A60
(50,90,96)
#2E5258
(46,82,88)
#2A4A50
(42,74,80)
#264248
(38,66,72)
#223A40
(34,58,64)
#1E3238
(30,50,56)
#1A2A30
(26,42,48)
#162228
(22,34,40)
#121A20
(18,26,32)
#0E1218
(14,18,24)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #325A60

#325A60
(50,90,96)
#44696E
(68,105,110)
#56787C
(86,120,124)
#68878A
(104,135,138)
#7A9698
(122,150,152)
#8CA5A6
(140,165,166)
#9EB4B4
(158,180,180)
#B0C3C2
(176,195,194)
#C2D2D0
(194,210,208)
#D4E1DE
(212,225,222)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325A60 color. Also use rgb(50,90,96) instead hex code.

Text Font Color

.myTextColor { color: #325A60; }

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

This text font color is #325A60.

Background Color

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

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

This div background color is #325A60.

Border color

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

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

This div border color is #325A60.

Opacity

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

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

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

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

This text has shadow with #325A60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #325A60.

Preview

Color preview on black background

This text has color #325A60 on black background.


Color preview on white background

This text has color #325A60 on white background.


Black color preview on #325A60 background

This text has black color on #325A60 background.


White color preview on #325A60 background

This text has white color on #325A60 background.


Related colors

Complementary color

Complementary color for #hex is #CDA59F.


I love getcolorcode.com

Triadic colors

1 #60325A and #5A6032 with #325A60 are triadic colors.

2 #605A32 and #5A3260 with #325A60 are triadic colors.