COLOR #323B2F

HEX: #323B2F
RGB: (50,59,47)

Color info

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

RGB color model

#323B2F color RGB value is (50,59,47).

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

RGB channels and saturation

R 50 of 255 = 20%
G 59 of 255 = 23%
B 47 of 255 = 18%

50
59
47

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

Portions of RGB colors in percentages

R + G + B =
50 + 59 + 47 = 156 (100%)
R 50 of 156 ~ 32.05%
G 59 of 156 ~ 37.82%
B 47 of 156 ~ 30.13%

%32.05
%37.82
%30.13

CMYK color model

#323B2F color CMYK value is (15,0,20,77).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 20.34%
  • key color value is 76.86%
CMYK:
(15,0,20,77)
C15M0Y20K77 
(15%,0%,20%,77%)
(0.15/0.00/0.20/0.77)	

CMYK percentages

%15.25
%0
%20.34
%76.86

Codes

Color #323B2F in popluar color models

323B2F
RGB505947
HSL105°11.32%20.78%
HSB/HSV105°20.34%23.14%
CMYK15.25%0.00%20.34%
76.86%

Color #323B2F in popluar number systems.

HEX323B2F
Decimal505947
Binary110010111011101111
Octal627357

Shades and tints

Shades of #323B2F

#323B2F
(50,59,47)
#2E362B
(46,54,43)
#2A3127
(42,49,39)
#262C23
(38,44,35)
#22271F
(34,39,31)
#1E221B
(30,34,27)
#1A1D17
(26,29,23)
#161813
(22,24,19)
#12130F
(18,19,15)
#0E0E0B
(14,14,11)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #323B2F

#323B2F
(50,59,47)
#444C41
(68,76,65)
#565D53
(86,93,83)
#686E65
(104,110,101)
#7A7F77
(122,127,119)
#8C9089
(140,144,137)
#9EA19B
(158,161,155)
#B0B2AD
(176,178,173)
#C2C3BF
(194,195,191)
#D4D4D1
(212,212,209)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323B2F; }

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

This text font color is #323B2F.


Background Color

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

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

This div background color is #323B2F.


Border color

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

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

This div border color is #323B2F.


Opacity

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

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

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

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

This text has shadow with #323B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323B2F on black background.


Color preview on white background

This text has color #323B2F on white background.



Black color preview on #323B2F background

This text has black color on #323B2F background.


White color preview on #323B2F background

This text has white color on #323B2F background.