COLOR #325763

HEX: #325763
RGB: (50,87,99)

Color info

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

RGB color model

#325763 color RGB value is (50,87,99).

  • red value is 50;
  • green value is 87;
  • blue value is 99.
RGB:
(50,87,99)
(20%,34%,39%)

RGB channels and saturation

R 50 of 255 = 20%
G 87 of 255 = 34%
B 99 of 255 = 39%

50
87
99

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

Portions of RGB colors in percentages

R + G + B =
50 + 87 + 99 = 236 (100%)
R 50 of 236 ~ 21.19%
G 87 of 236 ~ 36.86%
B 99 of 236 ~ 41.95%

%21.19
%36.86
%41.95

CMYK color model

#325763 color CMYK value is (49,12,0,61).

  • cyan value is 49.49%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(49,12,0,61)
C49M12Y0K61 
(49%,12%,0%,61%)
(0.49/0.12/0.00/0.61)	

CMYK percentages

%49.49
%12.12
%0
%61.18

Codes

Color #325763 in popluar color models

325763
RGB508799
HSL195°32.89%29.22%
HSB/HSV195°49.49%38.82%
CMYK49.49%12.12%0.00%
61.18%

Color #325763 in popluar number systems.

HEX325763
Decimal508799
Binary11001010101111100011
Octal62127143

Shades and tints

Shades of #325763

#325763
(50,87,99)
#2E505A
(46,80,90)
#2A4951
(42,73,81)
#264248
(38,66,72)
#223B3F
(34,59,63)
#1E3436
(30,52,54)
#1A2D2D
(26,45,45)
#162624
(22,38,36)
#121F1B
(18,31,27)
#0E1812
(14,24,18)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #325763

#325763
(50,87,99)
#446671
(68,102,113)
#56757F
(86,117,127)
#68848D
(104,132,141)
#7A939B
(122,147,155)
#8CA2A9
(140,162,169)
#9EB1B7
(158,177,183)
#B0C0C5
(176,192,197)
#C2CFD3
(194,207,211)
#D4DEE1
(212,222,225)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325763 color. Also use rgb(50,87,99) instead hex code.

Text Font Color

.myTextColor { color: #325763; }

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

This text font color is #325763.


Background Color

.myBgColor { background-color: #325763; }

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

This div background color is #325763.


Border color

.myBorderColor { border: 1px solid #325763; }

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

This div border color is #325763.


Opacity

.myOpacity80 { color: #325763; opacity: 0.8; }

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

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

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

This text has shadow with #325763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325763 on black background.


Color preview on white background

This text has color #325763 on white background.



Black color preview on #325763 background

This text has black color on #325763 background.


White color preview on #325763 background

This text has white color on #325763 background.