COLOR #323B4D

HEX: #323B4D
RGB: (50,59,77)

Color info

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

RGB color model

#323B4D color RGB value is (50,59,77).

  • red value is 50;
  • green value is 59;
  • blue value is 77.
RGB:
(50,59,77)
(20%,23%,30%)

RGB channels and saturation

R 50 of 255 = 20%
G 59 of 255 = 23%
B 77 of 255 = 30%

50
59
77

R + G + B ~ 24%. #323B4D is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 59 + 77 = 186 (100%)
R 50 of 186 ~ 26.88%
G 59 of 186 ~ 31.72%
B 77 of 186 ~ 41.4%

%26.88
%31.72
%41.4

CMYK color model

#323B4D color CMYK value is (35,23,0,70).

  • cyan value is 35.06%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(35,23,0,70)
C35M23Y0K70 
(35%,23%,0%,70%)
(0.35/0.23/0.00/0.70)	

CMYK percentages

%35.06
%23.38
%0
%69.8

Codes

Color #323B4D in popluar color models

323B4D
RGB505977
HSL220°21.26%24.90%
HSB/HSV220°35.06%30.20%
CMYK35.06%23.38%0.00%
69.80%

Color #323B4D in popluar number systems.

HEX323B4D
Decimal505977
Binary1100101110111001101
Octal6273115

Shades and tints

Shades of #323B4D

#323B4D
(50,59,77)
#2E3646
(46,54,70)
#2A313F
(42,49,63)
#262C38
(38,44,56)
#222731
(34,39,49)
#1E222A
(30,34,42)
#1A1D23
(26,29,35)
#16181C
(22,24,28)
#121315
(18,19,21)
#0E0E0E
(14,14,14)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #323B4D

#323B4D
(50,59,77)
#444C5D
(68,76,93)
#565D6D
(86,93,109)
#686E7D
(104,110,125)
#7A7F8D
(122,127,141)
#8C909D
(140,144,157)
#9EA1AD
(158,161,173)
#B0B2BD
(176,178,189)
#C2C3CD
(194,195,205)
#D4D4DD
(212,212,221)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323B4D; }

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

This text font color is #323B4D.


Background Color

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

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

This div background color is #323B4D.


Border color

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

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

This div border color is #323B4D.


Opacity

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

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

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

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

This text has shadow with #323B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323B4D on black background.


Color preview on white background

This text has color #323B4D on white background.



Black color preview on #323B4D background

This text has black color on #323B4D background.


White color preview on #323B4D background

This text has white color on #323B4D background.