COLOR #323353

HEX: #323353 RGB: (50,51,83)

Color info

#323353 contains red, green and blue colors in about the same proportion. Web safe color of #323353 is #333366 (or #336).

RGB color model

#323353 color RGB value is (50,51,83).

RGB: (50,51,83) (20%, 20%, 33%)

RGB channels and saturation

R 50 of 255 = 20%
G 51 of 255 = 20%
B 83 of 255 = 33%

50
51
83

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

Portions of RGB colors in percentages

R + G + B = 50 + 51 + 83 = 184 (100%)
R 50 of 184 ~ 27.17%
G 51 of 184 ~ 27.72%
B 83 of 184 ~ 45.11'%

%27.17
%27.72
%45.11

CMYK color model

#323353 color CMYK value is (40,39,0,67).

  • cyan value is 39.76%
  • magenta value is 38.55%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (40,39,0,67)
C40M39Y0K67 (40%, 39%, 0%, 67%)
(0.40 / 0.39 / 0.00 / 0.67)

CMYK percentages

%39.76
%38.55
%0
%67.45

Codes

Color #323353 in popluar color models

32 33 53
RGB 50 51 83
HSL 238° 24.81% 26.08%
HSB/HSV 238° 39.76% 32.55%
CMYK 39.76% 38.55% 0.00%
67.45%

Color #323353 in popluar number systems.

HEX 32 33 53
Decimal 50 51 83
Binary 110010 110011 1010011
Octal 62 63 123

Shades and tints

Shades of #323353

#323353
(50,51,83)
#2E2F4C
(46,47,76)
#2A2B45
(42,43,69)
#26273E
(38,39,62)
#222337
(34,35,55)
#1E1F30
(30,31,48)
#1A1B29
(26,27,41)
#161722
(22,23,34)
#12131B
(18,19,27)
#0E0F14
(14,15,20)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #323353

#323353
(50,51,83)
#444562
(68,69,98)
#565771
(86,87,113)
#686980
(104,105,128)
#7A7B8F
(122,123,143)
#8C8D9E
(140,141,158)
#9E9FAD
(158,159,173)
#B0B1BC
(176,177,188)
#C2C3CB
(194,195,203)
#D4D5DA
(212,213,218)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323353 color. Also use rgb(50,51,83) instead hex code.

Text Font Color

.myTextColor { color: #323353; }

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

This text font color is #323353.

Background Color

.myBgColor { background-color: #323353; }

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

This div background color is #323353.

Border color

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

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

This div border color is #323353.

Opacity

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

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

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

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

This text has shadow with #323353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323353.

Preview

Color preview on black background

This text has color #323353 on black background.


Color preview on white background

This text has color #323353 on white background.


Black color preview on #323353 background

This text has black color on #323353 background.


White color preview on #323353 background

This text has white color on #323353 background.


Related colors

Complementary color

Complementary color for #hex is #CDCCAC.


I love getcolorcode.com

Triadic colors

1 #533233 and #335332 with #323353 are triadic colors.

2 #533332 and #333253 with #323353 are triadic colors.