COLOR #323739

HEX: #323739
RGB: (50,55,57)

Color info

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

RGB color model

#323739 color RGB value is (50,55,57).

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

RGB channels and saturation

R 50 of 255 = 20%
G 55 of 255 = 22%
B 57 of 255 = 22%

50
55
57

R + G + B ~ 21%. #323739 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 55 + 57 = 162 (100%)
R 50 of 162 ~ 30.86%
G 55 of 162 ~ 33.95%
B 57 of 162 ~ 35.19%

%30.86
%33.95
%35.19

CMYK color model

#323739 color CMYK value is (12,4,0,78).

  • cyan value is 12.28%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(12,4,0,78)
C12M4Y0K78 
(12%,4%,0%,78%)
(0.12/0.04/0.00/0.78)	

CMYK percentages

%12.28
%3.51
%0
%77.65

Codes

Color #323739 in popluar color models

323739
RGB505557
HSL197°6.54%20.98%
HSB/HSV197°12.28%22.35%
CMYK12.28%3.51%0.00%
77.65%

Color #323739 in popluar number systems.

HEX323739
Decimal505557
Binary110010110111111001
Octal626771

Shades and tints

Shades of #323739

#323739
(50,55,57)
#2E3234
(46,50,52)
#2A2D2F
(42,45,47)
#26282A
(38,40,42)
#222325
(34,35,37)
#1E1E20
(30,30,32)
#1A191B
(26,25,27)
#161416
(22,20,22)
#120F11
(18,15,17)
#0E0A0C
(14,10,12)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #323739

#323739
(50,55,57)
#44494B
(68,73,75)
#565B5D
(86,91,93)
#686D6F
(104,109,111)
#7A7F81
(122,127,129)
#8C9193
(140,145,147)
#9EA3A5
(158,163,165)
#B0B5B7
(176,181,183)
#C2C7C9
(194,199,201)
#D4D9DB
(212,217,219)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323739; }

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

This text font color is #323739.


Background Color

.myBgColor { background-color: #323739; }

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

This div background color is #323739.


Border color

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

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

This div border color is #323739.


Opacity

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

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

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

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

This text has shadow with #323739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323739 on black background.


Color preview on white background

This text has color #323739 on white background.



Black color preview on #323739 background

This text has black color on #323739 background.


White color preview on #323739 background

This text has white color on #323739 background.