COLOR #323C67

HEX: #323C67 RGB: (50,60,103)

Color info

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

RGB color model

#323C67 color RGB value is (50,60,103).

RGB: (50,60,103) (20%, 24%, 40%)

RGB channels and saturation

R 50 of 255 = 20%
G 60 of 255 = 24%
B 103 of 255 = 40%

50
60
103

R + G + B ~ 28%. #323C67 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 60 + 103 = 213 (100%)
R 50 of 213 ~ 23.47%
G 60 of 213 ~ 28.17%
B 103 of 213 ~ 48.36'%

%23.47
%28.17
%48.36

CMYK color model

#323C67 color CMYK value is (51,42,0,60).

  • cyan value is 51.46%
  • magenta value is 41.75%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (51,42,0,60)
C51M42Y0K60 (51%, 42%, 0%, 60%)
(0.51 / 0.42 / 0.00 / 0.60)

CMYK percentages

%51.46
%41.75
%0
%59.61

Codes

Color #323C67 in popluar color models

32 3C 67
RGB 50 60 103
HSL 229° 34.64% 30.00%
HSB/HSV 229° 51.46% 40.39%
CMYK 51.46% 41.75% 0.00%
59.61%

Color #323C67 in popluar number systems.

HEX 32 3C 67
Decimal 50 60 103
Binary 110010 111100 1100111
Octal 62 74 147

Shades and tints

Shades of #323C67

#323C67
(50,60,103)
#2E375E
(46,55,94)
#2A3255
(42,50,85)
#262D4C
(38,45,76)
#222843
(34,40,67)
#1E233A
(30,35,58)
#1A1E31
(26,30,49)
#161928
(22,25,40)
#12141F
(18,20,31)
#0E0F16
(14,15,22)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #323C67

#323C67
(50,60,103)
#444D74
(68,77,116)
#565E81
(86,94,129)
#686F8E
(104,111,142)
#7A809B
(122,128,155)
#8C91A8
(140,145,168)
#9EA2B5
(158,162,181)
#B0B3C2
(176,179,194)
#C2C4CF
(194,196,207)
#D4D5DC
(212,213,220)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323C67; }

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

This text font color is #323C67.

Background Color

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

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

This div background color is #323C67.

Border color

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

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

This div border color is #323C67.

Opacity

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

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

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

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

This text has shadow with #323C67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323C67.

Preview

Color preview on black background

This text has color #323C67 on black background.


Color preview on white background

This text has color #323C67 on white background.


Black color preview on #323C67 background

This text has black color on #323C67 background.


White color preview on #323C67 background

This text has white color on #323C67 background.


Related colors

Complementary color

Complementary color for #hex is #CDC398.


I love getcolorcode.com

Triadic colors

1 #67323C and #3C6732 with #323C67 are triadic colors.

2 #673C32 and #3C3267 with #323C67 are triadic colors.