COLOR #325C58

HEX: #325C58 RGB: (50,92,88)

Color info

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

RGB color model

#325C58 color RGB value is (50,92,88).

RGB: (50,92,88) (20%, 36%, 35%)

RGB channels and saturation

R 50 of 255 = 20%
G 92 of 255 = 36%
B 88 of 255 = 35%

50
92
88

R + G + B ~ 30%. #325C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 92 + 88 = 230 (100%)
R 50 of 230 ~ 21.74%
G 92 of 230 ~ 40%
B 88 of 230 ~ 38.26'%

%21.74
%40
%38.26

CMYK color model

#325C58 color CMYK value is (46,0,4,64).

  • cyan value is 45.65%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 63.92%

CMYK: (46,0,4,64)
C46M0Y4K64 (46%, 0%, 4%, 64%)
(0.46 / 0.00 / 0.04 / 0.64)

CMYK percentages

%45.65
%0
%4.35
%63.92

Codes

Color #325C58 in popluar color models

32 5C 58
RGB 50 92 88
HSL 174° 29.58% 27.84%
HSB/HSV 174° 45.65% 36.08%
CMYK 45.65% 0.00% 4.35%
63.92%

Color #325C58 in popluar number systems.

HEX 32 5C 58
Decimal 50 92 88
Binary 110010 1011100 1011000
Octal 62 134 130

Shades and tints

Shades of #325C58

#325C58
(50,92,88)
#2E5450
(46,84,80)
#2A4C48
(42,76,72)
#264440
(38,68,64)
#223C38
(34,60,56)
#1E3430
(30,52,48)
#1A2C28
(26,44,40)
#162420
(22,36,32)
#121C18
(18,28,24)
#0E1410
(14,20,16)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #325C58

#325C58
(50,92,88)
#446A67
(68,106,103)
#567876
(86,120,118)
#688685
(104,134,133)
#7A9494
(122,148,148)
#8CA2A3
(140,162,163)
#9EB0B2
(158,176,178)
#B0BEC1
(176,190,193)
#C2CCD0
(194,204,208)
#D4DADF
(212,218,223)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325C58; }

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

This text font color is #325C58.

Background Color

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

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

This div background color is #325C58.

Border color

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

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

This div border color is #325C58.

Opacity

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

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

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

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

This text has shadow with #325C58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #325C58.

Preview

Color preview on black background

This text has color #325C58 on black background.


Color preview on white background

This text has color #325C58 on white background.


Black color preview on #325C58 background

This text has black color on #325C58 background.


White color preview on #325C58 background

This text has white color on #325C58 background.


Related colors

Complementary color

Complementary color for #hex is #CDA3A7.


I love getcolorcode.com

Triadic colors

1 #58325C and #5C5832 with #325C58 are triadic colors.

2 #585C32 and #5C3258 with #325C58 are triadic colors.