COLOR #324465

HEX: #324465
RGB: (50,68,101)

Color info

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

RGB color model

#324465 color RGB value is (50,68,101).

  • red value is 50;
  • green value is 68;
  • blue value is 101.
RGB:
(50,68,101)
(20%,27%,40%)

RGB channels and saturation

R 50 of 255 = 20%
G 68 of 255 = 27%
B 101 of 255 = 40%

50
68
101

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

Portions of RGB colors in percentages

R + G + B =
50 + 68 + 101 = 219 (100%)
R 50 of 219 ~ 22.83%
G 68 of 219 ~ 31.05%
B 101 of 219 ~ 46.12%

%22.83
%31.05
%46.12

CMYK color model

#324465 color CMYK value is (50,33,0,60).

  • cyan value is 50.50%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(50,33,0,60)
C50M33Y0K60 
(50%,33%,0%,60%)
(0.50/0.33/0.00/0.60)	

CMYK percentages

%50.5
%32.67
%0
%60.39

Codes

Color #324465 in popluar color models

324465
RGB5068101
HSL219°33.77%29.61%
HSB/HSV219°50.50%39.61%
CMYK50.50%32.67%0.00%
60.39%

Color #324465 in popluar number systems.

HEX324465
Decimal5068101
Binary11001010001001100101
Octal62104145

Shades and tints

Shades of #324465

#324465
(50,68,101)
#2E3E5C
(46,62,92)
#2A3853
(42,56,83)
#26324A
(38,50,74)
#222C41
(34,44,65)
#1E2638
(30,38,56)
#1A202F
(26,32,47)
#161A26
(22,26,38)
#12141D
(18,20,29)
#0E0E14
(14,14,20)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #324465

#324465
(50,68,101)
#445573
(68,85,115)
#566681
(86,102,129)
#68778F
(104,119,143)
#7A889D
(122,136,157)
#8C99AB
(140,153,171)
#9EAAB9
(158,170,185)
#B0BBC7
(176,187,199)
#C2CCD5
(194,204,213)
#D4DDE3
(212,221,227)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324465 color. Also use rgb(50,68,101) instead hex code.

Text Font Color

.myTextColor { color: #324465; }

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

This text font color is #324465.


Background Color

.myBgColor { background-color: #324465; }

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

This div background color is #324465.


Border color

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

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

This div border color is #324465.


Opacity

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

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

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

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

This text has shadow with #324465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324465 on black background.


Color preview on white background

This text has color #324465 on white background.



Black color preview on #324465 background

This text has black color on #324465 background.


White color preview on #324465 background

This text has white color on #324465 background.