COLOR #323828

HEX: #323828 RGB: (50,56,40)

Color info

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

RGB color model

#323828 color RGB value is (50,56,40).

RGB: (50,56,40) (20%, 22%, 16%)

RGB channels and saturation

R 50 of 255 = 20%
G 56 of 255 = 22%
B 40 of 255 = 16%

50
56
40

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

Portions of RGB colors in percentages

R + G + B = 50 + 56 + 40 = 146 (100%)
R 50 of 146 ~ 34.25%
G 56 of 146 ~ 38.36%
B 40 of 146 ~ 27.4'%

%34.25
%38.36
%27.4

CMYK color model

#323828 color CMYK value is (11,0,29,78).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 78.04%

CMYK: (11,0,29,78)
C11M0Y29K78 (11%, 0%, 29%, 78%)
(0.11 / 0.00 / 0.29 / 0.78)

CMYK percentages

%10.71
%0
%28.57
%78.04

Codes

Color #323828 in popluar color models

32 38 28
RGB 50 56 40
HSL 83° 16.67% 18.82%
HSB/HSV 83° 28.57% 21.96%
CMYK 10.71% 0.00% 28.57%
78.04%

Color #323828 in popluar number systems.

HEX 32 38 28
Decimal 50 56 40
Binary 110010 111000 101000
Octal 62 70 50

Shades and tints

Shades of #323828

#323828
(50,56,40)
#2E3325
(46,51,37)
#2A2E22
(42,46,34)
#26291F
(38,41,31)
#22241C
(34,36,28)
#1E1F19
(30,31,25)
#1A1A16
(26,26,22)
#161513
(22,21,19)
#121010
(18,16,16)
#0E0B0D
(14,11,13)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #323828

#323828
(50,56,40)
#444A3B
(68,74,59)
#565C4E
(86,92,78)
#686E61
(104,110,97)
#7A8074
(122,128,116)
#8C9287
(140,146,135)
#9EA49A
(158,164,154)
#B0B6AD
(176,182,173)
#C2C8C0
(194,200,192)
#D4DAD3
(212,218,211)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323828; }

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

This text font color is #323828.

Background Color

.myBgColor { background-color: #323828; }

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

This div background color is #323828.

Border color

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

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

This div border color is #323828.

Opacity

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

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

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

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

This text has shadow with #323828 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323828.

Preview

Color preview on black background

This text has color #323828 on black background.


Color preview on white background

This text has color #323828 on white background.


Black color preview on #323828 background

This text has black color on #323828 background.


White color preview on #323828 background

This text has white color on #323828 background.


Related colors

Complementary color

Complementary color for #hex is #CDC7D7.


I love getcolorcode.com

Triadic colors

1 #283238 and #382832 with #323828 are triadic colors.

2 #283832 and #383228 with #323828 are triadic colors.