COLOR #323139

HEX: #323139
RGB: (50,49,57)

Color info

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

RGB color model

#323139 color RGB value is (50,49,57).

  • red value is 50;
  • green value is 49;
  • blue value is 57.
RGB:
(50,49,57)
(20%,19%,22%)

RGB channels and saturation

R 50 of 255 = 20%
G 49 of 255 = 19%
B 57 of 255 = 22%

50
49
57

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

Portions of RGB colors in percentages

R + G + B =
50 + 49 + 57 = 156 (100%)
R 50 of 156 ~ 32.05%
G 49 of 156 ~ 31.41%
B 57 of 156 ~ 36.54%

%32.05
%31.41
%36.54

CMYK color model

#323139 color CMYK value is (12,14,0,78).

  • cyan value is 12.28%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(12,14,0,78)
C12M14Y0K78 
(12%,14%,0%,78%)
(0.12/0.14/0.00/0.78)	

CMYK percentages

%12.28
%14.04
%0
%77.65

Codes

Color #323139 in popluar color models

323139
RGB504957
HSL248°7.55%20.78%
HSB/HSV248°14.04%22.35%
CMYK12.28%14.04%0.00%
77.65%

Color #323139 in popluar number systems.

HEX323139
Decimal504957
Binary110010110001111001
Octal626171

Shades and tints

Shades of #323139

#323139
(50,49,57)
#2E2D34
(46,45,52)
#2A292F
(42,41,47)
#26252A
(38,37,42)
#222125
(34,33,37)
#1E1D20
(30,29,32)
#1A191B
(26,25,27)
#161516
(22,21,22)
#121111
(18,17,17)
#0E0D0C
(14,13,12)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #323139

#323139
(50,49,57)
#44434B
(68,67,75)
#56555D
(86,85,93)
#68676F
(104,103,111)
#7A7981
(122,121,129)
#8C8B93
(140,139,147)
#9E9DA5
(158,157,165)
#B0AFB7
(176,175,183)
#C2C1C9
(194,193,201)
#D4D3DB
(212,211,219)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323139 color. Also use rgb(50,49,57) instead hex code.

Text Font Color

.myTextColor { color: #323139; }

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

This text font color is #323139.


Background Color

.myBgColor { background-color: #323139; }

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

This div background color is #323139.


Border color

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

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

This div border color is #323139.


Opacity

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

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

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

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

This text has shadow with #323139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323139 on black background.


Color preview on white background

This text has color #323139 on white background.



Black color preview on #323139 background

This text has black color on #323139 background.


White color preview on #323139 background

This text has white color on #323139 background.