COLOR #323824

HEX: #323824
RGB: (50,56,36)

Color info

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

RGB color model

#323824 color RGB value is (50,56,36).

  • red value is 50;
  • green value is 56;
  • blue value is 36.
RGB:
(50,56,36)
(20%,22%,14%)

RGB channels and saturation

R 50 of 255 = 20%
G 56 of 255 = 22%
B 36 of 255 = 14%

50
56
36

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

Portions of RGB colors in percentages

R + G + B =
50 + 56 + 36 = 142 (100%)
R 50 of 142 ~ 35.21%
G 56 of 142 ~ 39.44%
B 36 of 142 ~ 25.35%

%35.21
%39.44
%25.35

CMYK color model

#323824 color CMYK value is (11,0,36,78).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 78.04%
CMYK:
(11,0,36,78)
C11M0Y36K78 
(11%,0%,36%,78%)
(0.11/0.00/0.36/0.78)	

CMYK percentages

%10.71
%0
%35.71
%78.04

Codes

Color #323824 in popluar color models

323824
RGB505636
HSL78°21.74%18.04%
HSB/HSV78°35.71%21.96%
CMYK10.71%0.00%35.71%
78.04%

Color #323824 in popluar number systems.

HEX323824
Decimal505636
Binary110010111000100100
Octal627044

Shades and tints

Shades of #323824

#323824
(50,56,36)
#2E3321
(46,51,33)
#2A2E1E
(42,46,30)
#26291B
(38,41,27)
#222418
(34,36,24)
#1E1F15
(30,31,21)
#1A1A12
(26,26,18)
#16150F
(22,21,15)
#12100C
(18,16,12)
#0E0B09
(14,11,9)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #323824

#323824
(50,56,36)
#444A37
(68,74,55)
#565C4A
(86,92,74)
#686E5D
(104,110,93)
#7A8070
(122,128,112)
#8C9283
(140,146,131)
#9EA496
(158,164,150)
#B0B6A9
(176,182,169)
#C2C8BC
(194,200,188)
#D4DACF
(212,218,207)
#E6ECE2
(230,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323824; }

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

This text font color is #323824.


Background Color

.myBgColor { background-color: #323824; }

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

This div background color is #323824.


Border color

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

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

This div border color is #323824.


Opacity

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

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

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

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

This text has shadow with #323824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323824 on black background.


Color preview on white background

This text has color #323824 on white background.



Black color preview on #323824 background

This text has black color on #323824 background.


White color preview on #323824 background

This text has white color on #323824 background.