COLOR #323F6C

HEX: #323F6C RGB: (50,63,108)

Color info

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

RGB color model

#323F6C color RGB value is (50,63,108).

RGB: (50,63,108) (20%, 25%, 42%)

RGB channels and saturation

R 50 of 255 = 20%
G 63 of 255 = 25%
B 108 of 255 = 42%

50
63
108

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

Portions of RGB colors in percentages

R + G + B = 50 + 63 + 108 = 221 (100%)
R 50 of 221 ~ 22.62%
G 63 of 221 ~ 28.51%
B 108 of 221 ~ 48.87'%

%22.62
%28.51
%48.87

CMYK color model

#323F6C color CMYK value is (54,42,0,58).

  • cyan value is 53.70%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (54,42,0,58)
C54M42Y0K58 (54%, 42%, 0%, 58%)
(0.54 / 0.42 / 0.00 / 0.58)

CMYK percentages

%53.7
%41.67
%0
%57.65

Codes

Color #323F6C in popluar color models

32 3F 6C
RGB 50 63 108
HSL 227° 36.71% 30.98%
HSB/HSV 227° 53.70% 42.35%
CMYK 53.70% 41.67% 0.00%
57.65%

Color #323F6C in popluar number systems.

HEX 32 3F 6C
Decimal 50 63 108
Binary 110010 111111 1101100
Octal 62 77 154

Shades and tints

Shades of #323F6C

#323F6C
(50,63,108)
#2E3A63
(46,58,99)
#2A355A
(42,53,90)
#263051
(38,48,81)
#222B48
(34,43,72)
#1E263F
(30,38,63)
#1A2136
(26,33,54)
#161C2D
(22,28,45)
#121724
(18,23,36)
#0E121B
(14,18,27)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #323F6C

#323F6C
(50,63,108)
#445079
(68,80,121)
#566186
(86,97,134)
#687293
(104,114,147)
#7A83A0
(122,131,160)
#8C94AD
(140,148,173)
#9EA5BA
(158,165,186)
#B0B6C7
(176,182,199)
#C2C7D4
(194,199,212)
#D4D8E1
(212,216,225)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323F6C color. Also use rgb(50,63,108) instead hex code.

Text Font Color

.myTextColor { color: #323F6C; }

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

This text font color is #323F6C.

Background Color

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

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

This div background color is #323F6C.

Border color

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

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

This div border color is #323F6C.

Opacity

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

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

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

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

This text has shadow with #323F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323F6C.

Preview

Color preview on black background

This text has color #323F6C on black background.


Color preview on white background

This text has color #323F6C on white background.


Black color preview on #323F6C background

This text has black color on #323F6C background.


White color preview on #323F6C background

This text has white color on #323F6C background.


Related colors

Complementary color

Complementary color for #hex is #CDC093.


I love getcolorcode.com

Triadic colors

1 #6C323F and #3F6C32 with #323F6C are triadic colors.

2 #6C3F32 and #3F326C with #323F6C are triadic colors.