COLOR #324355

HEX: #324355 RGB: (50,67,85)

Color info

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

RGB color model

#324355 color RGB value is (50,67,85).

RGB: (50,67,85) (20%, 26%, 33%)

RGB channels and saturation

R 50 of 255 = 20%
G 67 of 255 = 26%
B 85 of 255 = 33%

50
67
85

R + G + B ~ 26%. #324355 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 67 + 85 = 202 (100%)
R 50 of 202 ~ 24.75%
G 67 of 202 ~ 33.17%
B 85 of 202 ~ 42.08'%

%24.75
%33.17
%42.08

CMYK color model

#324355 color CMYK value is (41,21,0,67).

  • cyan value is 41.18%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (41,21,0,67)
C41M21Y0K67 (41%, 21%, 0%, 67%)
(0.41 / 0.21 / 0.00 / 0.67)

CMYK percentages

%41.18
%21.18
%0
%66.67

Codes

Color #324355 in popluar color models

32 43 55
RGB 50 67 85
HSL 211° 25.93% 26.47%
HSB/HSV 211° 41.18% 33.33%
CMYK 41.18% 21.18% 0.00%
66.67%

Color #324355 in popluar number systems.

HEX 32 43 55
Decimal 50 67 85
Binary 110010 1000011 1010101
Octal 62 103 125

Shades and tints

Shades of #324355

#324355
(50,67,85)
#2E3D4E
(46,61,78)
#2A3747
(42,55,71)
#263140
(38,49,64)
#222B39
(34,43,57)
#1E2532
(30,37,50)
#1A1F2B
(26,31,43)
#161924
(22,25,36)
#12131D
(18,19,29)
#0E0D16
(14,13,22)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #324355

#324355
(50,67,85)
#445464
(68,84,100)
#566573
(86,101,115)
#687682
(104,118,130)
#7A8791
(122,135,145)
#8C98A0
(140,152,160)
#9EA9AF
(158,169,175)
#B0BABE
(176,186,190)
#C2CBCD
(194,203,205)
#D4DCDC
(212,220,220)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324355 color. Also use rgb(50,67,85) instead hex code.

Text Font Color

.myTextColor { color: #324355; }

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

This text font color is #324355.

Background Color

.myBgColor { background-color: #324355; }

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

This div background color is #324355.

Border color

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

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

This div border color is #324355.

Opacity

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

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

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

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

This text has shadow with #324355 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #324355.

Preview

Color preview on black background

This text has color #324355 on black background.


Color preview on white background

This text has color #324355 on white background.


Black color preview on #324355 background

This text has black color on #324355 background.


White color preview on #324355 background

This text has white color on #324355 background.


Related colors

Complementary color

Complementary color for #hex is #CDBCAA.


I love getcolorcode.com

Triadic colors

1 #553243 and #435532 with #324355 are triadic colors.

2 #554332 and #433255 with #324355 are triadic colors.