COLOR #323A4F

HEX: #323A4F RGB: (50,58,79)

Color info

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

RGB color model

#323A4F color RGB value is (50,58,79).

RGB: (50,58,79) (20%, 23%, 31%)

RGB channels and saturation

R 50 of 255 = 20%
G 58 of 255 = 23%
B 79 of 255 = 31%

50
58
79

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

Portions of RGB colors in percentages

R + G + B = 50 + 58 + 79 = 187 (100%)
R 50 of 187 ~ 26.74%
G 58 of 187 ~ 31.02%
B 79 of 187 ~ 42.25'%

%26.74
%31.02
%42.25

CMYK color model

#323A4F color CMYK value is (37,27,0,69).

  • cyan value is 36.71%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (37,27,0,69)
C37M27Y0K69 (37%, 27%, 0%, 69%)
(0.37 / 0.27 / 0.00 / 0.69)

CMYK percentages

%36.71
%26.58
%0
%69.02

Codes

Color #323A4F in popluar color models

32 3A 4F
RGB 50 58 79
HSL 223° 22.48% 25.29%
HSB/HSV 223° 36.71% 30.98%
CMYK 36.71% 26.58% 0.00%
69.02%

Color #323A4F in popluar number systems.

HEX 32 3A 4F
Decimal 50 58 79
Binary 110010 111010 1001111
Octal 62 72 117

Shades and tints

Shades of #323A4F

#323A4F
(50,58,79)
#2E3548
(46,53,72)
#2A3041
(42,48,65)
#262B3A
(38,43,58)
#222633
(34,38,51)
#1E212C
(30,33,44)
#1A1C25
(26,28,37)
#16171E
(22,23,30)
#121217
(18,18,23)
#0E0D10
(14,13,16)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #323A4F

#323A4F
(50,58,79)
#444B5F
(68,75,95)
#565C6F
(86,92,111)
#686D7F
(104,109,127)
#7A7E8F
(122,126,143)
#8C8F9F
(140,143,159)
#9EA0AF
(158,160,175)
#B0B1BF
(176,177,191)
#C2C2CF
(194,194,207)
#D4D3DF
(212,211,223)
#E6E4EF
(230,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323A4F color. Also use rgb(50,58,79) instead hex code.

Text Font Color

.myTextColor { color: #323A4F; }

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

This text font color is #323A4F.

Background Color

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

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

This div background color is #323A4F.

Border color

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

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

This div border color is #323A4F.

Opacity

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

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

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

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

This text has shadow with #323A4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323A4F.

Preview

Color preview on black background

This text has color #323A4F on black background.


Color preview on white background

This text has color #323A4F on white background.


Black color preview on #323A4F background

This text has black color on #323A4F background.


White color preview on #323A4F background

This text has white color on #323A4F background.


Related colors

Complementary color

Complementary color for #hex is #CDC5B0.


I love getcolorcode.com

Triadic colors

1 #4F323A and #3A4F32 with #323A4F are triadic colors.

2 #4F3A32 and #3A324F with #323A4F are triadic colors.