COLOR #323B24

HEX: #323B24 RGB: (50,59,36)

Color info

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

RGB color model

#323B24 color RGB value is (50,59,36).

RGB: (50,59,36) (20%, 23%, 14%)

RGB channels and saturation

R 50 of 255 = 20%
G 59 of 255 = 23%
B 36 of 255 = 14%

50
59
36

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

Portions of RGB colors in percentages

R + G + B = 50 + 59 + 36 = 145 (100%)
R 50 of 145 ~ 34.48%
G 59 of 145 ~ 40.69%
B 36 of 145 ~ 24.83'%

%34.48
%40.69
%24.83

CMYK color model

#323B24 color CMYK value is (15,0,39,77).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 38.98%
  • key color value is 76.86%

CMYK: (15,0,39,77)
C15M0Y39K77 (15%, 0%, 39%, 77%)
(0.15 / 0.00 / 0.39 / 0.77)

CMYK percentages

%15.25
%0
%38.98
%76.86

Codes

Color #323B24 in popluar color models

32 3B 24
RGB 50 59 36
HSL 83° 24.21% 18.63%
HSB/HSV 83° 38.98% 23.14%
CMYK 15.25% 0.00% 38.98%
76.86%

Color #323B24 in popluar number systems.

HEX 32 3B 24
Decimal 50 59 36
Binary 110010 111011 100100
Octal 62 73 44

Shades and tints

Shades of #323B24

#323B24
(50,59,36)
#2E3621
(46,54,33)
#2A311E
(42,49,30)
#262C1B
(38,44,27)
#222718
(34,39,24)
#1E2215
(30,34,21)
#1A1D12
(26,29,18)
#16180F
(22,24,15)
#12130C
(18,19,12)
#0E0E09
(14,14,9)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #323B24

#323B24
(50,59,36)
#444C37
(68,76,55)
#565D4A
(86,93,74)
#686E5D
(104,110,93)
#7A7F70
(122,127,112)
#8C9083
(140,144,131)
#9EA196
(158,161,150)
#B0B2A9
(176,178,169)
#C2C3BC
(194,195,188)
#D4D4CF
(212,212,207)
#E6E5E2
(230,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323B24; }

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

This text font color is #323B24.

Background Color

.myBgColor { background-color: #323B24; }

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

This div background color is #323B24.

Border color

.myBorderColor { border: 1px solid #323B24; }

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

This div border color is #323B24.

Opacity

.myOpacity80 { color: #323B24; opacity: 0.8; }

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

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

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

This text has shadow with #323B24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323B24.

Preview

Color preview on black background

This text has color #323B24 on black background.


Color preview on white background

This text has color #323B24 on white background.


Black color preview on #323B24 background

This text has black color on #323B24 background.


White color preview on #323B24 background

This text has white color on #323B24 background.


Related colors

Complementary color

Complementary color for #hex is #CDC4DB.


I love getcolorcode.com

Triadic colors

1 #24323B and #3B2432 with #323B24 are triadic colors.

2 #243B32 and #3B3224 with #323B24 are triadic colors.