COLOR #323633

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

50
54
51

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

Portions of RGB colors in percentages

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

%32.26
%34.84
%32.9

CMYK color model

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

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 78.82%
CMYK:
(7,0,6,79)
C7M0Y6K79 
(7%,0%,6%,79%)
(0.07/0.00/0.06/0.79)	

CMYK percentages

%7.41
%0
%5.56
%78.82

Codes

Color #323633 in popluar color models

323633
RGB505451
HSL135°3.85%20.39%
HSB/HSV135°7.41%21.18%
CMYK7.41%0.00%5.56%
78.82%

Color #323633 in popluar number systems.

HEX323633
Decimal505451
Binary110010110110110011
Octal626663

Shades and tints

Shades of #323633

#323633
(50,54,51)
#2E322F
(46,50,47)
#2A2E2B
(42,46,43)
#262A27
(38,42,39)
#222623
(34,38,35)
#1E221F
(30,34,31)
#1A1E1B
(26,30,27)
#161A17
(22,26,23)
#121613
(18,22,19)
#0E120F
(14,18,15)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #323633

#323633
(50,54,51)
#444845
(68,72,69)
#565A57
(86,90,87)
#686C69
(104,108,105)
#7A7E7B
(122,126,123)
#8C908D
(140,144,141)
#9EA29F
(158,162,159)
#B0B4B1
(176,180,177)
#C2C6C3
(194,198,195)
#D4D8D5
(212,216,213)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323633; }

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

This text font color is #323633.


Background Color

.myBgColor { background-color: #323633; }

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

This div background color is #323633.


Border color

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

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

This div border color is #323633.


Opacity

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

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

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

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

This text has shadow with #323633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323633 on black background.


Color preview on white background

This text has color #323633 on white background.



Black color preview on #323633 background

This text has black color on #323633 background.


White color preview on #323633 background

This text has white color on #323633 background.