COLOR #323628

HEX: #323628
RGB: (50,54,40)

Color info

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

RGB color model

#323628 color RGB value is (50,54,40).

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

RGB channels and saturation

R 50 of 255 = 20%
G 54 of 255 = 21%
B 40 of 255 = 16%

50
54
40

R + G + B ~ 19%. #323628 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 54 + 40 = 144 (100%)
R 50 of 144 ~ 34.72%
G 54 of 144 ~ 37.5%
B 40 of 144 ~ 27.78%

%34.72
%37.5
%27.78

CMYK color model

#323628 color CMYK value is (7,0,26,79).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 78.82%
CMYK:
(7,0,26,79)
C7M0Y26K79 
(7%,0%,26%,79%)
(0.07/0.00/0.26/0.79)	

CMYK percentages

%7.41
%0
%25.93
%78.82

Codes

Color #323628 in popluar color models

323628
RGB505440
HSL77°14.89%18.43%
HSB/HSV77°25.93%21.18%
CMYK7.41%0.00%25.93%
78.82%

Color #323628 in popluar number systems.

HEX323628
Decimal505440
Binary110010110110101000
Octal626650

Shades and tints

Shades of #323628

#323628
(50,54,40)
#2E3225
(46,50,37)
#2A2E22
(42,46,34)
#262A1F
(38,42,31)
#22261C
(34,38,28)
#1E2219
(30,34,25)
#1A1E16
(26,30,22)
#161A13
(22,26,19)
#121610
(18,22,16)
#0E120D
(14,18,13)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #323628

#323628
(50,54,40)
#44483B
(68,72,59)
#565A4E
(86,90,78)
#686C61
(104,108,97)
#7A7E74
(122,126,116)
#8C9087
(140,144,135)
#9EA29A
(158,162,154)
#B0B4AD
(176,180,173)
#C2C6C0
(194,198,192)
#D4D8D3
(212,216,211)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323628; }

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

This text font color is #323628.


Background Color

.myBgColor { background-color: #323628; }

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

This div background color is #323628.


Border color

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

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

This div border color is #323628.


Opacity

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

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

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

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

This text has shadow with #323628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323628 on black background.


Color preview on white background

This text has color #323628 on white background.



Black color preview on #323628 background

This text has black color on #323628 background.


White color preview on #323628 background

This text has white color on #323628 background.