COLOR #324764

HEX: #324764
RGB: (50,71,100)

Color info

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

RGB color model

#324764 color RGB value is (50,71,100).

  • red value is 50;
  • green value is 71;
  • blue value is 100.
RGB:
(50,71,100)
(20%,28%,39%)

RGB channels and saturation

R 50 of 255 = 20%
G 71 of 255 = 28%
B 100 of 255 = 39%

50
71
100

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

Portions of RGB colors in percentages

R + G + B =
50 + 71 + 100 = 221 (100%)
R 50 of 221 ~ 22.62%
G 71 of 221 ~ 32.13%
B 100 of 221 ~ 45.25%

%22.62
%32.13
%45.25

CMYK color model

#324764 color CMYK value is (50,29,0,61).

  • cyan value is 50.00%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(50,29,0,61)
C50M29Y0K61 
(50%,29%,0%,61%)
(0.50/0.29/0.00/0.61)	

CMYK percentages

%50
%29
%0
%60.78

Codes

Color #324764 in popluar color models

324764
RGB5071100
HSL215°33.33%29.41%
HSB/HSV215°50.00%39.22%
CMYK50.00%29.00%0.00%
60.78%

Color #324764 in popluar number systems.

HEX324764
Decimal5071100
Binary11001010001111100100
Octal62107144

Shades and tints

Shades of #324764

#324764
(50,71,100)
#2E415B
(46,65,91)
#2A3B52
(42,59,82)
#263549
(38,53,73)
#222F40
(34,47,64)
#1E2937
(30,41,55)
#1A232E
(26,35,46)
#161D25
(22,29,37)
#12171C
(18,23,28)
#0E1113
(14,17,19)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #324764

#324764
(50,71,100)
#445772
(68,87,114)
#566780
(86,103,128)
#68778E
(104,119,142)
#7A879C
(122,135,156)
#8C97AA
(140,151,170)
#9EA7B8
(158,167,184)
#B0B7C6
(176,183,198)
#C2C7D4
(194,199,212)
#D4D7E2
(212,215,226)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324764 color. Also use rgb(50,71,100) instead hex code.

Text Font Color

.myTextColor { color: #324764; }

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

This text font color is #324764.


Background Color

.myBgColor { background-color: #324764; }

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

This div background color is #324764.


Border color

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

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

This div border color is #324764.


Opacity

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

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

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

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

This text has shadow with #324764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324764 on black background.


Color preview on white background

This text has color #324764 on white background.



Black color preview on #324764 background

This text has black color on #324764 background.


White color preview on #324764 background

This text has white color on #324764 background.