COLOR #323647

HEX: #323647
RGB: (50,54,71)

Color info

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

RGB color model

#323647 color RGB value is (50,54,71).

  • red value is 50;
  • green value is 54;
  • blue value is 71.
RGB:
(50,54,71)
(20%,21%,28%)

RGB channels and saturation

R 50 of 255 = 20%
G 54 of 255 = 21%
B 71 of 255 = 28%

50
54
71

R + G + B ~ 23%. #323647 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 54 + 71 = 175 (100%)
R 50 of 175 ~ 28.57%
G 54 of 175 ~ 30.86%
B 71 of 175 ~ 40.57%

%28.57
%30.86
%40.57

CMYK color model

#323647 color CMYK value is (30,24,0,72).

  • cyan value is 29.58%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(30,24,0,72)
C30M24Y0K72 
(30%,24%,0%,72%)
(0.30/0.24/0.00/0.72)	

CMYK percentages

%29.58
%23.94
%0
%72.16

Codes

Color #323647 in popluar color models

323647
RGB505471
HSL229°17.36%23.73%
HSB/HSV229°29.58%27.84%
CMYK29.58%23.94%0.00%
72.16%

Color #323647 in popluar number systems.

HEX323647
Decimal505471
Binary1100101101101000111
Octal6266107

Shades and tints

Shades of #323647

#323647
(50,54,71)
#2E3241
(46,50,65)
#2A2E3B
(42,46,59)
#262A35
(38,42,53)
#22262F
(34,38,47)
#1E2229
(30,34,41)
#1A1E23
(26,30,35)
#161A1D
(22,26,29)
#121617
(18,22,23)
#0E1211
(14,18,17)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #323647

#323647
(50,54,71)
#444857
(68,72,87)
#565A67
(86,90,103)
#686C77
(104,108,119)
#7A7E87
(122,126,135)
#8C9097
(140,144,151)
#9EA2A7
(158,162,167)
#B0B4B7
(176,180,183)
#C2C6C7
(194,198,199)
#D4D8D7
(212,216,215)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323647 color. Also use rgb(50,54,71) instead hex code.

Text Font Color

.myTextColor { color: #323647; }

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

This text font color is #323647.


Background Color

.myBgColor { background-color: #323647; }

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

This div background color is #323647.


Border color

.myBorderColor { border: 1px solid #323647; }

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

This div border color is #323647.


Opacity

.myOpacity80 { color: #323647; opacity: 0.8; }

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

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

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

This text has shadow with #323647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323647 on black background.


Color preview on white background

This text has color #323647 on white background.



Black color preview on #323647 background

This text has black color on #323647 background.


White color preview on #323647 background

This text has white color on #323647 background.