COLOR #325C6D

HEX: #325C6D RGB: (50,92,109)

Color info

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

RGB color model

#325C6D color RGB value is (50,92,109).

RGB: (50,92,109) (20%, 36%, 43%)

RGB channels and saturation

R 50 of 255 = 20%
G 92 of 255 = 36%
B 109 of 255 = 43%

50
92
109

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

Portions of RGB colors in percentages

R + G + B = 50 + 92 + 109 = 251 (100%)
R 50 of 251 ~ 19.92%
G 92 of 251 ~ 36.65%
B 109 of 251 ~ 43.43'%

%19.92
%36.65
%43.43

CMYK color model

#325C6D color CMYK value is (54,16,0,57).

  • cyan value is 54.13%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (54,16,0,57)
C54M16Y0K57 (54%, 16%, 0%, 57%)
(0.54 / 0.16 / 0.00 / 0.57)

CMYK percentages

%54.13
%15.6
%0
%57.25

Codes

Color #325C6D in popluar color models

32 5C 6D
RGB 50 92 109
HSL 197° 37.11% 31.18%
HSB/HSV 197° 54.13% 42.75%
CMYK 54.13% 15.60% 0.00%
57.25%

Color #325C6D in popluar number systems.

HEX 32 5C 6D
Decimal 50 92 109
Binary 110010 1011100 1101101
Octal 62 134 155

Shades and tints

Shades of #325C6D

#325C6D
(50,92,109)
#2E5464
(46,84,100)
#2A4C5B
(42,76,91)
#264452
(38,68,82)
#223C49
(34,60,73)
#1E3440
(30,52,64)
#1A2C37
(26,44,55)
#16242E
(22,36,46)
#121C25
(18,28,37)
#0E141C
(14,20,28)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #325C6D

#325C6D
(50,92,109)
#446A7A
(68,106,122)
#567887
(86,120,135)
#688694
(104,134,148)
#7A94A1
(122,148,161)
#8CA2AE
(140,162,174)
#9EB0BB
(158,176,187)
#B0BEC8
(176,190,200)
#C2CCD5
(194,204,213)
#D4DAE2
(212,218,226)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325C6D; }

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

This text font color is #325C6D.

Background Color

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

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

This div background color is #325C6D.

Border color

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

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

This div border color is #325C6D.

Opacity

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

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

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

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

This text has shadow with #325C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #325C6D.

Preview

Color preview on black background

This text has color #325C6D on black background.


Color preview on white background

This text has color #325C6D on white background.


Black color preview on #325C6D background

This text has black color on #325C6D background.


White color preview on #325C6D background

This text has white color on #325C6D background.


Related colors

Complementary color

Complementary color for #hex is #CDA392.


I love getcolorcode.com

Triadic colors

1 #6D325C and #5C6D32 with #325C6D are triadic colors.

2 #6D5C32 and #5C326D with #325C6D are triadic colors.