COLOR #324960

HEX: #324960
RGB: (50,73,96)

Color info

#324960 contains red, green and blue colors in about the same proportion. Web safe color of #324960 is #333366 (or #336).

RGB color model

#324960 color RGB value is (50,73,96).

  • red value is 50;
  • green value is 73;
  • blue value is 96.
RGB:
(50,73,96)
(20%,29%,38%)

RGB channels and saturation

R 50 of 255 = 20%
G 73 of 255 = 29%
B 96 of 255 = 38%

50
73
96

R + G + B ~ 29%. #324960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 73 + 96 = 219 (100%)
R 50 of 219 ~ 22.83%
G 73 of 219 ~ 33.33%
B 96 of 219 ~ 43.84%

%22.83
%33.33
%43.84

CMYK color model

#324960 color CMYK value is (48,24,0,62).

  • cyan value is 47.92%
  • magenta value is 23.96%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(48,24,0,62)
C48M24Y0K62 
(48%,24%,0%,62%)
(0.48/0.24/0.00/0.62)	

CMYK percentages

%47.92
%23.96
%0
%62.35

Codes

Color #324960 in popluar color models

324960
RGB507396
HSL210°31.51%28.63%
HSB/HSV210°47.92%37.65%
CMYK47.92%23.96%0.00%
62.35%

Color #324960 in popluar number systems.

HEX324960
Decimal507396
Binary11001010010011100000
Octal62111140

Shades and tints

Shades of #324960

#324960
(50,73,96)
#2E4358
(46,67,88)
#2A3D50
(42,61,80)
#263748
(38,55,72)
#223140
(34,49,64)
#1E2B38
(30,43,56)
#1A2530
(26,37,48)
#161F28
(22,31,40)
#121920
(18,25,32)
#0E1318
(14,19,24)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #324960

#324960
(50,73,96)
#44596E
(68,89,110)
#56697C
(86,105,124)
#68798A
(104,121,138)
#7A8998
(122,137,152)
#8C99A6
(140,153,166)
#9EA9B4
(158,169,180)
#B0B9C2
(176,185,194)
#C2C9D0
(194,201,208)
#D4D9DE
(212,217,222)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324960; }

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

This text font color is #324960.


Background Color

.myBgColor { background-color: #324960; }

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

This div background color is #324960.


Border color

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

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

This div border color is #324960.


Opacity

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

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

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

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

This text has shadow with #324960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324960 on black background.


Color preview on white background

This text has color #324960 on white background.



Black color preview on #324960 background

This text has black color on #324960 background.


White color preview on #324960 background

This text has white color on #324960 background.