COLOR #323F48

HEX: #323F48 RGB: (50,63,72)

Color info

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

RGB color model

#323F48 color RGB value is (50,63,72).

RGB: (50,63,72) (20%, 25%, 28%)

RGB channels and saturation

R 50 of 255 = 20%
G 63 of 255 = 25%
B 72 of 255 = 28%

50
63
72

R + G + B ~ 24%. #323F48 is dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 63 + 72 = 185 (100%)
R 50 of 185 ~ 27.03%
G 63 of 185 ~ 34.05%
B 72 of 185 ~ 38.92'%

%27.03
%34.05
%38.92

CMYK color model

#323F48 color CMYK value is (31,13,0,72).

  • cyan value is 30.56%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (31,13,0,72)
C31M13Y0K72 (31%, 13%, 0%, 72%)
(0.31 / 0.13 / 0.00 / 0.72)

CMYK percentages

%30.56
%12.5
%0
%71.76

Codes

Color #323F48 in popluar color models

32 3F 48
RGB 50 63 72
HSL 205° 18.03% 23.92%
HSB/HSV 205° 30.56% 28.24%
CMYK 30.56% 12.50% 0.00%
71.76%

Color #323F48 in popluar number systems.

HEX 32 3F 48
Decimal 50 63 72
Binary 110010 111111 1001000
Octal 62 77 110

Shades and tints

Shades of #323F48

#323F48
(50,63,72)
#2E3A42
(46,58,66)
#2A353C
(42,53,60)
#263036
(38,48,54)
#222B30
(34,43,48)
#1E262A
(30,38,42)
#1A2124
(26,33,36)
#161C1E
(22,28,30)
#121718
(18,23,24)
#0E1212
(14,18,18)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #323F48

#323F48
(50,63,72)
#445058
(68,80,88)
#566168
(86,97,104)
#687278
(104,114,120)
#7A8388
(122,131,136)
#8C9498
(140,148,152)
#9EA5A8
(158,165,168)
#B0B6B8
(176,182,184)
#C2C7C8
(194,199,200)
#D4D8D8
(212,216,216)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323F48 color. Also use rgb(50,63,72) instead hex code.

Text Font Color

.myTextColor { color: #323F48; }

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

This text font color is #323F48.

Background Color

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

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

This div background color is #323F48.

Border color

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

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

This div border color is #323F48.

Opacity

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

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

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

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

This text has shadow with #323F48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323F48.

Preview

Color preview on black background

This text has color #323F48 on black background.


Color preview on white background

This text has color #323F48 on white background.


Black color preview on #323F48 background

This text has black color on #323F48 background.


White color preview on #323F48 background

This text has white color on #323F48 background.


Related colors

Complementary color

Complementary color for #hex is #CDC0B7.


I love getcolorcode.com

Triadic colors

1 #48323F and #3F4832 with #323F48 are triadic colors.

2 #483F32 and #3F3248 with #323F48 are triadic colors.