COLOR #323331

HEX: #323331 RGB: (50,51,49)

Color info

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

RGB color model

#323331 color RGB value is (50,51,49).

RGB: (50,51,49) (20%, 20%, 19%)

RGB channels and saturation

R 50 of 255 = 20%
G 51 of 255 = 20%
B 49 of 255 = 19%

50
51
49

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

Portions of RGB colors in percentages

R + G + B = 50 + 51 + 49 = 150 (100%)
R 50 of 150 ~ 33.33%
G 51 of 150 ~ 34%
B 49 of 150 ~ 32.67'%

%33.33
%34
%32.67

CMYK color model

#323331 color CMYK value is (2,0,4,80).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 80.00%

CMYK: (2,0,4,80)
C2M0Y4K80 (2%, 0%, 4%, 80%)
(0.02 / 0.00 / 0.04 / 0.80)

CMYK percentages

%1.96
%0
%3.92
%80

Codes

Color #323331 in popluar color models

32 33 31
RGB 50 51 49
HSL 90° 2.00% 19.61%
HSB/HSV 90° 3.92% 20.00%
CMYK 1.96% 0.00% 3.92%
80.00%

Color #323331 in popluar number systems.

HEX 32 33 31
Decimal 50 51 49
Binary 110010 110011 110001
Octal 62 63 61

Shades and tints

Shades of #323331

#323331
(50,51,49)
#2E2F2D
(46,47,45)
#2A2B29
(42,43,41)
#262725
(38,39,37)
#222321
(34,35,33)
#1E1F1D
(30,31,29)
#1A1B19
(26,27,25)
#161715
(22,23,21)
#121311
(18,19,17)
#0E0F0D
(14,15,13)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #323331

#323331
(50,51,49)
#444543
(68,69,67)
#565755
(86,87,85)
#686967
(104,105,103)
#7A7B79
(122,123,121)
#8C8D8B
(140,141,139)
#9E9F9D
(158,159,157)
#B0B1AF
(176,177,175)
#C2C3C1
(194,195,193)
#D4D5D3
(212,213,211)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323331; }

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

This text font color is #323331.

Background Color

.myBgColor { background-color: #323331; }

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

This div background color is #323331.

Border color

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

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

This div border color is #323331.

Opacity

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

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

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

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

This text has shadow with #323331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323331.

Preview

Color preview on black background

This text has color #323331 on black background.


Color preview on white background

This text has color #323331 on white background.


Black color preview on #323331 background

This text has black color on #323331 background.


White color preview on #323331 background

This text has white color on #323331 background.


Related colors

Complementary color

Complementary color for #hex is #CDCCCE.


I love getcolorcode.com

Triadic colors

1 #313233 and #333132 with #323331 are triadic colors.

2 #313332 and #333231 with #323331 are triadic colors.