COLOR #323B2C

HEX: #323B2C
RGB: (50,59,44)

Color info

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

RGB color model

#323B2C color RGB value is (50,59,44).

  • red value is 50;
  • green value is 59;
  • blue value is 44.
RGB:
(50,59,44)
(20%,23%,17%)

RGB channels and saturation

R 50 of 255 = 20%
G 59 of 255 = 23%
B 44 of 255 = 17%

50
59
44

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

Portions of RGB colors in percentages

R + G + B =
50 + 59 + 44 = 153 (100%)
R 50 of 153 ~ 32.68%
G 59 of 153 ~ 38.56%
B 44 of 153 ~ 28.76%

%32.68
%38.56
%28.76

CMYK color model

#323B2C color CMYK value is (15,0,25,77).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 76.86%
CMYK:
(15,0,25,77)
C15M0Y25K77 
(15%,0%,25%,77%)
(0.15/0.00/0.25/0.77)	

CMYK percentages

%15.25
%0
%25.42
%76.86

Codes

Color #323B2C in popluar color models

323B2C
RGB505944
HSL96°14.56%20.20%
HSB/HSV96°25.42%23.14%
CMYK15.25%0.00%25.42%
76.86%

Color #323B2C in popluar number systems.

HEX323B2C
Decimal505944
Binary110010111011101100
Octal627354

Shades and tints

Shades of #323B2C

#323B2C
(50,59,44)
#2E3628
(46,54,40)
#2A3124
(42,49,36)
#262C20
(38,44,32)
#22271C
(34,39,28)
#1E2218
(30,34,24)
#1A1D14
(26,29,20)
#161810
(22,24,16)
#12130C
(18,19,12)
#0E0E08
(14,14,8)
#0A0904
(10,9,4)
#000000
(0,0,0)

Tints of #323B2C

#323B2C
(50,59,44)
#444C3F
(68,76,63)
#565D52
(86,93,82)
#686E65
(104,110,101)
#7A7F78
(122,127,120)
#8C908B
(140,144,139)
#9EA19E
(158,161,158)
#B0B2B1
(176,178,177)
#C2C3C4
(194,195,196)
#D4D4D7
(212,212,215)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323B2C; }

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

This text font color is #323B2C.


Background Color

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

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

This div background color is #323B2C.


Border color

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

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

This div border color is #323B2C.


Opacity

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

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

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

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

This text has shadow with #323B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323B2C on black background.


Color preview on white background

This text has color #323B2C on white background.



Black color preview on #323B2C background

This text has black color on #323B2C background.


White color preview on #323B2C background

This text has white color on #323B2C background.