COLOR #323548

HEX: #323548
RGB: (50,53,72)

Color info

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

RGB color model

#323548 color RGB value is (50,53,72).

  • red value is 50;
  • green value is 53;
  • blue value is 72.
RGB:
(50,53,72)
(20%,21%,28%)

RGB channels and saturation

R 50 of 255 = 20%
G 53 of 255 = 21%
B 72 of 255 = 28%

50
53
72

R + G + B ~ 23%. #323548 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 53 + 72 = 175 (100%)
R 50 of 175 ~ 28.57%
G 53 of 175 ~ 30.29%
B 72 of 175 ~ 41.14%

%28.57
%30.29
%41.14

CMYK color model

#323548 color CMYK value is (31,26,0,72).

  • cyan value is 30.56%
  • magenta value is 26.39%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(31,26,0,72)
C31M26Y0K72 
(31%,26%,0%,72%)
(0.31/0.26/0.00/0.72)	

CMYK percentages

%30.56
%26.39
%0
%71.76

Codes

Color #323548 in popluar color models

323548
RGB505372
HSL232°18.03%23.92%
HSB/HSV232°30.56%28.24%
CMYK30.56%26.39%0.00%
71.76%

Color #323548 in popluar number systems.

HEX323548
Decimal505372
Binary1100101101011001000
Octal6265110

Shades and tints

Shades of #323548

#323548
(50,53,72)
#2E3142
(46,49,66)
#2A2D3C
(42,45,60)
#262936
(38,41,54)
#222530
(34,37,48)
#1E212A
(30,33,42)
#1A1D24
(26,29,36)
#16191E
(22,25,30)
#121518
(18,21,24)
#0E1112
(14,17,18)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #323548

#323548
(50,53,72)
#444758
(68,71,88)
#565968
(86,89,104)
#686B78
(104,107,120)
#7A7D88
(122,125,136)
#8C8F98
(140,143,152)
#9EA1A8
(158,161,168)
#B0B3B8
(176,179,184)
#C2C5C8
(194,197,200)
#D4D7D8
(212,215,216)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323548; }

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

This text font color is #323548.


Background Color

.myBgColor { background-color: #323548; }

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

This div background color is #323548.


Border color

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

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

This div border color is #323548.


Opacity

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

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

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

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

This text has shadow with #323548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323548 on black background.


Color preview on white background

This text has color #323548 on white background.



Black color preview on #323548 background

This text has black color on #323548 background.


White color preview on #323548 background

This text has white color on #323548 background.