COLOR #325D69

HEX: #325D69
RGB: (50,93,105)

Color info

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

RGB color model

#325D69 color RGB value is (50,93,105).

  • red value is 50;
  • green value is 93;
  • blue value is 105.
RGB:
(50,93,105)
(20%,36%,41%)

RGB channels and saturation

R 50 of 255 = 20%
G 93 of 255 = 36%
B 105 of 255 = 41%

50
93
105

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

Portions of RGB colors in percentages

R + G + B =
50 + 93 + 105 = 248 (100%)
R 50 of 248 ~ 20.16%
G 93 of 248 ~ 37.5%
B 105 of 248 ~ 42.34%

%20.16
%37.5
%42.34

CMYK color model

#325D69 color CMYK value is (52,11,0,59).

  • cyan value is 52.38%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(52,11,0,59)
C52M11Y0K59 
(52%,11%,0%,59%)
(0.52/0.11/0.00/0.59)	

CMYK percentages

%52.38
%11.43
%0
%58.82

Codes

Color #325D69 in popluar color models

325D69
RGB5093105
HSL193°35.48%30.39%
HSB/HSV193°52.38%41.18%
CMYK52.38%11.43%0.00%
58.82%

Color #325D69 in popluar number systems.

HEX325D69
Decimal5093105
Binary11001010111011101001
Octal62135151

Shades and tints

Shades of #325D69

#325D69
(50,93,105)
#2E5560
(46,85,96)
#2A4D57
(42,77,87)
#26454E
(38,69,78)
#223D45
(34,61,69)
#1E353C
(30,53,60)
#1A2D33
(26,45,51)
#16252A
(22,37,42)
#121D21
(18,29,33)
#0E1518
(14,21,24)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #325D69

#325D69
(50,93,105)
#446B76
(68,107,118)
#567983
(86,121,131)
#688790
(104,135,144)
#7A959D
(122,149,157)
#8CA3AA
(140,163,170)
#9EB1B7
(158,177,183)
#B0BFC4
(176,191,196)
#C2CDD1
(194,205,209)
#D4DBDE
(212,219,222)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325D69 color. Also use rgb(50,93,105) instead hex code.

Text Font Color

.myTextColor { color: #325D69; }

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

This text font color is #325D69.


Background Color

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

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

This div background color is #325D69.


Border color

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

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

This div border color is #325D69.


Opacity

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

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

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

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

This text has shadow with #325D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325D69 on black background.


Color preview on white background

This text has color #325D69 on white background.



Black color preview on #325D69 background

This text has black color on #325D69 background.


White color preview on #325D69 background

This text has white color on #325D69 background.