COLOR #323336

HEX: #323336 RGB: (50,51,54)

Color info

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

RGB color model

#323336 color RGB value is (50,51,54).

RGB: (50,51,54) (20%, 20%, 21%)

RGB channels and saturation

R 50 of 255 = 20%
G 51 of 255 = 20%
B 54 of 255 = 21%

50
51
54

R + G + B ~ 20%. #323336 is dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 51 + 54 = 155 (100%)
R 50 of 155 ~ 32.26%
G 51 of 155 ~ 32.9%
B 54 of 155 ~ 34.84'%

%32.26
%32.9
%34.84

CMYK color model

#323336 color CMYK value is (7,6,0,79).

  • cyan value is 7.41%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 78.82%

CMYK: (7,6,0,79)
C7M6Y0K79 (7%, 6%, 0%, 79%)
(0.07 / 0.06 / 0.00 / 0.79)

CMYK percentages

%7.41
%5.56
%0
%78.82

Codes

Color #323336 in popluar color models

32 33 36
RGB 50 51 54
HSL 225° 3.85% 20.39%
HSB/HSV 225° 7.41% 21.18%
CMYK 7.41% 5.56% 0.00%
78.82%

Color #323336 in popluar number systems.

HEX 32 33 36
Decimal 50 51 54
Binary 110010 110011 110110
Octal 62 63 66

Shades and tints

Shades of #323336

#323336
(50,51,54)
#2E2F32
(46,47,50)
#2A2B2E
(42,43,46)
#26272A
(38,39,42)
#222326
(34,35,38)
#1E1F22
(30,31,34)
#1A1B1E
(26,27,30)
#16171A
(22,23,26)
#121316
(18,19,22)
#0E0F12
(14,15,18)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #323336

#323336
(50,51,54)
#444548
(68,69,72)
#56575A
(86,87,90)
#68696C
(104,105,108)
#7A7B7E
(122,123,126)
#8C8D90
(140,141,144)
#9E9FA2
(158,159,162)
#B0B1B4
(176,177,180)
#C2C3C6
(194,195,198)
#D4D5D8
(212,213,216)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323336; }

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

This text font color is #323336.

Background Color

.myBgColor { background-color: #323336; }

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

This div background color is #323336.

Border color

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

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

This div border color is #323336.

Opacity

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

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

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

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

This text has shadow with #323336 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323336.

Preview

Color preview on black background

This text has color #323336 on black background.


Color preview on white background

This text has color #323336 on white background.


Black color preview on #323336 background

This text has black color on #323336 background.


White color preview on #323336 background

This text has white color on #323336 background.


Related colors

Complementary color

Complementary color for #hex is #CDCCC9.


I love getcolorcode.com

Triadic colors

1 #363233 and #333632 with #323336 are triadic colors.

2 #363332 and #333236 with #323336 are triadic colors.