COLOR #323335

HEX: #323335
RGB: (50,51,53)

Color info

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

RGB color model

#323335 color RGB value is (50,51,53).

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

RGB channels and saturation

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

50
51
53

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

Portions of RGB colors in percentages

R + G + B =
50 + 51 + 53 = 154 (100%)
R 50 of 154 ~ 32.47%
G 51 of 154 ~ 33.12%
B 53 of 154 ~ 34.42%

%32.47
%33.12
%34.42

CMYK color model

#323335 color CMYK value is (6,4,0,79).

  • cyan value is 5.66%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(6,4,0,79)
C6M4Y0K79 
(6%,4%,0%,79%)
(0.06/0.04/0.00/0.79)	

CMYK percentages

%5.66
%3.77
%0
%79.22

Codes

Color #323335 in popluar color models

323335
RGB505153
HSL220°2.91%20.20%
HSB/HSV220°5.66%20.78%
CMYK5.66%3.77%0.00%
79.22%

Color #323335 in popluar number systems.

HEX323335
Decimal505153
Binary110010110011110101
Octal626365

Shades and tints

Shades of #323335

#323335
(50,51,53)
#2E2F31
(46,47,49)
#2A2B2D
(42,43,45)
#262729
(38,39,41)
#222325
(34,35,37)
#1E1F21
(30,31,33)
#1A1B1D
(26,27,29)
#161719
(22,23,25)
#121315
(18,19,21)
#0E0F11
(14,15,17)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #323335

#323335
(50,51,53)
#444547
(68,69,71)
#565759
(86,87,89)
#68696B
(104,105,107)
#7A7B7D
(122,123,125)
#8C8D8F
(140,141,143)
#9E9FA1
(158,159,161)
#B0B1B3
(176,177,179)
#C2C3C5
(194,195,197)
#D4D5D7
(212,213,215)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323335; }

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

This text font color is #323335.


Background Color

.myBgColor { background-color: #323335; }

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

This div background color is #323335.


Border color

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

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

This div border color is #323335.


Opacity

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

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

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

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

This text has shadow with #323335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323335 on black background.


Color preview on white background

This text has color #323335 on white background.



Black color preview on #323335 background

This text has black color on #323335 background.


White color preview on #323335 background

This text has white color on #323335 background.