COLOR #323C2B

HEX: #323C2B
RGB: (50,60,43)

Color info

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

RGB color model

#323C2B color RGB value is (50,60,43).

  • red value is 50;
  • green value is 60;
  • blue value is 43.
RGB:
(50,60,43)
(20%,24%,17%)

RGB channels and saturation

R 50 of 255 = 20%
G 60 of 255 = 24%
B 43 of 255 = 17%

50
60
43

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

Portions of RGB colors in percentages

R + G + B =
50 + 60 + 43 = 153 (100%)
R 50 of 153 ~ 32.68%
G 60 of 153 ~ 39.22%
B 43 of 153 ~ 28.1%

%32.68
%39.22
%28.1

CMYK color model

#323C2B color CMYK value is (17,0,28,76).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 76.47%
CMYK:
(17,0,28,76)
C17M0Y28K76 
(17%,0%,28%,76%)
(0.17/0.00/0.28/0.76)	

CMYK percentages

%16.67
%0
%28.33
%76.47

Codes

Color #323C2B in popluar color models

323C2B
RGB506043
HSL95°16.50%20.20%
HSB/HSV95°28.33%23.53%
CMYK16.67%0.00%28.33%
76.47%

Color #323C2B in popluar number systems.

HEX323C2B
Decimal506043
Binary110010111100101011
Octal627453

Shades and tints

Shades of #323C2B

#323C2B
(50,60,43)
#2E3728
(46,55,40)
#2A3225
(42,50,37)
#262D22
(38,45,34)
#22281F
(34,40,31)
#1E231C
(30,35,28)
#1A1E19
(26,30,25)
#161916
(22,25,22)
#121413
(18,20,19)
#0E0F10
(14,15,16)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #323C2B

#323C2B
(50,60,43)
#444D3E
(68,77,62)
#565E51
(86,94,81)
#686F64
(104,111,100)
#7A8077
(122,128,119)
#8C918A
(140,145,138)
#9EA29D
(158,162,157)
#B0B3B0
(176,179,176)
#C2C4C3
(194,196,195)
#D4D5D6
(212,213,214)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323C2B color. Also use rgb(50,60,43) instead hex code.

Text Font Color

.myTextColor { color: #323C2B; }

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

This text font color is #323C2B.


Background Color

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

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

This div background color is #323C2B.


Border color

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

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

This div border color is #323C2B.


Opacity

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

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

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

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

This text has shadow with #323C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323C2B on black background.


Color preview on white background

This text has color #323C2B on white background.



Black color preview on #323C2B background

This text has black color on #323C2B background.


White color preview on #323C2B background

This text has white color on #323C2B background.