COLOR #32466B

HEX: #32466B RGB: (50,70,107)

Color info

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

RGB color model

#32466B color RGB value is (50,70,107).

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

RGB channels and saturation

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

50
70
107

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

Portions of RGB colors in percentages

R + G + B = 50 + 70 + 107 = 227 (100%)
R 50 of 227 ~ 22.03%
G 70 of 227 ~ 30.84%
B 107 of 227 ~ 47.14'%

%22.03
%30.84
%47.14

CMYK color model

#32466B color CMYK value is (53,35,0,58).

  • cyan value is 53.27%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (53,35,0,58) C53M35Y0K58 (53%,35%,0%,58%) (0.53/0.35/0.00/0.58) 

CMYK percentages

%53.27
%34.58
%0
%58.04

Codes

Color #32466B in popluar color models

32 46 6B
RGB 50 70 107
HSL 219° 36.31% 30.78%
HSB/HSV 219° 53.27% 41.96%
CMYK 53.27% 34.58% 0.00%
58.04%

Color #32466B in popluar number systems.

HEX 32 46 6B
Decimal 50 70 107
Binary 110010 1000110 1101011
Octal 62 106 153

Shades and tints

Shades of #32466B

#32466B
(50,70,107)
#2E4062
(46,64,98)
#2A3A59
(42,58,89)
#263450
(38,52,80)
#222E47
(34,46,71)
#1E283E
(30,40,62)
#1A2235
(26,34,53)
#161C2C
(22,28,44)
#121623
(18,22,35)
#0E101A
(14,16,26)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #32466B

#32466B
(50,70,107)
#445678
(68,86,120)
#566685
(86,102,133)
#687692
(104,118,146)
#7A869F
(122,134,159)
#8C96AC
(140,150,172)
#9EA6B9
(158,166,185)
#B0B6C6
(176,182,198)
#C2C6D3
(194,198,211)
#D4D6E0
(212,214,224)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #32466B; }

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

This text font color is #32466B.

Background Color

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

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

This div background color is #32466B.

Border color

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

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

This div border color is #32466B.

Opacity

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

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

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

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

This text has shadow with #32466B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #32466B.

Preview

Color preview on black background

This text has color #32466B on black background.


Color preview on white background

This text has color #32466B on white background.


Black color preview on #32466B background

This text has black color on #32466B background.


White color preview on #32466B background

This text has white color on #32466B background.


Related colors

Complementary color

Complementary color for #hex is #CDB994.


I love getcolorcode.com

Triadic colors

1 #6B3246 and #466B32 with #32466B are triadic colors.

2 #6B4632 and #46326B with #32466B are triadic colors.