COLOR #323764

HEX: #323764
RGB: (50,55,100)

Color info

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

RGB color model

#323764 color RGB value is (50,55,100).

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

RGB channels and saturation

R 50 of 255 = 20%
G 55 of 255 = 22%
B 100 of 255 = 39%

50
55
100

R + G + B ~ 27%. #323764 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 55 + 100 = 205 (100%)
R 50 of 205 ~ 24.39%
G 55 of 205 ~ 26.83%
B 100 of 205 ~ 48.78%

%24.39
%26.83
%48.78

CMYK color model

#323764 color CMYK value is (50,45,0,61).

  • cyan value is 50.00%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(50,45,0,61)
C50M45Y0K61 
(50%,45%,0%,61%)
(0.50/0.45/0.00/0.61)	

CMYK percentages

%50
%45
%0
%60.78

Codes

Color #323764 in popluar color models

323764
RGB5055100
HSL234°33.33%29.41%
HSB/HSV234°50.00%39.22%
CMYK50.00%45.00%0.00%
60.78%

Color #323764 in popluar number systems.

HEX323764
Decimal5055100
Binary1100101101111100100
Octal6267144

Shades and tints

Shades of #323764

#323764
(50,55,100)
#2E325B
(46,50,91)
#2A2D52
(42,45,82)
#262849
(38,40,73)
#222340
(34,35,64)
#1E1E37
(30,30,55)
#1A192E
(26,25,46)
#161425
(22,20,37)
#120F1C
(18,15,28)
#0E0A13
(14,10,19)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #323764

#323764
(50,55,100)
#444972
(68,73,114)
#565B80
(86,91,128)
#686D8E
(104,109,142)
#7A7F9C
(122,127,156)
#8C91AA
(140,145,170)
#9EA3B8
(158,163,184)
#B0B5C6
(176,181,198)
#C2C7D4
(194,199,212)
#D4D9E2
(212,217,226)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323764; }

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

This text font color is #323764.


Background Color

.myBgColor { background-color: #323764; }

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

This div background color is #323764.


Border color

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

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

This div border color is #323764.


Opacity

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

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

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

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

This text has shadow with #323764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323764 on black background.


Color preview on white background

This text has color #323764 on white background.



Black color preview on #323764 background

This text has black color on #323764 background.


White color preview on #323764 background

This text has white color on #323764 background.