COLOR #323C39

HEX: #323C39 RGB: (50,60,57)

Color info

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

RGB color model

#323C39 color RGB value is (50,60,57).

RGB: (50,60,57) (20%, 24%, 22%)

RGB channels and saturation

R 50 of 255 = 20%
G 60 of 255 = 24%
B 57 of 255 = 22%

50
60
57

R + G + B ~ 22%. #323C39 is dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 60 + 57 = 167 (100%)
R 50 of 167 ~ 29.94%
G 60 of 167 ~ 35.93%
B 57 of 167 ~ 34.13'%

%29.94
%35.93
%34.13

CMYK color model

#323C39 color CMYK value is (17,0,5,76).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 76.47%
CMYK: (17,0,5,76) C17M0Y5K76 (17%,0%,5%,76%) (0.17/0.00/0.05/0.76) 

CMYK percentages

%16.67
%0
%5
%76.47

Codes

Color #323C39 in popluar color models

32 3C 39
RGB 50 60 57
HSL 162° 9.09% 21.57%
HSB/HSV 162° 16.67% 23.53%
CMYK 16.67% 0.00% 5.00%
76.47%

Color #323C39 in popluar number systems.

HEX 32 3C 39
Decimal 50 60 57
Binary 110010 111100 111001
Octal 62 74 71

Shades and tints

Shades of #323C39

#323C39
(50,60,57)
#2E3734
(46,55,52)
#2A322F
(42,50,47)
#262D2A
(38,45,42)
#222825
(34,40,37)
#1E2320
(30,35,32)
#1A1E1B
(26,30,27)
#161916
(22,25,22)
#121411
(18,20,17)
#0E0F0C
(14,15,12)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #323C39

#323C39
(50,60,57)
#444D4B
(68,77,75)
#565E5D
(86,94,93)
#686F6F
(104,111,111)
#7A8081
(122,128,129)
#8C9193
(140,145,147)
#9EA2A5
(158,162,165)
#B0B3B7
(176,179,183)
#C2C4C9
(194,196,201)
#D4D5DB
(212,213,219)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323C39; }

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

This text font color is #323C39.

Background Color

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

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

This div background color is #323C39.

Border color

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

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

This div border color is #323C39.

Opacity

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

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

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

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

This text has shadow with #323C39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323C39.

Preview

Color preview on black background

This text has color #323C39 on black background.


Color preview on white background

This text has color #323C39 on white background.


Black color preview on #323C39 background

This text has black color on #323C39 background.


White color preview on #323C39 background

This text has white color on #323C39 background.


Related colors

Complementary color

Complementary color for #hex is #CDC3C6.


I love getcolorcode.com

Triadic colors

1 #39323C and #3C3932 with #323C39 are triadic colors.

2 #393C32 and #3C3239 with #323C39 are triadic colors.