COLOR #323C4E

HEX: #323C4E
RGB: (50,60,78)

Color info

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

RGB color model

#323C4E color RGB value is (50,60,78).

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

RGB channels and saturation

R 50 of 255 = 20%
G 60 of 255 = 24%
B 78 of 255 = 31%

50
60
78

R + G + B ~ 25%. #323C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 60 + 78 = 188 (100%)
R 50 of 188 ~ 26.6%
G 60 of 188 ~ 31.91%
B 78 of 188 ~ 41.49%

%26.6
%31.91
%41.49

CMYK color model

#323C4E color CMYK value is (36,23,0,69).

  • cyan value is 35.90%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(36,23,0,69)
C36M23Y0K69 
(36%,23%,0%,69%)
(0.36/0.23/0.00/0.69)	

CMYK percentages

%35.9
%23.08
%0
%69.41

Codes

Color #323C4E in popluar color models

323C4E
RGB506078
HSL219°21.88%25.10%
HSB/HSV219°35.90%30.59%
CMYK35.90%23.08%0.00%
69.41%

Color #323C4E in popluar number systems.

HEX323C4E
Decimal506078
Binary1100101111001001110
Octal6274116

Shades and tints

Shades of #323C4E

#323C4E
(50,60,78)
#2E3747
(46,55,71)
#2A3240
(42,50,64)
#262D39
(38,45,57)
#222832
(34,40,50)
#1E232B
(30,35,43)
#1A1E24
(26,30,36)
#16191D
(22,25,29)
#121416
(18,20,22)
#0E0F0F
(14,15,15)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #323C4E

#323C4E
(50,60,78)
#444D5E
(68,77,94)
#565E6E
(86,94,110)
#686F7E
(104,111,126)
#7A808E
(122,128,142)
#8C919E
(140,145,158)
#9EA2AE
(158,162,174)
#B0B3BE
(176,179,190)
#C2C4CE
(194,196,206)
#D4D5DE
(212,213,222)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323C4E; }

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

This text font color is #323C4E.


Background Color

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

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

This div background color is #323C4E.


Border color

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

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

This div border color is #323C4E.


Opacity

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

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

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

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

This text has shadow with #323C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323C4E on black background.


Color preview on white background

This text has color #323C4E on white background.



Black color preview on #323C4E background

This text has black color on #323C4E background.


White color preview on #323C4E background

This text has white color on #323C4E background.