COLOR #323642

HEX: #323642
RGB: (50,54,66)

Color info

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

RGB color model

#323642 color RGB value is (50,54,66).

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

RGB channels and saturation

R 50 of 255 = 20%
G 54 of 255 = 21%
B 66 of 255 = 26%

50
54
66

R + G + B ~ 22%. #323642 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 54 + 66 = 170 (100%)
R 50 of 170 ~ 29.41%
G 54 of 170 ~ 31.76%
B 66 of 170 ~ 38.82%

%29.41
%31.76
%38.82

CMYK color model

#323642 color CMYK value is (24,18,0,74).

  • cyan value is 24.24%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(24,18,0,74)
C24M18Y0K74 
(24%,18%,0%,74%)
(0.24/0.18/0.00/0.74)	

CMYK percentages

%24.24
%18.18
%0
%74.12

Codes

Color #323642 in popluar color models

323642
RGB505466
HSL225°13.79%22.75%
HSB/HSV225°24.24%25.88%
CMYK24.24%18.18%0.00%
74.12%

Color #323642 in popluar number systems.

HEX323642
Decimal505466
Binary1100101101101000010
Octal6266102

Shades and tints

Shades of #323642

#323642
(50,54,66)
#2E323C
(46,50,60)
#2A2E36
(42,46,54)
#262A30
(38,42,48)
#22262A
(34,38,42)
#1E2224
(30,34,36)
#1A1E1E
(26,30,30)
#161A18
(22,26,24)
#121612
(18,22,18)
#0E120C
(14,18,12)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #323642

#323642
(50,54,66)
#444853
(68,72,83)
#565A64
(86,90,100)
#686C75
(104,108,117)
#7A7E86
(122,126,134)
#8C9097
(140,144,151)
#9EA2A8
(158,162,168)
#B0B4B9
(176,180,185)
#C2C6CA
(194,198,202)
#D4D8DB
(212,216,219)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323642; }

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

This text font color is #323642.


Background Color

.myBgColor { background-color: #323642; }

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

This div background color is #323642.


Border color

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

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

This div border color is #323642.


Opacity

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

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

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

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

This text has shadow with #323642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323642 on black background.


Color preview on white background

This text has color #323642 on white background.



Black color preview on #323642 background

This text has black color on #323642 background.


White color preview on #323642 background

This text has white color on #323642 background.