COLOR #32466C

HEX: #32466C RGB: (50,70,108)

Color info

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

RGB color model

#32466C color RGB value is (50,70,108).

RGB: (50,70,108) (20%, 27%, 42%)

RGB channels and saturation

R 50 of 255 = 20%
G 70 of 255 = 27%
B 108 of 255 = 42%

50
70
108

R + G + B ~ 30%. #32466C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 70 + 108 = 228 (100%)
R 50 of 228 ~ 21.93%
G 70 of 228 ~ 30.7%
B 108 of 228 ~ 47.37'%

%21.93
%30.7
%47.37

CMYK color model

#32466C color CMYK value is (54,35,0,58).

  • cyan value is 53.70%
  • magenta value is 35.19%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (54,35,0,58) C54M35Y0K58 (54%,35%,0%,58%) (0.54/0.35/0.00/0.58) 

CMYK percentages

%53.7
%35.19
%0
%57.65

Codes

Color #32466C in popluar color models

32 46 6C
RGB 50 70 108
HSL 219° 36.71% 30.98%
HSB/HSV 219° 53.70% 42.35%
CMYK 53.70% 35.19% 0.00%
57.65%

Color #32466C in popluar number systems.

HEX 32 46 6C
Decimal 50 70 108
Binary 110010 1000110 1101100
Octal 62 106 154

Shades and tints

Shades of #32466C

#32466C
(50,70,108)
#2E4063
(46,64,99)
#2A3A5A
(42,58,90)
#263451
(38,52,81)
#222E48
(34,46,72)
#1E283F
(30,40,63)
#1A2236
(26,34,54)
#161C2D
(22,28,45)
#121624
(18,22,36)
#0E101B
(14,16,27)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #32466C

#32466C
(50,70,108)
#445679
(68,86,121)
#566686
(86,102,134)
#687693
(104,118,147)
#7A86A0
(122,134,160)
#8C96AD
(140,150,173)
#9EA6BA
(158,166,186)
#B0B6C7
(176,182,199)
#C2C6D4
(194,198,212)
#D4D6E1
(212,214,225)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #32466C color. Also use rgb(50,70,108) instead hex code.

Text Font Color

.myTextColor { color: #32466C; }

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

This text font color is #32466C.

Background Color

.myBgColor { background-color: #32466C; }

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

This div background color is #32466C.

Border color

.myBorderColor { border: 1px solid #32466C; }

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

This div border color is #32466C.

Opacity

.myOpacity80 { color: #32466C; opacity: 0.8; }

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

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

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

This text has shadow with #32466C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #32466C.

Preview

Color preview on black background

This text has color #32466C on black background.


Color preview on white background

This text has color #32466C on white background.


Black color preview on #32466C background

This text has black color on #32466C background.


White color preview on #32466C background

This text has white color on #32466C background.


Related colors

Complementary color

Complementary color for #hex is #CDB993.


I love getcolorcode.com

Triadic colors

1 #6C3246 and #466C32 with #32466C are triadic colors.

2 #6C4632 and #46326C with #32466C are triadic colors.