COLOR #323C4D

HEX: #323C4D RGB: (50,60,77)

Color info

#323C4D contains red, green and blue colors in about the same proportion. Web safe color of #323C4D is #333333 (or #333).

RGB color model

#323C4D color RGB value is (50,60,77).

RGB: (50,60,77) (20%, 24%, 30%)

RGB channels and saturation

R 50 of 255 = 20%
G 60 of 255 = 24%
B 77 of 255 = 30%

50
60
77

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

Portions of RGB colors in percentages

R + G + B = 50 + 60 + 77 = 187 (100%)
R 50 of 187 ~ 26.74%
G 60 of 187 ~ 32.09%
B 77 of 187 ~ 41.18'%

%26.74
%32.09
%41.18

CMYK color model

#323C4D color CMYK value is (35,22,0,70).

  • cyan value is 35.06%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (35,22,0,70)
C35M22Y0K70 (35%, 22%, 0%, 70%)
(0.35 / 0.22 / 0.00 / 0.70)

CMYK percentages

%35.06
%22.08
%0
%69.8

Codes

Color #323C4D in popluar color models

32 3C 4D
RGB 50 60 77
HSL 218° 21.26% 24.90%
HSB/HSV 218° 35.06% 30.20%
CMYK 35.06% 22.08% 0.00%
69.80%

Color #323C4D in popluar number systems.

HEX 32 3C 4D
Decimal 50 60 77
Binary 110010 111100 1001101
Octal 62 74 115

Shades and tints

Shades of #323C4D

#323C4D
(50,60,77)
#2E3746
(46,55,70)
#2A323F
(42,50,63)
#262D38
(38,45,56)
#222831
(34,40,49)
#1E232A
(30,35,42)
#1A1E23
(26,30,35)
#16191C
(22,25,28)
#121415
(18,20,21)
#0E0F0E
(14,15,14)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #323C4D

#323C4D
(50,60,77)
#444D5D
(68,77,93)
#565E6D
(86,94,109)
#686F7D
(104,111,125)
#7A808D
(122,128,141)
#8C919D
(140,145,157)
#9EA2AD
(158,162,173)
#B0B3BD
(176,179,189)
#C2C4CD
(194,196,205)
#D4D5DD
(212,213,221)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323C4D; }

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

This text font color is #323C4D.

Background Color

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

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

This div background color is #323C4D.

Border color

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

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

This div border color is #323C4D.

Opacity

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

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

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

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

This text has shadow with #323C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323C4D.

Preview

Color preview on black background

This text has color #323C4D on black background.


Color preview on white background

This text has color #323C4D on white background.


Black color preview on #323C4D background

This text has black color on #323C4D background.


White color preview on #323C4D background

This text has white color on #323C4D background.


Related colors

Complementary color

Complementary color for #hex is #CDC3B2.


I love getcolorcode.com

Triadic colors

1 #4D323C and #3C4D32 with #323C4D are triadic colors.

2 #4D3C32 and #3C324D with #323C4D are triadic colors.