COLOR #323C7C

HEX: #323C7C
RGB: (50,60,124)

Color info

#323C7C contains mainly blue color. Web safe color of #323C7C is #333366 (or #336).

RGB color model

#323C7C color RGB value is (50,60,124).

  • red value is 50;
  • green value is 60;
  • blue value is 124.
RGB:
(50,60,124)
(20%,24%,49%)

RGB channels and saturation

R 50 of 255 = 20%
G 60 of 255 = 24%
B 124 of 255 = 49%

50
60
124

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

Portions of RGB colors in percentages

R + G + B =
50 + 60 + 124 = 234 (100%)
R 50 of 234 ~ 21.37%
G 60 of 234 ~ 25.64%
B 124 of 234 ~ 52.99%

%21.37
%25.64
%52.99

CMYK color model

#323C7C color CMYK value is (60,52,0,51).

  • cyan value is 59.68%
  • magenta value is 51.61%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(60,52,0,51)
C60M52Y0K51 
(60%,52%,0%,51%)
(0.60/0.52/0.00/0.51)	

CMYK percentages

%59.68
%51.61
%0
%51.37

Codes

Color #323C7C in popluar color models

323C7C
RGB5060124
HSL232°42.53%34.12%
HSB/HSV232°59.68%48.63%
CMYK59.68%51.61%0.00%
51.37%

Color #323C7C in popluar number systems.

HEX323C7C
Decimal5060124
Binary1100101111001111100
Octal6274174

Shades and tints

Shades of #323C7C

#323C7C
(50,60,124)
#2E3771
(46,55,113)
#2A3266
(42,50,102)
#262D5B
(38,45,91)
#222850
(34,40,80)
#1E2345
(30,35,69)
#1A1E3A
(26,30,58)
#16192F
(22,25,47)
#121424
(18,20,36)
#0E0F19
(14,15,25)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #323C7C

#323C7C
(50,60,124)
#444D87
(68,77,135)
#565E92
(86,94,146)
#686F9D
(104,111,157)
#7A80A8
(122,128,168)
#8C91B3
(140,145,179)
#9EA2BE
(158,162,190)
#B0B3C9
(176,179,201)
#C2C4D4
(194,196,212)
#D4D5DF
(212,213,223)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323C7C color. Also use rgb(50,60,124) instead hex code.

Text Font Color

.myTextColor { color: #323C7C; }

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

This text font color is #323C7C.


Background Color

.myBgColor { background-color: #323C7C; }

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

This div background color is #323C7C.


Border color

.myBorderColor { border: 1px solid #323C7C; }

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

This div border color is #323C7C.


Opacity

.myOpacity80 { color: #323C7C; opacity: 0.8; }

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

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

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

This text has shadow with #323C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323C7C on black background.


Color preview on white background

This text has color #323C7C on white background.



Black color preview on #323C7C background

This text has black color on #323C7C background.


White color preview on #323C7C background

This text has white color on #323C7C background.