COLOR #323230

HEX: #323230
RGB: (50,50,48)

Color info

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

RGB color model

#323230 color RGB value is (50,50,48).

  • red value is 50;
  • green value is 50;
  • blue value is 48.
RGB:
(50,50,48)
(20%,20%,19%)

RGB channels and saturation

R 50 of 255 = 20%
G 50 of 255 = 20%
B 48 of 255 = 19%

50
50
48

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

Portions of RGB colors in percentages

R + G + B =
50 + 50 + 48 = 148 (100%)
R 50 of 148 ~ 33.78%
G 50 of 148 ~ 33.78%
B 48 of 148 ~ 32.43%

%33.78
%33.78
%32.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 80.39%
CMYK:
(0,0,4,80)
C0M0Y4K80 
(0%,0%,4%,80%)
(0.00/0.00/0.04/0.80)	

CMYK percentages

%0
%0
%4
%80.39

Codes

Color #323230 in popluar color models

323230
RGB505048
HSL60°2.04%19.22%
HSB/HSV60°4.00%19.61%
CMYK0.00%0.00%4.00%
80.39%

Color #323230 in popluar number systems.

HEX323230
Decimal505048
Binary110010110010110000
Octal626260

Shades and tints

Shades of #323230

#323230
(50,50,48)
#2E2E2C
(46,46,44)
#2A2A28
(42,42,40)
#262624
(38,38,36)
#222220
(34,34,32)
#1E1E1C
(30,30,28)
#1A1A18
(26,26,24)
#161614
(22,22,20)
#121210
(18,18,16)
#0E0E0C
(14,14,12)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #323230

#323230
(50,50,48)
#444442
(68,68,66)
#565654
(86,86,84)
#686866
(104,104,102)
#7A7A78
(122,122,120)
#8C8C8A
(140,140,138)
#9E9E9C
(158,158,156)
#B0B0AE
(176,176,174)
#C2C2C0
(194,194,192)
#D4D4D2
(212,212,210)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323230; }

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

This text font color is #323230.


Background Color

.myBgColor { background-color: #323230; }

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

This div background color is #323230.


Border color

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

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

This div border color is #323230.


Opacity

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

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

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

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

This text has shadow with #323230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323230 on black background.


Color preview on white background

This text has color #323230 on white background.



Black color preview on #323230 background

This text has black color on #323230 background.


White color preview on #323230 background

This text has white color on #323230 background.